/* CSS Document */
body{
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#585F68;
	font-size:11px;
}
#top{
	width:100%;
	height:66px;
	background-image:url('../img/bgT.gif');
	background-repeat:repeat-x;
}
#logo{
	padding-top:20px;
	margin-left:12px;
	width:300px;
}
#menu{
	width:100%;
	height:38px;
	background-color:#103058;border-bottom:1px solid #081B32; border-top:1px solid #081B32;
}
#hora{
	position:absolute;
	right:14px;
	top:80px;
	width:200px;
}
#cabecera{
	width:100%;
	height:140px;
	background-image:url('../img/bgC.gif');
	background-repeat:no repeat;
	text-align:center;
	border-bottom:1px solid #081B32;
}
#contenido{
	width:100%;
	padding-top:8px;
}
#izda{
	width:70%;
	background-image:url('../img/bgtxt.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
	min-height:300px;
	border-right:1px dotted #081B32;
}
#dcha{
	width:28%;
	float:right;
}
#pie{
	margin-top:8px;
	width:100%;
	height:40px;
}
#pieLogo{
	width:80%;
	border-top:1px dotted #081B32;
	margin:auto;
	padding-top:8px;
	text-align:center;
}
#pieLogo ul{
	margin:0;
	padding:0;
}
#pieLogo ul li{
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
#pieLogo li a{
	text-decoration:none;
	color:#103058;
	font-size:11px;
}
#pieLogo li a:hover{
	color:#2A72D4;
}
#news{
	width:78%;
	background-image:url('../img/bgtxt.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	float:right;
	border-left:1px dotted #081B32;
}
#submenu{
	width:20%;
	float:left;	
}
/*clases*/
.logo{
	color:#63B4D3;
	font-weight:bold;
}
h1{
	display:none;
}
h2{
	color:#103058;
	font-size:18px;
	background-image:url('../img/tit.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:-4px;
	padding-left:25px;
	margin:0;
}
h3{
	color:#63B4D3;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin:0;
}
h4{
	color:#103058;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
	background-image:url('../img/tit2.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:15px;
}
p{
	text-align:justify;
	margin-right:25px;
}
.news{
	background-image:url('../img/tit.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:25px;
	text-align:right;
}
.left{
	padding-left:25px;
}
.paquetes{
	width:95%;
	min-width:200px;
	overflow:auto;
	height:120px;
}
#leer{
	text-align:right;
	padding:4px;
	padding-right:25px;
}
#leer a{
	color:#FD9B00;
	text-decoration:none;
	text-align:right;
}
#leer a:hover{
	color:#CA7E06;
}
.sep{
	color:#081B32;
}
.bg{
	background-image:url('../img/bgtxt.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
}
a{
	color:#FD9B00;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
}
a:hover{
	color:#CA7E06;
}
.borde{
	border:1px solid #63B4D3;
	padding:3px;
	float:right;
	margin-right:15px;
}
.textosA{color:#91DBF8;
	font-size:11px;}
/*menu*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; font-family: arial, sans-serif; position:relative;  margin:0; padding:0; list-style-type:none;font-size:12px; font-weight:bold;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; border:none;/* for Firefox */
}
.menu5 li {
	float:left; position:relative; padding-left:5px;  text-align:left;
	padding-right:5px;
	list-style:none; border:none;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none;  float:left; line-height:38px; color:#91DBF8; text-align:left;
}
* html .menu5 li a, .menu5 li a:visited {
 text-decoration:none;  
 /* hack for IE5.5 */
}
.menu li a:hover{
color:#00B7FF; background-color:#02123D; text-decoration:none;
}
.menu5 li a.drop, .menu5 li a.drop:visited {
color:#91DBF8; text-decoration:none;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:30px; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
color:#00B7FF; background-color:#02123D; text-decoration:none;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; top:34px; background:#103058; border:1px solid #91DBF8; left:0; overflow:visible; text-decoration:none;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
text-decoration:none;
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:18px; padding-left:2px; padding-right:2px; 
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
text-decoration:none; color:#91DBF8;   
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; height:auto; background:#103058; border:1px solid #91DBF8;
} 

.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:none;
}

.la_firma {
	width:170px;
	white-space:nowrap;
}
.servicios {
	width:110px;
	display:block;
}
.oficinas{
	width:120px;
}
.nowrap{white-space:nowrap;}
