@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#contenedor {
	position:relative;
	left:0;
	top:0;
	width:990px;
	height:850px;
	z-index:1;
	margin: 0px auto;
	background-color: #FBFBFB;
}
#textomenu {
	position:absolute;
	left:0px;
	top:210px;
	width:100%;
	height:45px;
	z-index:3;
	line-height: 35px;
}
#contenido {
	position:absolute;
	left:328px;
	top:255px;
	width:691px;
	height:585px;
	z-index:2;
	background-color: #999999;
	background-image: url(imagenes/fondo_contenido.jpg);
}
#torre {
	position:absolute;
	left:0px;
	top:255px;
	width:328px;
	height:585px;
	z-index:2;
}
#menu_infer {
	position:absolute;
	left:0px;
	top:825px;
	width:100%;
	height:25px;
	z-index:6;
	background-color: #05397F;
}
.menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	border-right-color: #FCA725;
	border-right-style: dotted;
	border-right-width: 1px;
}
.menus_ultimo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;	
}
#submenus {
	position:absolute;
	left:73px;
	top:455px;
	width:254px;
	height:350px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D0D4CB;
}
.tx_submenus {
}
#superioizq {
	position:absolute;
	left:405px;
	top:0;
	width:585px;
	height:193px;
	z-index:2;
	background-image: url(imagenes/fondo_superior2.jpg);
	background-repeat: no-repeat;
}
#titulo {
	position:absolute;
	left:397px;
	top:223px;
	width:225px;
	height:26px;
	z-index:5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.domicilio {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: text-bottom;
	line-height: 14px;
}
#logo {
	position:absolute;
	left:445px;
	top:42px;
	width:203px;
	height:66px;
	z-index:2;
}
.texto_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
}
#menu_sup {
	position:absolute;
	left:0px;
	top:189px;
	width:100%;
	height:25px;
	z-index:4;
	background-color: #05397F;
}
a:link {
	text-decoration: none;
	color: #FCA725;
}
a:visited {
	text-decoration: none;
	color: #FCA725;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.menu:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.menu:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.menu:hover {
	color: #E89F0C;
	text-decoration: none;
}
a.menu:active {
	color: #E89F0C;
	text-decoration: none;
}
a.menuinferior:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.menuinferior:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.menuinferior:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuinferior:active {
	color: #FFFFFF;
	text-decoration: none;
}

