@import url(menu.css);
body {
	background-color: #f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	margin:10px;
}
a {
	color:#005AA2;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#005AA2;
}
img{border:none;}
#contenedor {
	width:893px;
	text-align:left;
	margin:auto;
}
/* CUADRO PRINCIPAL */
#cuadro-top {
	width:893px;
	height:34px;
	background:url(../imagenes/cuadro-top.gif) no-repeat top center;
}
#cuadro-bottom {
	width:893px;
	height:35px;
	background:url(../imagenes/cuadro-bottom.gif) no-repeat top center;
}
#cuadro-middle {
	width:893px;
	background:url(../imagenes/cuadro-middle.gif) repeat-y center;
}
#cuadro-contenido {
	padding:5px 35px 5px 35px;
	background:url(../imagenes/cuadro-fondo.gif) no-repeat top center;
}
/* FIN CUADRO PRINCIPAL */

#logo {
	width:300px;
	float:left;
}
#direccion {
	color:#005AA2;
	font-size:12px;
	float:right;
}
#thumbs {
width:110px; height:500px; overflow-y:scroll; overflow-x:hidden;
}
.subtitulos {
	font-size:16px;
	font-weight:bold;
	color:#005AA2;
	margin-top:5px;
}