/* Hoja de estilo de la web de Laboratorios Calvo */
/* Ultima actualización 10 de enero de 2012 */

/*-------------------------------------------    
    Estructura
-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #565759;
	font-family: Arial, Helvetica, sans-serif;
  	background-color: #fff;
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

img {
	border: 0;
}

a, a:visited {
	color: #565759;
}

a:hover, a:focus, a.actual {
	color: #BD211C;
	text-decoration: none;
}

#envoltorio {
	width: 990px;
	margin: 0 auto 3em;
}

#franja {
	position: absolute;
	top: 100px;
    background: url("../imagenes/franja.jpg") repeat-x scroll left top transparent;
	width: 100%;
	height: 379px;
	left: 0;
}

#contenidos {
	position: relative;
	overflow: hidden;
	clear: both;
}

p {
	text-align:justify;
	margin: 0 0 1em;
	line-height: 1.2;
}

ul {
	list-style: none;
}

.oculto {
	position: absolute !important;
	top: -999em;
}

.aclarar {
	clear: both;
}


/*-------------------------------------------    
    Accesos
-------------------------------------------*/

#acceso p {
	margin: 0 0 0 0;
}

#acceso a:focus {
	top: 0;
	color: #000;
	z-index: 10;
	font-size: 0.9em;
}


/*-------------------------------------------    
    Cabecera
-------------------------------------------*/

#cabecera {
	overflow: hidden;
	position: relative;
}

#logo {
	float: left;
	top: 25px;
	position: relative;
	z-index: 1;
}

#logo a {
	width: 301px;
	overflow: hidden;
	height: 101px;
	font-size: 0.5em;
	position: relative;
	display: block;
}

#logo a span {
  	background: transparent url("../imagenes/logo.jpg") no-repeat left top;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#logo2 {
	float: left;
	top: 25px;
	position: relative;
	z-index: 1;
}

#logo2 a {
	width: 301px;
	overflow: hidden;
	height: 130px;
	font-size: 0.5em;
	position: relative;
	display: block;
}

#logo2 a span {
  	background: transparent url("../imagenes/logo2.jpg") no-repeat left top;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#entrada {
    background: url("../imagenes/login_pr.gif") no-repeat scroll left top transparent;
    font-size: 1.2em;
    height: 54px;
    padding: 0 0 0 7px;
	float: right;
	margin: 0 1em 0 0;
}

#fondo_entrada {
    background: url("../imagenes/login_fin.gif") no-repeat scroll right top transparent;
    height: 54px;
	padding: 7px 0 0 0;
	display: block;
	overflow: hidden;
}

#entrada img {
	width: 36px;
}

#entrada a {
	margin: 0 0 0 1em;
	color: #fff;
}

#entrada form {
	display: inline;
	position: relative;
	top: -12px;
}

#entrada fieldset {
	display: inline;
	border: 0;
}

#entrada input {
    background: url("../imagenes/input_login.gif") no-repeat scroll right top transparent;
    font-size: 1.1em;
	border: 0;
	width: 160px;
	height: 22px;
	margin: 7px 0 0 10px;
	padding: 2px 0 0 6px;
    color: #313d79;
	display: inline;
}

#entrada input.envia {
	background-image: none;
  	background-color: transparent;
	text-decoration: underline;
	color: #ba0f1c;
	cursor: pointer;
	width: 78px;
	border: 0;
	text-transform: uppercase;
    font-size: 1.1em;
	margin: 6px 0 0 0;
}

#entrada input.envia:hover, #entrada input.envia:focus {
	text-decoration: none;
	color: #000;
}

#entrada p {
	display: inline;
	font-size: 1.2em;
	margin: 0 0.7em;
	position: relative;
	top: -12px;
}

p.btn_salir a {
	color: #ba0f1c !important;
	font-size: 1em !important;
	text-transform: uppercase;
	margin: 0 0 0 0 !important;
}

p.btn_salir a:hover, p.btn_salir a:focus {
	color: #000 !important;
}

