/*-------------------------------------------    
    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;
}

#contenidos {
	width: 970px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
}

.oculto {
	position: absolute !important;
	top: -999em;
}

.error {
	color: #bd211c;
	top: -10px;
}

.formato {
	font-size: 1em;
    position: absolute;
}

/*-------------------------------------------    
    encuesta
-------------------------------------------*/


#encuesta {
	background: transparent url("../imagenes/fondo_aviso.gif") no-repeat left top;
	top: 30px;
	position: absolute;
	width: 496px;
	height: 192px;
	float: left;
	z-index: 1;
	margin: 0 0 0 27em;
}

#encuesta h3 {
	text-align: center;
	margin: 20px 0 0.5em;
	font-size: 2.1em;
}

#encuesta fieldset {
	padding: 1em 0 0 0;
	border: 0;
}

#encuesta fieldset label {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 0 1em 0 0;
    width: 467px;
	text-align: center;
}

#encuesta fieldset input.boton_aceptar {
  	background: transparent url("../imagenes/input_envio.gif") no-repeat left top;
	height: 33px;
	width: 83px;
    float: left;
    font-size: 1.6em;
    margin: 15px 0 0 100px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 6px;
	cursor: pointer;

}

#encuesta input.boton_aceptar:hover, #formulario input.boton_envio:focus {
	color: #000;
}

#encuesta fieldset input.boton_cancelar {
  	background: transparent url("../imagenes/input_envio.gif") no-repeat left top;
	height: 33px;
	width: 83px;
    float: left;
    font-size: 1.6em;
    margin: 15px 0 0 130px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 6px;
	cursor: pointer;

}

#encuesta input.boton_cancelar:hover, #formulario input.boton_envio:focus {
	color: #000;
}

/*-------------------------------------------    
    Aviso
-------------------------------------------*/


#aviso {
	top: 20px;
	visibility: hidden;
	position: absolute;
	width: 467px;
	height: 192px;
	float: left;
	z-index: 2;
}

#aviso h3 {
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 2.1em;
}

#aviso fieldset label {
    display: block;
    font-size: 1.5em;
    margin: 0;
    padding: 0 1em 0 0;
    width: 467px;
	text-align: center;
}

#aviso fieldset 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: 15px 0 0 200px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 0 6px;
	cursor: pointer;

}

#aviso input.boton_envio:hover, #formulario input.boton_envio:focus {
	color: #000;
}


/*-------------------------------------------    
    Tabla
-------------------------------------------*/

table {
	border-collapse: collapse;
	width: 497px;
	margin: 0 0 0 250px;
}

table th {
  	background: transparent url("../imagenes/listado_sup_med.gif") repeat-x left top;
	height: 30px;
	color: #fff;
	font-size: 1.7em;
	border-right: 1px solid #fff;
	border-left: 1px solid;
}

table th.izquierda {
	border-left: 0;
  	background: transparent url("../imagenes/listado_sup_izda.gif") no-repeat left top;
	width: 80;
}

table th.derecha {
  	background: transparent url("../imagenes/listado_sup_dcha.gif") no-repeat right top;
	width: 100px;
	border-right: 0;
}

table td {
	height: 20px;
	text-align: center;
	font-size: 1.3em;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	padding: 7px 0 0 0;
	vertical-align: top;
}

table td.izquierda {
	border-left: 1px solid #2e3a6d;
	width: 80px;
}

table td.derecha {
	border-right: 1px solid #2e3a6d;
}

table td.pie {
	background: #fff url("../imagenes/listado_pie_med.gif") repeat-x left bottom;
  	padding: 0px 0;
  	height: 0px;
  	border-right: 1px solid #dbdbdb;
  	border-top: 0;
}

table td.pieiz {
  	background:  url("../imagenes/listado_pie_izda.gif") no-repeat left bottom;
  	font-size: 0.4em;
  	padding: 0;
  	height: 0px;
  	border-right: 0;
  	border-top: 0;
  	border-right: 1px solid #dbdbdb;
}

table td.piedc {
  	background: url("../imagenes/listado_pie_dcha.gif") no-repeat right bottom;
  	padding: 0;
  	height: 0px;
  	border-right: 0;
  	border-top: 0;
}


/*-------------------------------------------    
    Formulario
-------------------------------------------*/


	
#formulario {
	background: transparent url("../imagenes/fondo_aviso.gif") no-repeat left top;
	width: 500px;
	height: 192px;
	float: left;
	margin: 0 0 0 25em;
}

#formulario fieldset {
	padding: 1em 0 0 0;
	border: 0;
}

#formulario img {
	margin: 25px 0 0 2em;
	float: left;
}

#formulario h3 {
	margin: 10px 0 3px 0;
	font-size: 2.1em;
}

#formulario label {
    display: block;
    font-size: 1.5em;
    position: relative;
    width: 85px;
	text-align: left;
}

#formulario 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: 1px 10px;
}

#formulario label input {
  	background: transparent;
    font-size: 1.1em;
    width: 130px;
	height: 24px;
	border: 0;
	padding: 0 15px;
}

#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: 5px 0 0 150px;
	border: 0;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#formulario input.boton_envio:hover, #formulario input.boton_envio:focus {
	color: #000;
}


/*-------------------------------------------    
    txt_error
-------------------------------------------*/


#txt_error {
	width: 60em;
	margin: 0 auto;
}

#txt_error img {
	display: block;
	margin: 0 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 0;
}


