@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:#92afc1 url(../images/fondo.jpg) repeat-x;
	/*font-family:"Monotype Corsiva", "Times New Roman", Arial;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
a:link,a:visited {
	text-decoration:none;
	color:#006;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
	text-decoration:none;
}
img {
	border: none;
	text-decoration: none;
}
h1, h2 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:1.6em;
	color:#2b3573;		
}
h2 {
	font-size:1.4em;
	color:#FFF;
}
table {
	margin:auto;
}
.centrar {
	text-align:center;
}
.clear {
	clear:both;
}
#contenedor {
	margin:auto;
	width:955px;
	border:5px #051e37 solid;
}
#cabecera {
	height:170px;
	border-bottom:5px #051e37 solid;
}
#subcabecera {
	background:#FFFFFF;
	height:80px;
	border-bottom:5px #051e37 solid;
}
#logo {
	float:left;
	width:175px;
}
#frase {
	width:760px;
	height:20px;
	float:right;
	color:#051e37;
	padding:10px;
	font-weight:bold;
	font-size:2em;
}
#menu {
	width:720px;
	height:20px;
	float:right;
	color:#FFFFFF;
	padding:10px 30px;
	text-align: left;
	font-size:1.6em;
}
a.menu:link,a.menu:visited {
	color:#051e37;
	padding:2px 10px;
	font-weight:bold;
	border:1px solid #999;
}
a.menu:hover {
	color:#F63;
	background:#CCC;
	text-decoration:none;	
}
#cuerpo {
	padding:10px;
	min-height:400px;
	color:#FFF;
	font-size:1.4em;
}
#cuerpo-izq {
	float:left;
	width:150px;
}
#cuerpo-izq ul {
	margin:0;
	padding:0;
	list-style:none;
}
#cuerpo-izq li {
	padding-bottom:5px;
}
a.submenu:link,a.submenu:visited {
	color:#FFF;
	font-weight:bold;
	border:1px solid #CCC;
	display:block;
	padding:3px;
	margin:2px;
}
a.submenu:hover {
	background:#FFF;
	color:#808f9e;
}
.sinenl {
	margin:2px 2px 8px 2px;
	background:#FFF;
	color:#808f9e;
	font-weight:bold;
	/*border:1px solid #CCC;*/
	display:block;
	padding:3px;	
}
#cuerpo-der {
	float:left;
	width:755px;
	padding-left:20px;
}
#izq {
	float:left;
	width:635px;
}
#izq li {
	padding-bottom:20px;
}
#der {
	float:left;
	width:290px;
	text-align:center;
	padding-left:10px;
}
#flota {
	width:300px;
	float:left;
	text-align:center;
	padding:5px;
}
#pie {
	clear:both;
	border-top:5px #051e37 solid;
	background:#CCC;
	padding:10px;
	text-align:center;
	font-size:1.2em;
}