#banner {
    background: url("../imagenes/fondo_banner_servicios.png") no-repeat scroll left top transparent;
    float: left;
    height: 386px;
    margin: 0 0 0 12px;
    position: relative;
    top: -25px;
    width: 720px;
    z-index: 10;
}

#banner img {
	position: relative;
	top: 20px;
	left: 20px;
}

#banner .nivoSlider {
	margin-top: 21px;
	margin-left: 19px;
}

#banner .grid img {
	position: relative;
	top: 0px;
	left: 0px; 
}

#banner .grid {
	margin-top: 32px;
	margin-left: 19px;
}


/*-------------------------------------------    
    Menús principal
-------------------------------------------*/


#menu {
	clear: both;
	float: left;
	margin: 2.2em 0 0 4.2em;
	width: 21em;
	z-index: 10;
	position: relative;
}

#menu ul {
	position: relative;
}

#menu ul li {
	margin: 0 0 1px;
}

#menu ul li a {
	font-size: 1.4em;
	color: #fff;
	height: 24px;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 18px;
}

#menu ul li a:hover, #menu ul li a:focus, #menu ul li a.actual {
  	background: transparent url("../imagenes/actual_menu.gif") no-repeat left top;
	font-weight: bold;
}

/*-------------------------------------------    
    Menú sección
-------------------------------------------*/

#menu_seccion {
  	background: transparent url("../imagenes/caja_gris_sup.gif") no-repeat left top;
	padding: 10px 0 0 0;
	width: 224px;
	margin: 0 0 1em 4em;
	color: #ddd;
	float: left;
}

#fondo_menu_seccion {
    background: url("../imagenes/caja_gris_med.gif") repeat-y scroll left top transparent;
    padding: 0 5px;
}

#pie_menu_seccion {
  	background: transparent url("../imagenes/caja_gris_pie.gif") no-repeat left top;
	height: 10px;
}

.seccion {
  	background: transparent url("../imagenes/menu_gris_sup.gif") no-repeat left top;
	padding: 8px 0 5px;
	width: 207px;
	margin: 0 0 0 0.4em;
	color: #ddd;
}

.fondo_seccion {
  	background: transparent url("../imagenes/menu_gris_med.gif") repeat-y left top;
}

.pie_seccion {
  	background: transparent url("../imagenes/menu_gris_pie.gif") no-repeat left top;
	padding: 8px 0 0 0;
}

.seccion h1 {
	font-size: 1.5em;
	padding: 0 0 0 0.7em;
	text-decoration: none;
	display: block;
	color: #192047;
	font-weight:normal;
}

.seccion a {
	font-size: 1.5em;
	padding: 0 0 0 0.7em;
	text-decoration: none;
	display: block;
	color: #192047;
}

.seccion li a {
	margin: 0 0 0 0.5em;
}

.seccion li li {
	padding: 0.7em 0 0;
}

.seccion li li a {
	font-size: 1.5em;
	margin: 0 0 0 1.6em;
	text-decoration: none;
}

.seccion li span {
	border-bottom: 1px solid #bbbeca;
	display: block;
	height: 0.8em;
}

.seccion a:hover, .seccion a:focus, .seccion a.actual {
	color: #bd211c;
}


/*-------------------------------------------    
    Contenidos
-------------------------------------------*/

.aviso {
  	background: transparent url("../imagenes/fondo_aviso.gif") no-repeat left top;
	width: 467px;
	height: 192px;
	float: left;
	margin: 0 0 1.3em 1.3em;
}

.aviso_largo {
  	background: transparent url("../imagenes/fondo_aviso_largo.png") no-repeat left top;
	width: 980px;
	height: 80px;
	float: left;
	margin: 0 0 1.3em 1.3em;
}

.aviso2 {
  	background: transparent url("../imagenes/fondo_aviso.gif") no-repeat left top;
	width: 467px;
	height: 192px;
	float: left;
	margin: 0 0 0 28.3em;
}

