/*p {
	margin-top:0px;margin-bottom:1em
}*/
p {
	margin:1em 0;
}


form { 
	margin:0px
}

input {
	padding:1px
}

dt { 
	margin-left:15px;
	font-weight:bold;
}

li {
	margin-left:-10px;
}

dd {
	margin-left:30px;
	margin-bottom:10px;
}

body {
	background-image:url(../images/fondo_web.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.recuadro {
	position:absolute;
	display:none;
	top:75px;
	width:765px;
	height:240px;
	padding:0px;
	margin-left:75px;
	border:1px solid;
	border-color:#14263C;
	background-image:url(../images/blanco.png);
	background-repeat:no-repeat;
	z-index:1;
}

.bordeClaro {
	border-color:#52798A;
}

.bordeOscuro {
	border-color:#14263C;
}

.cerrarRecuadros {
	position:inherit;
	text-align:right;
	top:0px;
	left:749px;
	width:16px;
	height:16px;
	padding:0px;
	z-index: 100;
}

.enlace {
	position:inherit;
	top:20px;
	left:610px;
	width:150px;
	height:30px;
	font-weight:bold;
	text-align:right;
	z-index:4;
}

.TextoClaro {
	font-family:"Trebuchet MS";
	color:#8D9A9C;
	font-size:12px;
	text-decoration:none;
}

a.TextoClaro:hover {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}

.TextoClaro2 {
	font-family:"Trebuchet MS";
	color:#8D9A9C;
	font-size:12px;
	text-decoration:none;
}

a.TextoClaro2:hover {
	font-family:"Trebuchet MS";
	color:#758486;
	font-size:12px;
	text-decoration:underline;
}

.TextoOscuro {
	font-family:"Trebuchet MS";
	color:#14263C;
	font-size:12px;
	text-decoration:none;
}

.Parrafo {
	padding-left:20px; 
	padding-right:20px;	
}

.Titular {
	padding-top:20px; 
	padding-left:20px; 
	padding-right:20px;
	font-weight:bold;
}

a.TextoOscuro:hover {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

#ContenedorCentral {
	position:absolute;
	width:940px;
	height:578px;
	top: 70px;
	left: 50%;
	margin-left: -470px;
	background-image:url(../images/fondo.jpg);
	background-repeat:no-repeat;
	z-index:2;
}

#Firma {
	position:absolute;
	width:940px;
	height:30px;
	top: 648px;
	left: 50%;
	margin-left: -470px;
	text-align:right;
	z-index:3;
}

#Contador {
	position:absolute;
	display:none;
	width:940px;
	height:30px;
	top: 648px;
	left: 50%;
	margin-left: -470px;
	text-align:center;
	z-index:4;
}

#Validadores {
	position:absolute;
	width:940px;
	height:30px;
	top: 648px;
	left: 50%;
	margin-left: -470px;
	text-align:left;
	z-index:5;
}

#Logo {
	position:absolute;
	width:158px;
	height:41px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	left: 11px;
	top: 13px;
	cursor:pointer;
	z-index: 1;
}

#Home {
	position:absolute;
	left:0px; 
	top:-37px; 
	width:947px; 
	height:13px; 
	z-index:4;
}

#arriba {
	position:absolute;
	left:0px; 
	top:-12px; 
	width:947px; 
	height:7px; 
	background-image:url(../images/barra0.png);
	background-repeat:no-repeat;
}

#derecha1 {
	position:absolute;
	left:919px; 
	top:-20px; 
	width:7px; 
	height:382px;
	background-image:url(../images/barra1.png);
	background-repeat:no-repeat;
}

#derecha2 {
	position:absolute;
	left:926px; 
	top:-31px; 
	width:7px; 
	height:382px; 
	background-image:url(../images/barra2.png);
	background-repeat:no-repeat;
}

#derecha3 {
	position:absolute;
	left:933px; 
	top:-20px; 
	width:7px; 
	height:382px; 
	background-image:url(../images/barra3.png);
	background-repeat:no-repeat;
}

#TrabajosRecientes {
	position:absolute;
	width:312px;
	height:161px;
	background-color:#0F1D2E;
	left: 0px;
	top: 384px;
	z-index: 1;
	padding-top: 30px;
}

#TituloTrabajosRecientes {
	position:absolute;
	width:163px;
	height:21px;
	background-image:url(../images/titular_trabajos-recientes.png);
	left: 5px;
	top: 5px;
	z-index: 1;
}

#Servicios {
	position:absolute;
	width:312px;
	height:161px;
	background-color:#52798A;
	left: 314px;
	top: 384px;
	z-index: 1;
	padding-top: 30px;
}

#TituloServicios {
	position:absolute;
	width:78px;
	height:16px;
	background-image:url(../images/titular_servicios.png);
	left: 5px;
	top: 5px;
	z-index: 1;
}

#Contacto {
	position:absolute;
	width:312px;
	height:161px;
	background-color:#8D9A9C;
	left: 628px;
	top: 384px;
	z-index: 1;
	padding-top: 30px;
}

#TituloContacto {
	position:absolute;
	width:208px;
	height:14px;
	background-image:url(../images/titular_contacto.png);
	left: 5px;
	top: 5px;
	z-index: 1;
}

.inputText {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #14263C;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #14263C;
	width: 180px;
	height: 15px;
}

.inputSubmit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	background-color: #52798A;
	color: #14263C;
	text-decoration: none;
	border: 1px solid #14263C;
	width: 80px;
	height: 25px;
}

textarea {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #14263C;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #14263C;
	width: 182px;
}

.inputText:focus, textarea:focus { 
 background:#FFFFFF; 
} 

