html, body {
	background-color: #00334E;
	background-image: url(../imagenes/web/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
/* ###################################################################################### */
#container {
	width: 692px;
	margin-left: auto;
	height: 100%;
	clear: both;
	overflow: hidden;
	text-align:left;
	position:relative;
	margin-right: auto;
}
.edificio {
	position:absolute;
	width:454px;
	height:100%;
	bottom:0px;
	background-image: url(../imagenes/web/edificio.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #0B203D;
	right: 50%;
	margin-right: -346px;
}
#left, #right {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	float: left;
}
#left {
	width: 238px;
	background-color: #012B7F;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 12px;
}
#right {
	width: 454px;
}
#logo {
	background-image: url(../imagenes/web/cuadro.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	position: absolute;
	left: 19px;
	top: 50%;
	width: 200px;
	padding-bottom: 3px;
	margin-top: -240px;
}
#botonera {
	height: 180px;
	position: absolute;
	top: 50%;	
	right: 454px;
	width: 221px;
	margin-top: -90px;
}
#botonera ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#botonera li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#botonera a {
	background-image: url(../imagenes/web/boton.gif);
	height: 24px;
	width: 186px;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	color: #F73F00;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding-right: 35px;
	padding-top: 7px;
}
#botonera a:hover {
	background-image: url(../imagenes/web/boton_hover.gif);
	color: #012B7F;
}
#direccion {
	width: 200px;
	background-image: url(../imagenes/web/cuadro.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
	letter-spacing: -1pt;
	left: 19px;
	position: absolute;
	padding-top: 25px;
	margin-top: 140px;
	top: 50%;
}
#direccion a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
}
#direccion a:hover {
	color: #F73F00;
}
#content {
	height: 500px;
	width: 410px;
	font-family: Tahoma;
	color: #012B7F;
	font-size: 11px;
	margin-top: -250px;
	position: absolute;
	top: 50%;
	right: 22px;
}
#content h4 {
	color: #F73F00;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F73F00;
}
#titular {
	background-color: #F73F00;
	height: 39px;
	position: absolute;
	top: 0px;
	width: 390px;
	left: 0px;
	font-family: "Courier New", Courier, mono;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	color: #FF7546;
	padding-top: 15px;
	padding-right: 20px;
}
#foto {
	width: 102px;
	position: absolute;
	left: 12px;
	top: 66px;
	height: 422px;
}
#foto p {
	padding: 0px;
	margin-top: 0px;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
#texto {
	background-color: #FFFFFF;
	height: 402px;
	width: 252px;
	position: absolute;
	top: 66px;
	right: 12px;
	padding: 10px;
	overflow: auto;
}
#foto_texto {
	background-color: #FFFFFF;
	height: 402px;
	width: 366px;
	position: absolute;
	top: 66px;
	padding: 10px;
	overflow: auto;
	left: 12px;
}
#foto_texto img {
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: outset;
	border-bottom-style: groove;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.bordes {
	background-color:#F3F3F3;
	border: 1px dotted #00334E;
	padding-right: 3px;
	padding-left: 3px;
}
#logos_empresa {
	position: absolute;
	top: 50%;
	margin-top: 258px;
	width: 432px;
	margin-left: -216px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F73F00;
}
#logos_empresa .img {
	margin-top: 5px;
}
#logos_empresa .img img {
	vertical-align: bottom;
}

/* ###################################################################################### */