.aviso img, .aviso2 img {
	margin: 3em 0 0 2em;
	float: left;
}

.aviso_largo img{
	margin: 2em 1em 0 2em;
	width: 19px;
	float: left;
}

.txt_aviso {
	float: left;
	width: 26em;
	margin: 0 0 0 .5em;
	text-align: center;
	padding: 2em 0 0 0;
}

.txt_aviso_largo {
	float: left;
	width: 80em;
	margin: 0 0 0 .5em;
	text-align: center;
	padding: 1em 0 0 0;
}

.txt_aviso h3 {
	margin: 0 0 0.5em;
	font-size: 2.1em;
}

.txt_aviso_largo h3 {
	margin: 0 0 0.4em;
	text-align:left;
	font-size: 1.4em;
	color:#666666;
}

.txt_aviso_largo h3 span{
	font-size: 0.0em;	/* font-size: 0.8em; */
	color:#666666;
	font-weight:100;
}

.txt_aviso a {
	color: #313d79;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.txt_aviso a:hover, .txt_aviso a:focus {
	color: #000;
}

.txt_aviso p {
	width: 12em;
	margin: 0 auto;
	color: #313d79;
	font-size: 1.6em;
}

.txt_aviso span {
	color: #bd211c;
}

.txt_aviso_largo span {
	color: #45518d;
	font-size:1.3em;
	font-weight:800;
}

p.btn_azul {
  	background: transparent url("../imagenes/boton_azul.jpg") no-repeat left top;
	width: 120px;
	height: 19px;
	margin: 1em auto;
	display: block;
	padding: 4px 0 0 0;
}

p.btn_azul a {
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

p.btn_azul a:hover, p.btn_azul a:focus {
	color: #000;
}

#txt_seccion {
	/*padding: 5em 0 0 0;
    float: left;
    font-size: 1.4em;*/
	width: 710px;
	float: none;
	margin-left: 280px;
	font-size: 1.4em;
	padding: 1.5em 0 0 0;
}

#txt_seccion ul{
	list-style:decimal;
	margin-left: 100px;
	margin-top: -20px;
	padding: 0 1.5em 0 0;
	text-align: justify;	
}

#txt_seccion.completo {
	padding: 0 0 0 0;
	width: 60em;
	margin: 0 0 0 6em;
}

p.icono {
    background: url("../imagenes/logito.jpg") no-repeat scroll left top transparent;
    margin: 0 0 1em 2em;
    width: 44em;
	min-height: 26px;
	padding: 0 0 0 3em;
	text-align: justify;
}



/*-------------------------------------------    
    Localización
-------------------------------------------*/

#txt_seccion.localiza {
	padding: 0 0 0 2em;
	width: 666px;
}

div.sede {
	margin: 0 0 2em;
	overflow: hidden;
	padding: 0 0 3em;
	border-bottom: 1px solid #313D79;
}

div.datos_sede {
	float: left;
	margin: 0 0 1em;
	width: 666px;
}

div.mapa {
	float: left;
	/*width: 19em;*/
}

div.datos_sede strong {
	text-transform: uppercase;
}

address {
	margin: 0 0 1em;
}

dl dd {
	margin: 0.5em 0 0 1em;
}

/*-------------------------------------------    
    Tabla
-------------------------------------------*/

table {
	border-collapse: collapse;
	width: 935px;
	margin: 0 0 0 29px;
}

table th {
  	background: transparent url("../imagenes/listado_sup_med.gif") repeat-x left top;
	height: 39px;
	color: #fff;
	font-size: 1.7em;
	border-right: 1px solid #fff;
	text-align: left;
	padding: 0 0 0 18px;
}

table th.izquierda {
  	background: transparent url("../imagenes/listado_sup_izda.gif") no-repeat left top;
	width: 450px;
	height: 39px;
	text-align: left;
	padding: 0 0 0 18px;
}

