@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
ul {
	padding:0;
	margin-top: 10px;
	margin-left: 15px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
p {
	margin: 0;
}
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	background-image: url(images/fondonuevo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment:fixed

}

h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	margin: 0;
}
h4.con_barra {
	background-image:url(images/barra_inferior.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
	padding-bottom: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}
h5.titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #B20175;*/
	color: #2D3192;
	text-align: center;
	margin-bottom: 15px;
	/*text-decoration: underline;*/
}
h5.titulares_rosas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B20175;
	text-align: left;
	margin-bottom: 15px;
	/*text-decoration: underline;*/
}
h5.titulares_izq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D3192;
	text-align: left;
	margin-bottom: 15px;
	/*text-decoration: underline;*/
}
h5.titulares_izq a {
	color: #2D3192;
}
h5.titulares_izq a:hover {
	color:#B20175;
}
ul.incluye li a {
	color: #2D3192;
}

ul.incluye li a:hover {
	color: #B20175;
}



/******************  MENU  *********************/

#menu {
	width: 230px;
	height: auto !important;	
	padding-top: 0px;
	font-family: Calibri;
	font-size: 12px;
}
#menu ul {
	padding: 0;
	margin: 0;
	padding-left: 17px;
	padding-bottom: 15px;

}
#menu ul li {
	padding-top: 5px;
	padding-bottom:8px;
	padding-left: 3px;
	list-style: none;
}
#menu ul.submenu {
	padding: 8px 0 0 20px;
}
#menu ul li img {
	float: left;
}
#menu ul li a {
	padding-left: 25px; /* regla para que el nombre de la seccion no chafe el >> */
	color: #2D3192;
}
#menu ul li a:hover {
	color: #B20175;
}

/******************  FOLIO  *********************/

div#top_folio {
	width: 750px;
	height: 50px;
}
div#info {
	width: 690px;  /* La anchura es 750 = 690 + 30 + 30 de los paddings laterales */
	background-color: white;	
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
div#col_izq {
	width: 330px;
	float: left;
	padding-right: 15px;
}
div#col_der {
	width: 330px;
	float: left;
	padding-left: 15px;	
}
div#submenu {
	/*padding-bottom: 10px;*/
}
th {
	font-size: 15px;
	
}
ul li {
	margin-bottom: 5px;
}

/*******************  PIE  ***********************/

div#pie {
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
}


p {
	text-align: justify;
	margin-bottom: 10px;
}
a.enlace_pie {
	color: #2D3192;
	text-decoration: none;
}
a.enlace_pie:hover{
	text-decoration: none;
	color: #B20175 ;
	}

a.ver_imagenes {
	color: #2D3192;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	background-image: url(images/flecha_mas.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-top: 1px;
} 
a.ver_imagenes:hover {
	text-decoration: none;
	color: #B20175 ;
	font-weight: bold;
}

a.ver_documento {
	background-image: url(images/icono_documento.gif);
	background-position: left;
	background-repeat:no-repeat;
	text-decoration: underline;
	color: #B20175 ;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 1px;
		font-size:13px;
	font-weight: bold;
}
a.ver_documento:hover {
	color: #2D3192;
	text-decoration: none;
}

#coleccion li {
	display:none;
	position:relative;
}
#coleccion li.visible {
	display:block;
}

div.coleccion ul li {
	display: inline;
}
input.fondo_input, textarea{
	font-size: 11px;
	color: #B20175;
	font-family: "Trebuchet MS";
	font-weight: bold;	
	background-color: #cccccc;
	border: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
textarea {
	overflow:auto;
}
input.fondo_check {
	margin: 0;
	margin-right: 5px;
}
td.opcion {
	color: #B20175;
	font-family: "Trebuchet MS";
	font-weight: bold;	
}
a.boton_enviar {
	background-image: url(images/flecha_enviar.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 20px;
	color: #2D3192;
	font-weight: bold;
	padding-top: 2px;
}
a.boton_enviar:hover {
	color: #B20175;
}
table.tarifas {
	border: 1px solid #CCCCCC;
	text-align:center;
	margin-bottom: 60px;
}
th.fondo_gris {
	font-size: 12px;
	color:#2D3192;
	background-color:#CCCCCC;
}
ul.incluye li {
	background-image: url(../images/icono_ok.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;	
}	
a.enlace {
	color:#B10174;
	font-weight:bold;
	text-decoration: underline;
}
a.enlace:hover {
	text-decoration: none;
}


.apagar 
{
	/* Propiedades de Opacidad */
	border:0px;
	cursor:pointer;
		opacity: .5; /* Firefox, Opera, Safari... */
		filter: alpha(opacity=50); /* IE */
		-moz-opacity: .5; /* Mozilla */
}
.encender 
{
border:0px;
cursor:pointer;
	
	/* Propiedades de Opacidad */	
		opacity: none; /* Firefox, Opera, Safari... */
		filter: none; /* IE */
		-moz-opacity:none; /* Mozilla */
}