/* CSS Document */

/*Elementos comunes a varias pantallas*/
#Fondo { 
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	vertical-align:middle;
	background-color:#4b6899;
	z-index:0;
}
#fondoNotario{
	position:relative;
	top:0px;
	margin:auto;
	width:800px;
	height: 600px;
	text-align:left;
	background-color:#4b6899;
	visibility: visible;
	z-index:1;
}

#contenido
{
	position:absolute;
	width:800px;
	height:496px;
	background-color:#e0e0e0;
	z-index:2;
	left: 0px;
	top: 79px;
}

#logo
{
	position:absolute;
	top:-62px;
	left:-2px;
	z-index:3;
	width:262px;
	height:91px;
}

#seccion
{
	position:absolute;
	top:-74px;
	left:494px;
	z-index:4;
	width: 296px;
}

#seccion h1
{
	font-size:44px;
	color:#e0e0e0;
	font-weight:normal;
	text-align:right;
	/*font-variant:small-caps;*/
}

#menu
{
	position:absolute;
	left:0px;
	top:150px;
	background-color:#e0e0e0;
	z-index:7;
}

#menu ul
{
	list-style:none;
	font-size:18px;
	color: #4b6899;
}

#menu a
{
	color: #4b6899;
	text-decoration:none;
}

#menu a:hover
{
	background-color: #4b6899;
	color: #e0e0e0;
}

#pie
{
	background-color: #4b6899;
	text-align:center;
	width:800px;
	height:25px;
	z-index:100;
}

#pie h3
{
	position:absolute;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	font-variant:small-caps;
	color:#e0e0e0;
	top:575px;
	left:0px;
	width: 800px;
	height: 18px;
	z-index: 80;
}

/*Elementos de INDEX*/

#pieindex
{
	background-color: #4b6899;
	text-align:center;
	width:800px;
	height:25px;
	z-index:100;
}

#pieindex h3
{
	position:absolute;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	font-variant:small-caps;
	color:#4b6899;
	top:569px;
	left:1px;
	width: 800px;
	height: 18px;
	z-index: 80;
}
#info
{
	position:absolute;
	top:546px;
	left:0px;
	width: 800px;
	text-align:center;
	z-index:200;
}


#info h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

/*Elementos de QUIENES SOMOS*/

#grua
{
	position:absolute;
	top:84px;
	left:165px;
	width:633px;
	height:335px;
	background-image:url(imagenes/grua.gif);
	z-index:6;
}

#txt_quienes
{
	position:absolute;
	width:405px;
	height:183px;
	left:174px;
	top:270px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 10px;
}

#txt_quienes h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

/*Elementos de SERVICIOS*/

#txt_servicios
{
	position:absolute;
	width:417px;
	height:288px;
	left:187px;
	top:152px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 10px;
}

#txt_servicios h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

#txt_servicios ul li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}


#txt_servicios a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#334768;
	text-decoration:none;
}

#txt_servicios a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#4b6899;
}

#mandos
{
	position:absolute;
	top:382px;
	left:549px;
	width:270px;
	height:246px;
	background-image:url(imagenes/mandos.gif);
	background-repeat:no-repeat;
	z-index:9;
}

/*Elementos de UBICACION*/

#txt_ubicacion
{
	position:absolute;
	width:365px;
	height:390px;
	left:172px;
	top:134px;
	background-color:#FFFFFF;
	background-image:url(imagenes/plano.gif);
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 10px;
}

#casa
{
	position:absolute;
	background-image:url(imagenes/casa.gif);
	background-repeat:no-repeat;
	left:560px;
	top:89px;
	width:241px;
	height:483px;
	z-index:8;
}

/*Elementos de REFERENCIAS*/

#txt_referencias
{
	position:absolute;
	width:401px;
	height:203px;
	left:202px;
	top:208px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 20px;
}

#txt_referencias h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

#txt_referencias  ul li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

#casco
{
	position:absolute;
	background-image:url(imagenes/casco.gif);
	background-repeat:no-repeat;
	left:512px;
	top:333px;
	width:241px;
	height:224px;
	z-index:9;
}

/*Elementos de GALERķA*/
#galeria
{
	position:absolute;
	width:534px;
	height:331px;
	left:171px;
	top:135px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 10px;
}

#mensaje
{
	position:absolute;
	width:152px;
	height:28px;
	left:185px;
	top:163px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}
#casco2
{
	position:absolute;
	background-image:url(imagenes/casco2.gif);
	background-repeat:no-repeat;
	left:3px;
	top:404px;
	width:294px;
	height:196px;
	z-index:9;
}

/*Elementos de CONTACTO*/

#contacto
{
	position:absolute;
	width:500px;
	height:302px;
	left:180px;
	top:142px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding:20px;
}

#metro
{
	position:absolute;
	background-image:url(imagenes/metro.gif);
	background-repeat:no-repeat;
	left:45px;
	top:409px;
	width:730px;
	height:183px;
	z-index:9;
}

form
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

/*Elementos de GRACIAS*/

#gracias
{
	position:absolute;
	width:421px;
	height:267px;
	left:214px;
	top:177px;
	background-color:#FFFFFF;
	border-color:#4b6899;
	border:1px;
	border-style:solid;
	z-index:8;
	padding: 20px;
}

#gracias h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4b6899;
}

/*Etiquetas*/
body {
	background-color: #4b6899;
}