table th.derecha {
  	background: transparent url("../imagenes/listado_sup_dcha.gif") no-repeat right top;
	width: 109px;
	height: 39px;
	text-align: center;
	padding: 0 0 0 0px;
}

table th a,table.derecha th a ,table.izquierda th a{
  	color: #fff !important ;
	text-decoration: none;
}

table th a:hover,table.derecha th a:hover ,table.izquierda th a:hover{
  	color: #000 !important ;
	text-decoration: none;
}

table td {
	text-align: left;
	font-size: 1.3em;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 14px 0 14px 18px;
	vertical-align: top;
}

table td.izquierda {
	padding: 14px 0 14px 18px;
  background: #fff url("../imagenes/listado_lat_izda.gif") repeat-y left top;
	text-align: left;
	width: 450px;
}

table td.derecha {
  	background: #fff url("../imagenes/listado_lat_dcha.gif") repeat-y right top;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 14px 0 14px 0px;
}

table td a {
	color: #919293;
	text-decoration: none;
}

table td a strong {
	color: #BD211C;
	display: block;
	margin: 0 0 7px;
}

table td.pie {
  	background: #fff url("../imagenes/listado_pie_med.gif") repeat-x left bottom;
	border-bottom: 0;
}

table td.pieiz {
  	background: #fff url("../imagenes/listado_pie_izda.gif") no-repeat left bottom;
	border-bottom: 0;
	border-left: 1px solid #2e3a6d;
}

table td.piedc {
  	background: #fff url("../imagenes/listado_pie_dcha.gif") no-repeat right bottom;
	border-bottom: 0;
}

#pie_tabla {
  	background: transparent url("../imagenes/listado_pie.gif") no-repeat left bottom;
	height: 8px;
	width: 934px;
	margin: 0 0 0 29px;
	position: relative;
	top: -7px;
}

/*-------------------------------------------    
    Buscador
-------------------------------------------*/

#buscador {
  	background: transparent url("../imagenes/fondo_buscador.gif") no-repeat left top;
	margin: 0 0 0 3em;
	padding: 1em 0 0 0;
	width: 937px;
	height: 48px;
}

#buscador fieldset {
	border: 0;
	clear: both;
	margin: 0 0 0 2em;
}

#buscador label {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 10px 0 0;
	vertical-align:middle;
}

#buscador input, #buscador select {
	margin: 0 25px 0 0;
	border: 0;
	padding: 0 10px;
	vertical-align:middle;
}

#buscador input#nombre {
  	background: transparent url("../imagenes/buscar_nom.gif") no-repeat 50% 50%;
	width: 119px;
	height: 24px;
	font-size: 1.2em;
}

#buscador input#fecha_desde, #buscador input#fecha_hasta {
  	background: transparent url("../imagenes/buscar_fecha.gif") no-repeat left top;
	width: 57px;
	height: 24px;
	margin: 0 15px 0 0;
	font-size: 1.1em;
}

#buscador select {
/*  	background: transparent url("../imagenes/buscar_cat.gif") no-repeat left top;*/
	width: 139px;
	height: 24px;
	margin: 0 15px 0 0;
	padding: 0;
	border: 1px solid #999;;
}

#buscador input.boton_envio {
  	background: transparent url("../imagenes/buscar_sub.gif") no-repeat left top;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 1.4em;
	margin: 0 0 0 0.5em;
	cursor: pointer;
	text-transform: uppercase;
	width: 77px;
	height: 25px;
}

input.boton_envio:hover, input.boton_envio:focus {
	color: #000;
}

/*-------------------------------------------    
    Paginación
-------------------------------------------*/

.paginacion {
	/*width: 195px;
	height: 40px;
	margin: 1em auto 0;*/
	
	width: 575px;
	height: 40px;
	margin: 1em auto 0;
	float: right;
	text-align: right;
}


.paginacion ul li {
	margin: 0 0.2em;
	float: left;
}

