/*html,body{
	width: 98%;
	height:98%;
}*/

p {
	white-space: normal;
	color: #003366;
	font-family:"Book Antiqua", Palatino, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;}

u {
	white-space: normal;
	color: #003366;
	font-family:"Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;}

a {
	color: #009;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border:0;
}

.aul {
	color: #009;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	border:0;
}
.cabeceraazul {
	color: #166FCB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;}

.cabeceraInterior {
	color: #166FCB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	background:url(images/CabInterior.png);
	background-repeat:no-repeat;
	background-position:right;}

.textoInterior {
	color: #003366;
	font-family:"Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position:right;
}

.textogris {
	color: #626365;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;}

.leemas {
	color: #166FCB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	text-decoration: underline;}

.lateral {
	color: #166FCB;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-left: 5px;
	padding-top: 10px;}

.lateralclick {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	padding-left: 5px;
	padding-top: 10px;
	background-color: #166FCB;}

.imagen{
	background-repeat:no-repeat;
	background-position: right bottom;
}

.coolmenu{
	border: 1px solid black;
	text-align:center;
	width: 120px;
	background-color: #166fcb;
}

.coolmenu a{
	font: normal 12px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
}

body .coolmenu a{
	width: auto;
}

.coolmenu a:hover{
	background-color: #FC0;
	color: #166fcb;
}

.debajo {
	position:absolute;
	width:100%;
	height:100%;
	z-index:100;
	left: 38px;
	top: 26px;
}
ul.menu { 
list-style : none; 
margin : 0; 
padding : 0; 
} 
ul.menu * { 
margin : 0; 
padding : 0; 
} 
ul.menu a { 
display : block; 
color : #000; 
text-decoration : none; 
} 
ul.menu li { 
position : relative; 
float : left; 
margin-right : 2px; 
} 
ul.menu ul { 
position : absolute; 
top : 26px; 
left : 0; 
display : none; 
list-style : none; 
} 
ul.menu ul li { 
position : relative; 
border : 1px solid #aaa; 
border-top : none; 
width : 148px; 
margin : 0; 
} 
ul.menu ul li a { 
display : block; 
padding : 3px 7px 5px; 
background-color : #ffffff; 
} 
ul.menu ul li a:hover { 
background-color : #ffffff; 
} 
ul.menu ul ul {
	left : 148px;
	top : -1px;
} 
ul.menu .menulink {
	text-align : left;
	vertical-align : middle;
	border : 0 solid #aaa;
	padding : 0px 15px 3px;
	font-weight : bold;
	color : #ffffff;
} 
ul.menu .menulink:hover, ul.menu .menuhover {
	color : #006;
	background-color: #F90;
} 
ul.menu .sub {
	color : #166fcb;
	background : #166fcb no-repeat 150px 5px;
} 
ul.menu .topline { 
border-top : 1px solid #aaa; 
} 
