@import url(/css/reset.css);

body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/activos/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-color: #000000;
}
#contenedor{
	margin: 0 auto;
	width: 567px;
	position: relative;
}
#columnaprincipal{
	width: 330px;
	right: 0px;
	float: right;
}
#idioma{
	color: #999999;
	font-size: 12px;
	padding: 28px 0px 0px 0px;
	text-align:right;
}
#idioma a{
	color: #999999;
	text-decoration: none;
}
#idioma a:hover{
	color: #eeeeee;
}
#menu{
	font-size: 20px;
	color: #999999;
	text-align: right;
	margin: 115px 0px 5px 0px;
	height: 22px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu ul{
	color: #f3970d;
}
#menu li{
	float: right;
	margin-left: 21px;
}
#menu li.mariz{
	margin-left: 0px;
}
#menu a{
	color: #999999;
	text-decoration: none;
}
#menu a:hover{
	color:#CCCCCC;
}
h2{
	color:#eeeeee;
	text-align: right;
	font-size: 20px;
	margin-top: 60px;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight: bold;
}
#contenido{
	margin-top: 28px;
}
p{
	color:#eeeeee;
	font-size: 11px;
	margin-bottom: 16px;
	line-height: 16px;
	text-align: right;
}
#firma{
	height: 83px;
	width: 90%;
	background-image: url(../activos/firma.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 30px;
}
#formulario{
	color: #EEEEEE;
}
label{
	font-style: italic;
	color: #f3970d;
}
input{
	background-color: #000000;
	border: 0;
	border-bottom-color: #f3970d;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	color: #EEEEEE;
	font-weight: normal;
	font-size: 14px;
}
textarea{
	background-color: #000000;
	border: dashed #f3970d 1px;
	color: #EEEEEE;
	font-weight: normal;
	font-size: 14px;
}
#enviar{
	background-color: #f3970d;
	border: 0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
#trabajos{
	width: 567px;
	position: relative;
	text-align: right;
	clear: both;	
}
.elementos{
	width: 250px;
	float: right;
	margin: 0px 0px 24px 12px;
}
.elementos img{
	width: 250px;
	height: 150px;
	vertical-align: top;
	line-height: 16px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}
.elementos a{
	background-color: #000000;
	width: 250px;
	height: 155px;
	display:block;
}
.elementos a:hover{
	background-color: #f3970d;
	width: 250px;
	height: 155px;
	display:block;
}
h3{
	color:#EEEEEE;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 11px 0px 0px 0px;
	text-transform:lowercase;
}
h5{
	color:#999999;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
}