.paginacion ul li a {
	display: block;
	color: #2e3a6d;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

.paginacion ul li a:hover, .paginacion ul li a:focus, .paginacion ul li a.actual {
	color: #b70f1b;
	border-bottom: 2px solid #b70f1b;
}

/*-------------------------------------------    
    Camino
-------------------------------------------*/

#camino {
  /*background: transparent url("../imagenes/fondo_camino.jpg") no-repeat left top;*/
	font-size: 1.6em;
	width: 724px;
	height: 39px;
	padding: 8px 0;
	color: #bd211c;
	float: left;
	margin: 0 0 0 1.9em;
}

#camino ul li {
	display: inline;
}

#camino ul li span {
    color: #313D79;
    position: relative;
    top: 2px;
}

#camino ul li.primero {
	font-weight: normal;
	margin: 0 0 0 20px;
	color: #4e4947;
}

#camino ul li a {
	color: #313D79;
	text-decoration: none;
}

#camino ul li a:hover, #camino ul li a:focus {
	color: #bd211c;
}

/*-------------------------------------------    
    Formulario
-------------------------------------------*/


#formulario {
	float: left;
	width: 66em;
	margin: 0 0 3em 4em;
}

#formulario p {
	margin: 0 0 1em;
	color: #313D79;
    font-size: 1.5em;
}

#formulario fieldset {
	padding: 2em 0 0 5em;
	border: 0;
}

#formulario label {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 0 1em 0 0;
    position: relative;
    width: 110px;
}

#formulario label.acepto {
    font-size: 1.3em;
	width: 17em;
	position: relative;
	top: -1px;
	float: left;
}

#formulario label.codigo {
	width: 10em;
	margin: 2em 0 0 0;
	left: 1.5em;
}

#formulario label.acepto a {
	color: #313D79;
	text-decoration: none;
	font-weight: bold;
}

#formulario label.acepto a:hover, #formulario label.acepto a:focus {
	text-decoration: none;
	color: #BD211C;
	}

#formulario label span {
  	background: transparent url("../imagenes/input_formu.gif") no-repeat left top;
    left: 100%;
    position: absolute;
    top: 0;
    width: 378px;
	height: 24px;
	padding: 0 7px;
}

#formulario label input {
  	background: transparent;
    font-size: 1.1em;
    width: 369px;
	height: 24px;
	border: 0;
	padding: 0 7px;
}

#formulario input#chAvisoLegal {
	width: 20px;
	margin: 0 0 0 183px;
	float: left;
}

#formulario label.codigo span {
  	background: transparent url("../imagenes/input_formu_corto.gif") no-repeat left top;
	width: 329px;
	height: 24px;
}

#formulario input#codigo {
	width: 303px;
	height: 24px;
}

#formulario span.area {
  	background: transparent url("../imagenes/textarea.gif") no-repeat left top;
	position: absolute;
	left: 100%;
	top: 0;
	height: 48px;
	width: 385px;
	padding: 1px 0 0 7px;
}

#formulario textarea {
  background: transparent;
	height: 46px;
	width: 373px;
	font: normal 1em Arial;
	resize: none;
	border: 0;
	padding: 1px 0 0 7px;
}

#formulario input.boton_envio {
  	background: transparent url("../imagenes/input_envio.gif") no-repeat left top;
	height: 33px;
	width: 83px;
    float: left;
    font-size: 1.6em;
    margin: -12px 0 0 -2px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 3px;
	cursor: pointer;
}

#formulario input.boton_envio:hover, #formulario input.boton_envio:focus {
	color: #000;
}

#formulario img {
    margin: 0 0 12px 186px;
}

#formulario ol {
	font-size: 0.8em;
	line-height: 1.5;
}

ol.error {
	margin: 0 0 0 1.4em;
}

img.izquierda {
	float: left;
	margin: 3em 0 0 3em;
}

#txt_error {
	width: 60em;
	margin: 3em auto;
}

#txt_error img {
	display: block;
	margin: 3em auto;
}

#txt_error h3 {
	font-size: 1.8em;
	margin: 0 0 1em;
}

