/*RESETEO CABECERAS*/
@import url("/css/style/cab_generica/reset_head_basica.css");

a {cursor:pointer !important;}

/******* CABECERA ESPECIAL GENERICA *******/
.cab_especial .round 						{ background: url("i/cabeceraBack.png") no-repeat scroll center center transparent !important; padding:0; height:97px !important; }
/*Corner sin contenido blanco */ /*.cab_especial .round .corner 			{ background-image: url("i/corner.png");}*/
.cab_especial .round .corner 			{ display:none !important;}
.cab_box 										{ height:100% !important; position:relative; padding:0px !important;}
.cab_box h1 									{ float: left;height: 97px;overflow: hidden;text-indent: -3000px;top: 0; width:150px;}
.cab_box h1 a									{ width:100%;height:100%;}

/** NAVIGATION **/
.cab_box .nav 					{position:absolute; bottom:-1px;right: 30px;}
.cab_box .nav li 					{ margin:1px 2px;}
.cab_box .nav li a				{ background:/*url(i/normalBack.png) repeat center center transparent*/ #005281; width:auto; height:25px; display:block; text-decoration:none !important; padding:0 5px !important;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.cab_box .nav li a span		{ color: #fff; float: left; font-size: 10pt; padding-top: 10px; *padding-bottom:5px; text-align: center; width: 100%;}
.cab_box .nav li a:hover, .cab_box .nav li.active a, .cab_box .nav li.active a:hover{ background:/*url(i/activeBack.png) repeat center center transparent*/ #fff;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.cab_box .nav li a:hover span, .cab_box .nav li.active a span{ color:#000;}
.cab_box .nav li.active a span 	{ font-weight:bold;}
.cab_box .text {
    position: absolute !important;
    right: 2em !important;
    top: 2em !important;
}
.cab_box span.emision 		{ color: white; }

/********** AJUSTES A LA CARTA **************/

.mini_cab .cab_especial .round	{ background-image: url("i/cabeceraBack.png") !important; } /*cabecera con imágen de ancho especial */
.mini_cab .cab_especial .round 			{ background-position:left center !important;}
.mini_cab .cab_especial .cab_box 		{ height: 100% !important; position: relative;}
.mini_cab .cab_box h1 						{ height: 100px; left: 0px; position: relative; top: 0px; width: 150px;}
.mini_cab .cab_box h1 a						{ width:100% !important; height:100% !important;}

		/***** Navegacion ****/
.mini_cab .cab_box .nav 					{ width: auto !important;}
.mini_cab .cab_box .nav li a				{ height: auto !important;}
.mini_cab .cab_box .nav li a span		{ line-height:20pt; padding-top:0px !important;}
		/***** FIN Navegacion ****/

/********** FIN AJUSTES A LA CARTA **************/