#txt_error p {
	font-size: 1.4em;
	margin: 0 0 1em;
}

#txt_error a {
	font-size: 1.2em;
	margin: 2em 0 1em;
}

/*-------------------------------------------
    mutuas
-------------------------------------------*/
#mutuas {
	float: left;
	width: 66em;
	margin: 0 0 3em 4em;
}

#mutuas p {
	margin: 0 0 1em;
	color: #313D79;
    font-size: 1.5em;
}

#mutuas label {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 0 1em 0 0;
    position: relative;
    width: 110px;
}





/*-------------------------------------------    
    Formulario Zona Privada
-------------------------------------------*/


#formulario_zona_privada {
	float: left;
	width: 66em;
	/*margin: 1em 0 3em 4em;*/
}

#formulario_zona_privada p {
	margin: 0 0 1em;
	color: #313D79;
    font-size: 1.5em;
}

#formulario_zona_privada fieldset {
	padding: 1em 0 0 0;
	border: 0;
	text-align: left;
}

#formulario_zona_privada label {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 0 0.5em 0 0;
    position: relative;
    width: 75px;
	 text-align: left;
}

#formulario_zona_privada label.acepto {
    font-size: 1.3em;
	width: 17em;
	position: relative;
	top: -1px;
	float: left;
}

#formulario_zona_privada label.codigo {
	width: 10em;
	margin: 2em 0 0 0;
	left: 1.5em;
}

#formulario_zona_privada label.acepto a {
	color: #313D79;
	text-decoration: none;
	font-weight: bold;
}

#formulario_zona_privada label.acepto a:hover, #formulario_zona_privada label.acepto a:focus {
	text-decoration: none;
	color: #BD211C;
	}

#formulario_zona_privada label span {
  	background: transparent url("../imagenes/input_formu_2.gif") no-repeat left top;
    left: 100%;
    position: absolute;
    top: 0;
    width: 150px;
	height: 24px;
	padding: 0 7px;
}

#formulario_zona_privada label input {
  	background: transparent;
    font-size: 1.1em;
    width: 130px;
	height: 24px;
	border: 0;
	padding: 0 7px;
}

#formulario_zona_privada input#chAvisoLegal {
	width: 20px;
	margin: 0 0 0 183px;
	float: left;
}

#formulario_zona_privada label.codigo span {
  	background: transparent url("../imagenes/input_formu_corto.gif") no-repeat left top;
	width: 329px;
	height: 24px;
}

#formulario_zona_privada input#codigo {
	width: 303px;
	height: 24px;
}

#formulario_zona_privada span.area {
  	background: transparent url("../imagenes/textarea.gif") no-repeat left top;
	position: absolute;
	left: 100%;
	top: 0;
	height: 48px;
	width: 385px;
	padding: 1px 0 0 7px;
}

#formulario_zona_privada textarea {
  	background: transparent;
	height: 46px;
	width: 373px;
	font: normal 1em Arial;
	resize: none;
	border: 0;
	padding: 1px 0 0 7px;
}

#formulario_zona_privada input.boton_envio {
  	background: transparent url("../imagenes/input_envio2.gif") no-repeat left top;
	height: 33px;
	width: 83px;
    float: left;
    font-size: 1.6em;
    margin: 10px 0 0 150px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 3px;
	cursor: pointer;
}

#formulario_zona_privada input.boton_envio:hover, #formulario_zona_privada input.boton_envio:focus {
	color: #000;
}

#formulario_zona_privada img {
    margin: 0 0 12px 186px;
}

#formulario_zona_privada ol {
	font-size: 0.8em;
	line-height: 1.5;
}

ol.error {
	margin: 0 0 0 1.4em;
}

img.izquierda {
	float: left;
	margin: 3em 0 0 3em;
}

#txt_error {
	width: 60em;
	margin: 3em auto;
}

#txt_error img {
	display: block;
	margin: 3em auto;
}

#txt_error h3 {
	font-size: 1.8em;
	margin: 0 0 1em;
}

#txt_error p {
	font-size: 1.4em;
	margin: 0 0 1em;
}

#txt_error a {
	font-size: 1.2em;
	margin: 2em 0 1em;
}

/*-------------------------------------------    
    Titulo seccion
-------------------------------------------*/

#titulo_seccion{
  /*background: transparent url("../imagenes/fondo_camino.jpg") no-repeat left top;*/
	font-size: 1.6em;
	width: 724px;
	height: 39px;
	padding: 8px 0;
	color: #45518d;
	float: left;
	margin: -48px 0 0 3.5em;
	font-weight:bold;
}

#titulo_seccion a{
  color: #45518d;
	text-decoration: none;
}


/*-------------------------------------------    
    Pie
-------------------------------------------*/


#pie {
	clear: both;
	margin: 3em 0 0 2em;
}

#pie p {
	font-size: 1.3em;
	color: #313d79;
}

#pie p img {
	position: relative;
	top: 19px;
	left: 9px;
}

#pie a{
	color: #313d79;
}

#pie a:hover, #pie a:focus {
	color: #BD211C;
}

#pie p a.primera {
	padding: 0 5px 0 0;
	margin: 0 5px 0 50px;
}

#pie ul{
	font-size: 1.2em;
}

#pie ul li{
	display:inline;
	float: left;
	vertical-align:middle;
}


/*-------------------------------------------    
    Fieldsets y encuestas
-------------------------------------------*/

#formulario_encuesta {
	width:800px;
	margin-left:100px;
	background-color: #EEEEEE;
	padding: 25px 25px 50px 25px;
	margin-bottom: 25px;
	/*-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;*/
	box-shadow: 10px 10px 5px #888;
}


#formulario_encuesta fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}

#formulario_encuesta fieldset p { 
	margin: 10px 10px; 
	font-size:1.2em;
}

#formulario_encuesta fieldset p input[type="radio"]{ 
	margin-right: 20px; 
}

#formulario_encuesta legend { 
	color: #c24733; 
	font-size: 1.4em; 
	font-weight: bold; 
	padding: 0 10px 0 10px;
}

#formulario_encuesta p.cabecera { 
	color: #666666; 
	font-size: 1.4em;
	font-weight: 800; 
	padding: 0 10px 20px 10px;
}

#formulario_encuesta input.boton_envio {
  	background: transparent url("../imagenes/input_envio2.gif") no-repeat left top;
	height: 33px;
	width: 83px;
    float: right;
    font-size: 1.6em;
    margin: 10px 0 0 -2px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 3px;
	cursor: pointer;
}

#formulario_encuesta input.boton_envio:hover, #formulario input.boton_envio:focus {
	color: #000;
}

#cookies {
    display: none;
    background-color: #45518d;
    margin: 0 auto;
    position: relative;
    clear: both;
    color: #eaeaea;
    font-size: 1.3em;
    padding: 6px;
    font-weight: bold;
    width: 620px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#cookies div {
    margin: 0 auto;
    font-size: 0.9em;
    width: 620px;
}

#cookies a.enlace{
    color: #eaeaea;
}

#cookies p{
    float:left;
    display:block;
    padding-top:6px;
    margin-bottom: 3px;
}

#cookies a.enlace:visited{
    color: #eaeaea;
}

#cookies a.boton_rojo {
    color: #45518d;
    background-color: #ECEEF2;
    border-radius: 3px;
    font-weight: bold;
    float: right;
    padding: 6px;
    margin-bottom: 0px;
    text-decoration: none;
    border: 1px solid #115B85;
    font-size: 1.1em;
}

table#tablaNavegadores{
    margin-left:2em;
    width: 650px;
    margin-bottom: 3em;
    font-size: 0.8em;
}

div#cookies-container{
    width: 620px;
    height: 90px;
    position:absolute;
    z-index:100;
    top:0px;
    left:315px;
}
