body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	line-height: 1.4em;
	behavior:url(css/csshover.htc);
	background-color: #0089AE;
}
a img{
	border: 0px;
}

#contenedor {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#cabecera {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/cabecera_fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 160px;
	padding: 0px;
	margin-top: 0px;
	/*height: 125px;*/
}
#cabecera2 {
	height: 115px;
}
#cabecera #cab_cont {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera #logo{
	float: left;
	width: 250px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cabecera2 #logo  {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#cabecera #cab_cont #frase {
	width: 720px;
	float: right;
	height: 22px;
}
#cabecera #cab_cont #frase h1 {
	font-size: 0.9em;
	color: #FFF;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	float: left;
}
#cabecera #cab_cont #login {
	width: 400px;
	float: left;
	height: 75px;
	padding-left: 340px;
	font-size: 0.9em;
}
#cabecera #cab_cont #login #form_login {
	height: 63px;
	width: 375px;
	background-image: url(../images/fondo_login.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#cabecera #cab_cont #login #form_login #col_1 {
	float: left;
	width: 150px;
	padding-left: 5px;
}
#cabecera #cab_cont #login #form_login #col_2 {
	float: left;
	width: 215px;
}
#cabecera #cab_cont #login #form_login #col_2 label #button {
	background-image: url(../images/boton-acceder.gif);
	height: 27px;
	width: 60px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #079fcb;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#cabecera #cab_cont #login #form_login #col_2 a {
	color: #FFF;
	text-decoration: none;
}
#cabecera #cab_cont #login_logeado {
	width: 600px;
	float: left;
	height: 75px;
	padding-left: 140px;
	font-size: 0.9em;
}
#cabecera #cab_cont #login_logeado #actualizar {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}
#cabecera #cab_cont #login_logeado #actualizar a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#cabecera #cab_cont #login_logeado #logeado {
	float: right;
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	background-color: #079fcb;
	border: 1px solid #0098c4;
	font-size: 1.1em;
}
#cabecera #cab_cont #login_logeado #logeado a {
	color: #FFF;
	text-decoration: none;
}


#cabecera #cab_cont #menu {
	float: left;
	width: 740px;
	padding-top: 10px;
}
#cabecera #cab_cont #menu ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#cabecera #cab_cont #menu ul li {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
}
#cabecera #cab_cont #menu ul li a {
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
#cabecera #cab_cont #menu ul .m_activo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	background-image: url(../images/fondo_boton.gif);
	height: 21px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#cabecera #cab_cont #menu ul .m_activo a {
	color: #000;
}

#cabecera #cab_cont #menu ul li:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	background-image: url(../images/fondo_boton.gif);
	height: 21px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
#cabecera #cab_cont #menu ul li:hover a {
	color: #000;
	padding-right: 7px;
	padding-left: 7px;
}

#cabecera #cab_cont #menu ul  .m_activo:hover a {
	color: #000;
	padding-right: 8px;
	padding-left: 8px;
}
#contenido {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	background-color: #FFF;
}
#cuerpo {
	background-color: #FFF;
	min-height:400px;
}

#contenido_98 {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}


#bloque_d {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #FFF;
}
#bloque_d h2 {
	text-align: center;
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
}

#bloque_total {
	width: 100%;
}

#pie {
	clear: both;
	width: 100%;
	background-attachment: scroll;
	background-color: #151515;
	background-image: url(../images/pie_abajo_fondo.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#pie #pie_superior {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/tick_fondo_negro.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #151515;
	height: 275px;
}
#pie #pie_superior ul {
	margin-left: 0px;
}


#pie #pie_superior li {
	color: #FFF;
	margin-left: 15px;
	padding-top: 3px;
}

#pie #pie_superior li a{
	color: #EBEBEB;
	text-decoration: none;
}
#pie #pie_superior h4 {
	color: #A7D6F5;
	font-size: 1.3em;
}
#pie #pie_superior #ul_4 h4 a {
	color: #A7D6F5;
	text-decoration: none;
}
#pie #pie_superior #ul_4 h4 a:hover {
	text-decoration: underline;
}
#pie #pie_superior #ul_1 {
	float: left;
	width: 200px;
	padding-left: 10px;
}
#pie #pie_superior #ul_1 li {
	list-style-type: none;
	margin-left: 0px;
}
#pie #pie_superior #ul_1 li a {
	color: #A7D6F5;
	font-weight: bold;
}

#pie #pie_superior #ul_2 {
	float: left;
	width: 240px;
	padding-left: 10px;
}
#pie #pie_superior #ul_3 {
	float: left;
	width: 185px;
	padding-left: 10px;
}
#pie #pie_superior #ul_4 {
	float: right;
	width: 300px;
	padding-left: 10px;
}
#pie #pie_superior #ul_4 li {
	color: #A7D6F5;
	font-weight: bold;
	list-style-type: none;
	margin-left: 5px;
	margin-left: -10px;!important; 		
}
#pie #pie_superior #ul_4 li ul li {
	font-weight: normal;
	list-style-type: disc;
	color: #EBEBEB;
	margin-left: 10px;
}
#pie #pie_superior #ul_4 #mas_plantillas {
	color: #A7D6F5;
	text-decoration: none;
}
#pie #pie_abajo  {
	height: 25px;
}
#pie ul.accesibilidad  {
	list-style-type: none;
	text-align:center;
	height: 15px;
	width: 350px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
}
#pie .accesibilidad li {
	display: inline;
	float: none;
}
#pie .accesibilidad a {
	text-decoration: none;
	color: #FFF;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#pie #link_pie {
	text-align: center;
	color: #FFF;
	text-decoration: none;
	width: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#pie .aner {
	float:right;
	width: 250px;
	margin-top: -20px;
}
#pie .anerdata {
	float:left;
	width: 250px;
	margin-top: -20px;
	border: 1px solid red;
}
#pie .aner a, #pie .anerdata a{
	color: #002D3C;
	text-decoration: none;
}
#pie .aner a:hover, #pie .anerdata a:hover{
	color: #FFF;
	text-decoration: underline;
}
h3 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #242424;
}
h4 {
	font-size: 1em;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	width: 100%;
}
h5 {
	margin-top: 20px;
	margin-bottom: 2px;
}
th {
	padding-right: 5px;
	padding-left: 5px;
}

/*----------------index---------------------*/

#bloque_d #ind_sup {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	height: 384px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#bloque_d #ind_sup img {
	float: left;
}
#bloque_d #registrarse {
	float: right;
	width: 320px;
	margin-right: 20px;
	margin-top: 15px;
	border: 2px solid #2189AE;
	background-color: #B4DCE8;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #2189AE;
	margin-left: 20px;
}
#bloque_d #registrarse h2 {
	text-align: center;
	font-size: 1.7em;
	margin-top: 0px;
	padding-top: 0px;
}
#bloque_d #registrarse form label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 2px;
	padding-right: 3px;
}
#bloque_d #registrarse form input {
	margin-top: 2px;
	width: 140px;
}
#bloque_d #registrarse form #solicitar {
	background-attachment: scroll;
	background-image: url(../images/boton_regis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #B4DCE8;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
#bloque_d #ind_sup #introduccion {
	float: right;
	width: 330px;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}

#bloque_d #ind_inf {
	background-attachment: scroll;
	background-image: url(../images/fondo_centro.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 15px;
}
#bloque_d #ind_inf #bloq_1 {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#bloque_d #ind_inf h3 {
	font-size: 2em;
	color: #0082a7;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#bloque_d #ind_inf #bloq_1 .facil {
	float: left;		
	width: 30%;
*	width:29% ;
	margin-top:10px;
	margin-right: 3%;
}
#bloque_d #ind_inf #bloq_1 .facil img {
	float: left;
	padding-bottom: 20px;
	padding-right: 8px;
}
#bloque_d #ind_inf #bloq_1 .facil div {
	float: right;
	width: 170px;
}
#bloque_d #ind_inf #bloq_2{
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/separador.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	margin-top: 20px;
	padding-top: 5px;
}
#bloque_d #ind_inf .b_izq {
	float: left;
	width: 48%;
}
#bloque_d #ind_inf .b_der {
	float: right;
	width: 48%;
}
#bloque_d #ind_inf #bloq_2 .b_izq ul {
	padding-left: 27px;
	margin: 0px;
}
#bloque_d #ind_inf #bloq_2 .b_izq ul li {
	list-style-position: outside;
	list-style-image: url(../images/cuerpo_tick.gif);
	margin-top: 10px;
}
#bloque_d #ind_inf #bloq_2 .b_izq ul li a {
	text-decoration: none;
	color: #000;
}
#bloque_d #ind_inf #bloq_2 .b_izq ul li a strong {
	color: #0082A7;
}
#bloque_d #ind_inf #bloq_2 .b_der ul {
	margin-top: 0px;
}
#bloque_d #ind_inf #bloq_2 .b_der ul li {
	list-style-image: url(../images/preguntita.gif);
	margin-bottom: 10px;
	font-weight: bold;
}
#bloque_d #ind_inf #bloq_2 .b_der a   {
	color: #09C;
	text-decoration: none;
	margin-left: 25px;
}
#bloque_d #ind_inf #bloq_2 .b_der a:hover {
	text-decoration: underline;
}
#bloque_d #ind_inf #bloq_3  {
	height: 165px;
	margin-top: 20px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	background-color: #acacac;
}
#bloque_d #ind_inf #bloq_3 #b3_interior   {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
#bloque_d #ind_inf #bloq_3 #b3_interior #colaborar {
	margin-top: 45px;
	float: left;
}

#bloque_d #ind_inf #bloq_3 #b3_interior .b3_izq {
	width: 380px;
	float: left;
	background-image: url(../images/fondo_boton_anuncio.gif);
	height: 121px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 18px;
}
#bloque_d #ind_inf #bloq_3 #b3_interior a div:hover {
	background-image: url(../images/fondo_boton_anuncio_pulsado.gif);
}

#bloque_d #ind_inf #bloq_3 #b3_interior .b3_der {
	width: 380px;
	float:right;
	background-image: url(../images/fondo_boton_anuncio.gif);
	height: 121px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 18px;
}
#contenedor #cuerpo #bloque_d #ind_inf #bloq_3 #b3_interior h3 {
	text-align: center;
}
#contenedor #cuerpo #bloque_d #ind_inf #bloq_3 #b3_interior a {
	text-decoration: none;
	color: #000;
}

#bloque_d #ind_inf #bloq_3 div img  {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: -10px;
}
#bloque_d #ind_inf #bloq_3 .texto_bl3  {
	padding: 5px;
}
#bloque_d #funcionalidades table tr td a {
	font-weight: bold;
	color: #0098C4;
}
#bloque_d #pago {
	margin-top: 25px;
	padding-top: 20px;
	background-attachment: scroll;
	background-image: url(../images/separador.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



/*----------------------fin index-------------------------*/

.cuadrado {
	padding-right: 8px;
	padding-left: 8px;	
	padding-top: 5px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.usu_dentro {
	background-image: url(../images/f_login_g.gif);
}
.usu_fuera {
	background-image: url(../images/f_login.gif);
}
.cuadrado a {
	color: #0099CC;
	font-weight: bold;
}
.oculto {
	display: none;
}
.cierre {
	clear: both;
	width: 960px;
}
.azul {
	color: #0099CC;
}
.fondo_azul {
	color: #FFFFFF;
	background-color: #0099CC;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;	
}
.tit {
	background-image: url(../images/f_barra_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	font-size: 1em;
	padding-top: 5px;
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
}
.caja2 {
	width: 80px;
}
.caja1 {
	width: 160px;
}
.marra {
	padding-top: 10px;
}
.cu_pre {
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.cu_pre_nv {
	display: none;	
}
.cu_int {
	margin-left: 20px;	
}
.otro {
	margin-left: 20px;
	margin-top: 5px;
}
.t_cen {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.f_gris0 {
	border: 1px solid #CCCCCC;
	
}
.f_gris1 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
}
.re_1 {
	width:100%;
	min-width: 100%;
	height: 50px;
}
.cursi {
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
}
.rojo {
	color: #BF0000;
}
.leyenda{
	display: block;
	*width: 100%;
	width: 90%;
	font-size: 0.75em;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.leyenda h3{
	margin: 0px;
	padding: 0px;
}
.leyenda h3 a{
	display: block;
}
.leyenda ul{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	width: 100%;
}
.leyenda ul li{
	margin: 5px;
	clear: left;
	width: 100%;
	list-style-position: inside;
	margin-left: 14px;
}
.leyenda ul li img{
	float: left;
	margin: 0px 5px;
}
.nobullet{
	list-style-type: none;
	list-style-position: outside !important;
	margin-left: 0px !important;
	min-height: 20px;
}
.inactivo{
	color: #666666;
}
.edit{
	background-color: #FFFF99;
}
.par{
	background-color: #EFEFEF;
}
/*------------pago------------------*/
#pago li {
	margin-top: 10px;
	margin-bottom: 15px;
}
#pago fieldset{
	padding: 10px;
	padding-bottom: 0px;
}
#pago fieldset, #pago fieldset p.campo{
	float: none;
	height: auto !important;
	width: auto !important;
	min-width: auto !important;
	margin-bottom: 20px;
}
#pago fieldset input{
	float: left;
	clear: left;
	margin-bottom: 35px;
}
#pago .botones{
	text-align: right;
}
/*----------------fin pago------------------------*/
#listadoEncuestas {
	border-collapse: collapse;
	*width: 96%;
	width: 100%;
}
#listadoEncuestas tbody tr td{
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px;
}
#listadoEncuestas td img{
	vertical-align: middle;
}
#listadoEncuestas thead tr th{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}
#listadoEncuestas tfoot tr td{
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
}
#listadoEncuestas tfoot td{
	padding: 5px;
	text-align: center;
}

#listadoEncuestas tbody .td_titulo, #listadoEncuestas tfoot .td_paginacion{
	text-align: left;
}
.td_centrado{
	text-align:center;
}
.td_texto{
	text-align: left;
	width: 200px;
	border: 0px none;
}
.td_barras{
	text-align: left;
	border: 0px none;
}
.t_resul{
	margin-top: 10px;
	margin-bottom: 15px;
}
#bloque_d .cu_pre .cu_int .t_resul td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.res_totales{
	font-size: 0.8em;
	color: #278FB1;
}
.no_res{
	font-size: 0.8em;	
}
.ul_otros {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.w90 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 30px;
}
.q_filtros {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0099CC;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	margin-top: 3px;
}
#bloque_d .q_filtros:hover {
	color: #0099CC;
	background-color: #FFFFFF;
	border: 1px solid #0099CC;
}

.b_filtrar {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #0099CC;
	color: #0099CC;
}

#bloque_d .cu_pre .cu_int .t_resul .b_filtrar:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}
.a_min {
	width: 75px;
	
}
.th_texto{
	text-align: left;
}
.b_filtrar_rojo{
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FF0000;
	border: 1px solid #FF0000;	
}.b_grafico {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #0099CC;
	color: #0099CC;
	float: right;
	margin-top: -20px;
}
.b_grafico_n {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #0099CC;
	color: #0099CC;
	margin-top: 1px;
	margin-bottom: 1px;	
}
.b_grafico:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}
.b_grafico_n:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}
.b_pdf {
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #0099CC;
	color: #0099CC;	
	margin-top: -20px;
}
.b_pdf:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}
.lab{
	float: left;
	width: 160px;
}
.centrar {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#bloque_d #quien a {
	color: #0099CC;
	text-decoration: none;
}
#bloque_d #cargador {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #CCCCCC;
}
#bloque_d #cargador #cargador_barra {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	height: 15px;
}
#bloque_d #cargador_mensaje {
	font-size: 1.3em;
	text-align: center;
}

.cargador_azul_1 {
	width: 50px;
	height: 15px;
}
.cargador_azul_2 {
	width: 200px;
	height: 15px;
}
.cargador_azul_3 {
	width: 400px;
	height: 15px;
}
.cargador_azul_4 {
	width: 450px;
	height: 15px;
}

#publicar #encuesta{
	background-color: #0099CC;
	margin: 10px 0px;
	padding: 10px;
	min-width: 550px;
}

#publicar #encuesta h3{
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#paginas .pagina{
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
}
#paginas .pagina h4{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#paginas .pagina p{
	padding: 5px;
	margin: 0px;
}

#paginas .preguntas{
	margin-top: 10px;
}

#paginas form fieldset{
	margin-bottom: 10px;
	display: block;
	border: 1px solid #09C;
	padding: 10px;
}
#paginas form fieldset p{
	min-height: 20px;
}
#paginas form fieldset a.nuevadependencia{
	float: right;
	color: #000;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-image:url(../images/nuevo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: -2px;
}
#paginas form fieldset p span{
	float: left;
}

#paginas form fieldset p:hover{
	background-color: transparent !important;
}
#paginas form fieldset p.campo{
	margin: 0px !important;
	height: auto !important;
	float: none;
}
#paginas form fieldset p.botones{
	display: block !important;
}

#encuesta .div_nuevapregunta, #encuesta .div_nuevarespuesta{
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	padding: 5px;
	background-position: center center;
}
#encuesta .div_nuevapregunta a, #encuesta .div_nuevarespuesta a, #encuesta table td a{
	padding: 5px;
	padding-left: 30px;
	background-image: url(../images/nuevo.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer;
}
#encuesta table td a{
	margin: 5px;
	display: block;
}
#encuesta .div_nuevapregunta a{
	background-color: #FFFFFF;
}

#encuesta .div_nuevarespuesta a{
	background-color: #F8F8F8;
}
#paginas .pregunta{
	background-color: #F8F8F8;
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin-bottom: 10px;
}

#paginas .pregunta h5{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#paginas .pregunta .ordenpregunta{
	display: block;
	float: left;
	padding: 0px;
}

#paginas .pregunta .d_titulopregunta{
	margin-left: 20px;
	display: block;
}

#paginas ul{
	border: 1px solid #99CCCC;
	background-color: #FFFFFF;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
}
#paginas li{
	margin: 5px;
	margin-top: 0px;
	padding: 5px;
	background-color: #EDF7FA;
}

#paginas .libre, #paginas .otro{
	border: 1px solid #99CCCC;
	color: #666666;
	background-color: #FFFFFF;
	padding: 5px;
	width: auto;
}

#paginas .otro{
	padding: 2px;
}

#paginas .combo{
	padding-top: 25px;
	background-image: url(../images/desplegable.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#paginas .radio li{
	padding-left: 20px;
	background-image: url(../images/radio.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#paginas .checkbox li{
	padding-left: 20px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#paginas .combo li form, #paginas .radio li form, #paginas .checkbox li form{
	display: inline;
}
#paginas .combo li form input.botoneliminar, #paginas .radio li  form input.botoneliminar, #paginas .checkbox li  form input.botoneliminar{
	margin-top: -2px !important;
	vertical-align: middle;
}
#paginas .combo li a img, #paginas .radio li a img, #paginas .checkbox li a img{
	vertical-align: middle;
	padding-right: 5px;
}

#paginas .col2, #paginas .col3, #paginas .col4, #paginas .col5{
	float: left;
	width: 100%;
	clear: right;
	margin-bottom: 10px;
}

#paginas .col2 li, #paginas .col3 li, #paginas .col4 li, #paginas .col5 li{
	float: left !important;
}
#paginas .col2 li{
	width: 44%;
}
#paginas .col3 li{
	width: 28%;
}
#paginas .col4 li{
	width: 19%;
}
#paginas .col5 li{
	width: 14%;
}

#paginas table td, #paginas table th{
	border: none;
}

#paginas table tbody td{
	text-align: center;
}
#paginas table tbody td:first{
	text-align: left;
}

#paginas table tbody th{
	text-align: left;
	font-weight: normal;
}

#encuesta h5 span, #encuesta ul li span{
	padding: 3px;
}

#encuesta h3 form, #paginas h5 form, #encuesta h3 div, #paginas h4 div, #paginas h5 div{
	display: inline;
}

#encuesta h3 label, #paginas h4 label, #paginas h5 label{
	display: none;
}

#paginas h4 input{
	width: auto;
	min-width: 400px;
}

#encuesta h4{
	display: block;
	float: none;
	clear: right;
	height: 28px;
	margin-bottom: 5px;
}

#encuesta h4 span{
	display: block;
	float: left;
	padding: 5px 0px;
}

#encuesta h4 span span{
	display: inline;
	float: none;
	padding: 0px;
}

#encuesta h4 span.titulopagina{
	min-width: 400px;
	padding: 5px;
}

#encuesta h4 span.titulopagina:hover, #encuesta #paginas .pagina p:hover, #encuesta #paginas .spantitulopregunta:hover, #encuesta #paginas .titulorespuesta:hover{
	background-color: #FFFF66;
}

#encuesta h3 .campo input{
	text-align: center;
	min-width: 500px;
}
#encuesta h3 .botones{
	display: inline;
}

#encuesta textarea{
	width: 500px;
	height: 50px;
	display: block;
}

#paginas .obligatorio label{
	display: inline !important;
}
#paginas .obligatorio input{
	width: auto;
	padding: 0px;
}

#encuesta .sin{
	color: #666666;
	font-weight: normal !important;
	font-style: italic;	
}
.mensajes_ajax{
	position: fixed;
	_position: absolute;
	right: 10px;
	top: 10px;
	_top:expression(eval(document.body.scrollTop+10));
	width: 215px;
	height: 130px;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
	font-size: 1em;
	font-variant: small-caps;
}

.mensajes_ajax p{
	padding: 5px;
	background-color: #B5E6B5;
	border-left: 2px solid #339933;
}

.mensajes_ajax p.error{
	background-color: #FFAAAA;
	border-left: 2px solid #CC3333;
}
#encuesta .botones_opciones{
	border: none;
	background: transparent;
	padding: 0;
	float: right;
	margin-bottom: -19px;
	text-align: right;
}
#encuesta .botones_opciones li{
	background: transparent;
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
#encuesta .botones_opciones li input{
	vertical-align: middle;
	margin: 0;
	margin-left: 3px;
}
#encuesta .botoneliminar{
	min-width: 19px !important;
  	cursor: pointer;
}
#encuesta .botonsubir, #encuesta .botonbajar{
	min-width: 16px !important;
  	cursor: pointer;
}
#encuesta table .botoneliminar{
	margin-bottom: 0px;
	float: none;
	min-width: 19px !important;
}
#bloque_d .cu_pre .cu_int table {
	width: 100%;
}
#encuesta table td.tdeliminar{
	text-align: center;
}
#encuesta form{
	margin: 0px;
}
#encuesta form div{
	display: inline;
	white-space: pre;
}
#nuevapagina, .nuevapregunta, .nuevarespuesta{
	background-color: #EDF7FA;
	border: 1px solid #99CCCC;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#nuevapagina .campo{
	float: none;
	display: block;
	margin-bottom: 5px;
}
#nuevapagina .campo input{
	width: 565px;
}
#nuevapagina .campo label{
	clear: left;
}
#encuesta .campo textarea{
	display: block;
	min-width: 650px;
}
#encuesta .botones{
	text-align: right;
	display: block;
}
#encuesta h3 span{
	padding: 3px;
}

#encuesta h3 span:hover{
	background-color:  #BEE4F1;
	color: #09C;
}
#bloque_total .w90 #formulario .cu_pre .cu_int table {
	width: 100%;
}
.dentro_azul {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	background-color: #0099CC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dentro_verde {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	background-color: #99CC66;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dentro_rojo {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	background-color: #F00;
	margin-top: 20px;
	margin-bottom: 20px;
}
#publicar #encuesta #paginas .pagina .pregunta .botones{
	margin-left: 5px;
	display: inline;
}
#publicar .forminicio{
	background-color: #F8F8F8;
	border: 1px solid #E2E2E2;
	padding: 10px;
	margin-bottom: 10px;
}
#publicar .forminicio .campo input{
	width: 450px;
}
#publicar .forminicio .campo, #publicar .forminicio .botones{
	display: inline;
}
#publicar .formeditar{
	background-color: #FFFFFF;
	border: none;
	padding: 10px;
	margin-bottom: 10px;
}
#publicar .formeditar #campo_familia{
	display: none;
}
#publicar .formeditar .botones, #tipo_encuesta .botones{
	text-align: right;
}
#publicar #div_cargador{
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
	min-height: 100%;
	height: expression(eval(document.body.clientHeight-350));
	z-index: 9;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5;
	display: none;
}
#publicar #div_cargador div{
	background-color: #BDE4F0;
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	margin-left: 225px;
}
#funcionalidades table {
	width: 99%;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#funcionalidades table td {	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.th_fun {
	width: 100px;
}
.td_fun_der{
	text-align:right;
}
.td_fun_izq{
	text-align:left;
}
.td_fun_gris{
	background-color:#CCCCCC;
}
.desplazar_abajo{
	margin-bottom: -8px;
}
#tarifas ul{
	list-style: none;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#tarifas li {
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: top left;
}
.faq_r {
	padding-top: 12px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#bloque_d .faq_r a {
	color: #0099CC;
	text-decoration: none;	
}
.guia li{
	margin-bottom: 15px;
}
.guia ul{
	margin-top: 10px;
	margin-bottom: 20px;
}
.guia img{
	margin-top: 5px;
}
.guia a{
	text-decoration: none;
	color: #00A5D5;
}
a.opcionmenu{
	background-color: #666666;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
}
a.opcionmenu:hover{
	background-color: #00A5D5;
}
#bloque_total #res_imp {
	margin-right: 10px;
	margin-left: 10px;
}
#bloque_total #res_publi {
	margin-right: 10px;
	margin-left: 10px;
}
.tipoencuesta{
	font-size: 1.5em;
	font-weight: bold;
}
.sinusar, .advertenciaactivo{
	color: #339900;
}
.usada, .advertenciainactivo{
	color: #CC0000;
}
fieldset.cu_pre legend{
	font-size: 1.5em;
	margin-bottom: 10px;
}
fieldset.cu_pre p{
	margin-top: 0px;
	margin-bottom: 5px;
	float: none;
	height: auto;
	width: 100%;
	padding: 0px;
}
fieldset.cu_pre p.campo{
	float: left;
	width: 48%;
	clear: right;
}
p.campo{
	float: left;
	margin-right: 10px;
	clear: none !important;
	height: 40px;
}
p.campo label{
	font-weight: bold;
}
#personalizar p.campo{
	float: none;
	height: auto;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
	margin-right: 0px;
}
#personalizar p.campo textarea{
	display: block;
	margin-top: 3px;
	width: 98%;
	height: 100px;
}
#personalizar p.campo label{
	float: left;
	margin-right: 5px;
	width: 220px;
	padding-top: 5px;
}
#personalizar p.campo input{
	width: 480px;
}
img.actividad{
	float: left; 
	margin-right: 10px;
}
#list_plan #c_list_plan {
	border: 1px solid #E2E2E2;
	background-color: #F3F3F3;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	float: left;
}
#c_list_plan .columna_plantilla{
	width: 300px;
	float: left;
	padding-left: 15px;
}
#c_list_plan .columna_plantilla ul li a.link_pla{
	display: block;
	float: left;
	padding: 4px 0;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: left;
}
#c_list_plan .columna_plantilla .botones_me{
	float: right;
	margin-bottom: 5px !important;
	padding: 2px 0 !important;
}
#c_list_plan .columna_plantilla .botones_me a{
	margin-left: 5px;
}
#list_plan #c_list_plan ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#list_plan a {
	color: #0099CC;
	text-decoration: none;
}
p.pie_me{
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}
#num_p {
	text-align: center;
	padding: 20px;
	font-size: 1.4em;
	font-weight: bold;
}
#formulario .boton_e {
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	padding-bottom: 4px;
	border: 1px solid #666666;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #F5F5F1;
	padding-top: 2px;
	margin-left: 8px;
}
#formulario .boton_e:hover {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 4px;
	border: 1px solid #666666;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #333333;
	padding-top: 2px;
	margin-left: 8px;
}
.rad_g {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
p.cabeceras_me{
	background-color: #09C;
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	height: 26px;
}
p.cabeceras_me span.titulo{
	display: block;
	padding: 5px;
}
p.cabeceras_me span.cabeceras_ext{
	display: block;
	float: right;
	margin: 0px;
	margin-top: -28px;
	margin-right: 18px;
	*margin-right: 20px;
	text-align: center;
	border-right: 5px solid #FFF;
}
p.cabeceras_me span.cabeceras_ext span{
	border-left: 5px solid #FFF;
	padding: 6px 5px;
	display: block;
	float: left;
	width: 75px;
}
.elem_encuesta{
	background: #FFF;
	border: 1px solid #CCC;
	margin-top: 10px !important;
	padding: 5px;
}
.elem_titular{
	height: 26px;
}
.elem_encuesta p{
	margin: 0px;
	padding: 0px;
}
p.elem_titulo{
	padding: 3px;
	margin-bottom: 0px;
}
.activo p.elem_titulo, .activo div.elem_desplegar p, .activo div.elem_desplegar div.elem_acciones{
	background-color: #BEE4F1;
}
.activo p.elem_titulo a{
	color: #069;
}
.inactivo p.elem_titulo, .inactivo div.elem_desplegar p, .inactivo div.elem_desplegar div.elem_acciones{
	background-color: #EFEFEF;
}
.inactivo p.elem_titulo a{
	color: #666;
}
p.elem_titulo a{
	font-weight: bold;
	text-decoration: none;
}
p.elem_titulo img{
	vertical-align: middle;
}
p.elem_titulo input{
	vertical-align: middle;
}
div.elem_desplegar{
	float: right;
	margin-top: -25px;
	*margin-top: -26px;
	text-align: right;
	padding: 0px;
}
div.elem_desplegar p img{
	vertical-align: middle;
	padding: 4px;
	padding-top: 5px;
	*padding: 5px;
	background-color: #FFF;
}
div.elem_desplegar p{
	display: block;
	float: left;
	padding: 0px;
	padding-left: 5px;
}
div.elem_desplegar p span{
	display: block;
	float: left;
	border-left: 5px solid white;
	padding: 4px 5px;
	padding-bottom: 5px;
	*padding: 5px;
	text-align: center;
	width: 75px;
	height: 16px;
}
div.elem_desplegar p span.elem_respuestas{
	border-right: 5px solid white;
}
div.elem_desplegar div.elem_acciones{
	float: left;
	width: 320px;
}
div.elem_desplegar p strong{
	display: none;
}
.elem_encuesta ul.menu_botones_me li{
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
div.elem_ext{
	padding: 0px;
}
p.titulocompleto{
	padding: 5px 0px 10px 0px;
	margin: 0px;
	margin-right: 160px;
}
div.status_me{
	float: left;
	min-width: 300px;
	margin-right: 40px;
}
ul.fechas_me{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
}
ul.totales_me{
	min-width: 150px;
	margin: 0px;
	padding: 0px;
}
.acciones1, .acciones2{
	text-align: right;
	padding-top: 5px;
}
.acciones1{
	float: right;
}
.acciones1 ul, .acciones2 ul{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
.acciones1 ul li, .acciones2 ul li{
	display: inline;
}
.menu_botones_me, .menu_enc_me{
	list-style: none;
	float: none;
	display: auto;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	text-align: right;
	clear: both;
}
.menu_botones_me li, .menu_enc_me li{
	margin: 0px;
	padding: 0px;
}
.elem_desplegar ul.menu_botones_me{
	display: inline;
}
div.elem_ext ul.menu_botones_me, div.elem_ext ul.menu_enc_me{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div.elem_ext ul.menu_enc_me{
	padding-bottom: 5px;
}
div.elem_ext div.div_menu_enc{
	margin-top: 5px;
	float: right;
	width: 150px;
}
div.elem_ext ul.menu_botones_me{
	margin-bottom: -5px;
}
div.elem_ext ul.menu_botones_me .boton_me span, div.elem_ext ul.menu_enc_me .boton_me span{
	display: block;
	float: left;
	clear: right;
	width: 110px;
	margin-left: 0px;
}
div.elem_ext ul.menu_botones_me .boton_me img, div.elem_ext ul.menu_enc_me .boton_me img{
	float: left;
	clear: left;
	top: 2px;
}
div.elem_ext ul.menu_botones_me li, div.elem_ext ul.menu_enc_me li{
	display: block;
	margin-bottom: 4px !important;
	height: 28px;
}
ul.botones_me{
	display: block;
	text-align: right;
	margin-right: 5px;
}
ul.botones_me li{
	display: inline;
	white-space: nowrap;
}
.boton_me{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.boton_me img{
	vertical-align: middle;
	position: relative;
	bottom: 1px;
	*position: auto;
	background-image: url(../images/f_boton_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 6px;
}
.boton_me span{
	background-image: url(../images/f_boton_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px;
	padding-left: 0px;
	margin-left: 0px;
	font-weight: bold;
	margin-left: -5px;
}
a.boton_me{
	color: #000;
	text-decoration: none;
}
a.boton_me:hover{
	color: #09C;
}
span.boton_me{
	color: #666;
}
.paginacion_me{
	float: left;
	padding: 7px;
	font-weight: bold;
	margin: 0px;
}
.paginacion_me a{
	border: 1px solid #09C;
	text-decoration: none;
	padding: 5px;
	color: #000;
}
.paginacion_me a:hover{
	background-color: #09C;
	color: #FFF;
}
.auxiliar_me{
	padding-right: 15px;
	margin-bottom: 5px;
}
.auxiliar_me a{
	display: block;
	float: right;
	text-decoration: none;
	color: #09C;
	font-weight: bold;
}
.auxiliar_me a img{
	vertical-align: middle;	
}
.auxiliar_me a:hover{
	color: #000;
}
.reactivar_me{
	margin-top: 5px;
	float: right;
	background-color:#FFE57F;
	padding: 5px;
	width: 239px;
	clear: right;
}
.reactivar_me .titulo_reactivar{
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #C60;
}
.reactivar_me .campo, .reactivar_me .botones{
	float: none;
	margin: 0px;
	padding: 0px !important;
	height: auto;
}
.reactivar_me .campo label{
	float: left;
	width: 166px;
	padding: 5px 0;
}
.reactivar_me .botones{
	text-align: right;
	margin-top: 5px;
}
.reactivar_me input{
	width: 65px;
}
#label_seleccionartodos{
	margin-right: 20px;
}
.free_flo_der {
	float: right;
	margin-right: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#tres_anun {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #F2FAFC;
}
#bloque_total .w90 #fin_pro {
	float: right;
	margin-bottom: 5px;
	margin-top: -40px;
	width: 230px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;	
}
.cuadrado2 {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1%;
	width: 230px;
	font-weight: bold;
	float:left;
}
#tres_anun a {
	color: #0099CC;
	font-weight: bold;
}
.encu_fin_h3{
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.6em;
	margin-top: 35px;
	margin-bottom: 35px;
}
#tarifas #t_uno {
	float: left;
	width: 22%;
	margin-left: 2em;
}
#tarifas #t_uno ul li{
	background-image: url(../images/tick.gif);
}
#tarifas #t_dos {
	float: left;
	width: 22%;
	margin-left: 2em;
}
#tarifas #t_dos ul li{
	background-image: url(../images/tick_rojo.gif);
}
#tarifas #t_tres {
	float: left;
	width: 22%;
	margin-left: 2em;
}
#tarifas #t_tres ul li{
	background-image: url(../images/tick_verde.gif);
}

#tarifas #t_cuatro {
	float: left;
	width: 22%;
	margin-left: 2em;
}
#tarifas #t_cuatro ul li{
	background-image: url(../images/activar_caducada.gif);
}
#tarifas a {
	color: #0099CC;
	font-weight: bold;
}
.advertencia, .info, .alerta{
	padding: 10px;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	margin-bottom: 20px;
}
.advertencia{
	background-color: #BEE4F1;
	background-image: url(../images/ayuda.gif);
}
.info{
	background-color: #BEE4F1;
	background-image: url(../images/info.gif);
}
.alerta{
	background-color:#F99;
	background-image: url(../images/alerta.gif);
}
.tituloadvertencia, .tituloinfo, .tituloalerta{
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
}
.tituloinfo, .tituloalerta{
	padding-left: 25px;
	font-weight: bold;
}
.tituloadvertencia a{
	color: #069;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 25px;
}
.tituloadvertencia a:hover{
	color: #09C;
}
.tituloadvertencia a img{
	vertical-align: middle;
	float: right;
}
.advertencia ul li{
	margin-bottom: 5px;
}
.contenidoadvertencia, .contenidoinfo{
	background-color: #FFF;
	padding: 0px;
	margin: 10px 0 0 0;
}
.contenidoadvertencia img, .contenidoinfo img{
	float: left;
	margin-right: 5px;
}
.contenidoadvertencia ul{
	margin: 0px;
	padding: 5px 25px;
}
.contenidoinfo p{
	padding: 5px;
	margin: 0px;
}
.advertencia ul ul{
	margin-top: 5px;
}
.contenidoadvertencia a{
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
.contenidoadvertencia a:hover{
	color: #09C;
}

.contenidoadvertencia ul .activa, .contenidoadvertencia ul .inactiva, .contenidoadvertencia ul .caducada, .contenidoadvertencia ul .inoperativa{
	padding-left: 5px;
} 
.contenidoadvertencia ul .activa{
	list-style-image: url(../images/tick_activado.gif);
}
.contenidoadvertencia ul .inactiva{
	list-style-image: url(../images/tick.gif);
}
.contenidoadvertencia ul .caducada{
	list-style-image: url(../images/activar_caducada.gif);
}
.contenidoadvertencia ul .inoperativa{
	list-style-image: url(../images/tick_desactivado.gif);
}
.grande{
	font-size:1.1em;
}
#solicitud {
	margin-top: 30px;
}

#solicitud label.lab,#subir_f label.lab{
	float:left;
	clear:left;
	width:270px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-size:1.1em;
}
#solicitud fieldset,#subir_f fieldset{
	border: 1px solid #006699;
	padding:10px;
	background-color:#E6EDF2;
	margin-top:10px;
}
#solicitud fieldset legend,#subir_f  fieldset legend{
	color: #006699;
	font-size:1.2em;
	margin-left:10px;
	font-weight: bold;
}
.faq .faq_p{
	padding: 3px;
	padding-left: 30px;
	margin: 0px;
	margin-top: 5px;
	background-image: url(../images/ayuda.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.faq .faq_p a{
	font-weight: bold;
	text-decoration: none;
	color: #069;
}
.faq .faq_p a:hover{
	color: #09C;
}
.faq_r p{
	margin: 0px;
	margin-bottom: 5px;
}#logo_a {
	margin-top: 25px;
	margin-bottom: 25px;
}
.a_azul{
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
.centrado{
	text-align: center;
}
#intro{
	background: #FFF url(../images/fondo-pasos.gif) center top repeat-x;
}
#fondoani1{
	background: transparent url(../images/fondo-pasos-i.gif) left top no-repeat;
}
#fondoani2{
	background: transparent url(../images/fondo-pasos-d.gif) right top no-repeat;
}
#pasos{
	height: 250px;
	width: 99.5%;
	overflow: hidden;
	position: relative;
}
.paso{
	height: 251px;
	width: 100%;
	position: relative;
	padding: 0px;
}
.paso a{
	color: #09C;
	font-size: 1.2em;
}
.paso p.titulopaso{
	padding: 0px !important;
}
.paso p.titulopaso img{
	float: left; 
	padding-right: 10px;
	padding-bottom: 10px;
}
.paso p.slogan{
	text-align: right;
	font-size: 2em;
	color: #09C;
	margin-top: 35px;
	padding: 5px 0px;
}
.paso .contenido{
	width: 40%;
	float: left;
}
.paso .foto{
	margin-left: 40%;
	height: 250px;
}
.paso .foto p{
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
}
.paso .contenido p.frase{
	color: #666;
	clear: left;
}
#menuani{
	height: 50px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: -20px;
	position: relative;
	z-index: 3;
}
#menuani .boton{
	float: left;
	width: 161px;
	height: 47px;
	margin-right: 10px;
}
#menuani .boton a{
	text-decoration: none;
	font-size: 1.5em;
	font-size-adjust: 0em;
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
}
#menuani .boton a:active, #menuani .boton a:hover{
	background-position: center bottom;
}
#menuani #boton1 a{
	background-image:url(../images/boton_crea.gif);
	color: #F66;
}
#menuani #boton1 a:hover{
	color: #ffb2b2;
}
#menuani #boton2 a{
	background-image:url(../images/boton_lanza.gif);
	color: #FC6;
}
#menuani #boton2 a:hover{
	color: #ffe5b2;
}
#menuani #boton3 a{
	background-image:url(../images/boton_analiza.gif);
	color: #9C6;
}
#menuani #boton3 a:hover{
	color: #cce5b2;
}
#menuani #botonempieza{
	float: right !important;
	clear: right;
}
#menuani #botonempieza a{
	background-image:url(../images/empiezaya.gif);
	color: #1886C2;
	text-align: center;
}
#menuani #botonempieza a:hover{
	color: #20ace7;
}
/*euskera*/
#menuani #boton1_eu a{
	background-image:url(../images/boton_sortu.gif);
	color: #F66;
}
#menuani #boton1_eu a:hover{
	color: #ffb2b2;
}
#menuani #boton2_eu a{
	background-image:url(../images/boton_jaurti.gif);
	color: #FC6;
}
#menuani #boton2_eu a:hover{
	color: #ffe5b2;
}
#menuani #boton3_eu a{
	background-image:url(../images/boton_aztertu.gif);
	color: #9C6;
}
#menuani #boton3_eu a:hover{
	color: #cce5b2;
}
#menuani #botonempieza_eu{
	float: right !important;
	clear: right;
}
#menuani #botonempieza_eu a{
	background-image:url(../images/hasiorain.gif);
	color: #127ebd;
	text-align: center;
}
#menuani #botonempieza_eu a:hover{
	color: #20ace7;
}
/*fin*/

#help, #plantillas{
	padding: 10px;
	margin: 0px;
	min-height: 180px;
}
#help{
	width: 220px;
	float: left;
	margin-right: 10px;
	background:#EFEFEF url(../images/chica_pensativa.jpg) bottom right no-repeat;
}
#plantillas{
	background: #F2FAFC;
	padding: 10px;
	margin-left: 250px;
}
#help p, #plantillas p{
	color: #666;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#help p.centrado, #plantillas p.alin_der{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#help a, #plantillas a{
	color: #09C;
	text-decoration: none;
}
#help a:hover, #plantillas a:hover{
	color: #0CF;
}
#help ul, #plantillas ul{
	min-height: 132px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#help ul li, #plantillas ul li{
	padding: 2px;
	padding-left: 25px;
	margin-bottom: 5px;
	background: top left no-repeat;
}
#help ul li{
	background-image: url(../images/ayuda.gif);
}
#plantillas ul li{
	background-image: url(../images/tick.gif);
}

.alin_der{
	text-align: right;
}

.bloque_registrado{
	border: 1px solid #E2E2E2;
	background: #F3F3F3;
	float: left;
	width: 45%;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.bloque_registrado h3{
	margin-top: 0px;
}
.bloque_registrado form{
	margin: 0px !important;
}
.bloque_registrado form p{
	float: none !important;
	margin: 0px;
	padding: 5px;
	padding-top: 0px;
	height: auto !important;
}
.bloque_registrado form p.campo span{
	font-size: 0.75em;
	display: block;
	clear: both;
	margin-left: 48%;
}
.bloque_registrado form p.campo label{
	width: 48%;
	float: left;
	clear: left;
	padding-top: 3px;
}
.bloque_registrado form p.campo input, .bloque_registrado form p.campo select{
	width: 49%;
}
.bloque_registrado form p.campo textarea{
	width: 97%;
}
.bloque_registrado form p.botones{
	text-align: center;
}
.bloque_registrado form fieldset{
	margin-bottom: 10px;
}
#solicitud p.campo{
	float: none;
	margin: 0px !important;
}
#datos_cliente{
	float: right;
	width: 55%;
}
#datos_compra{
	width: 40%;
}
#datos_compra p{
	margin: 0px !important;
}
#datos_cliente p.alin_der, #datos_compra p.alin_der{
	padding-top: 20px;
}
.checkbox label{
	font-weight: bold;
}

.alin_der{
	text-align: right;
}#bloque_d #publi {
	float: right;
	width: 180px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}
#bloque_d #publi p {
	font-weight: bold;
}

#bloque_d #resumen {
	padding-right: 210px;

}
.mis_enc_p {
	margin-top: 25px;
	margin-bottom: 45px;
}
.mis_enc_a {
	font-size: 0.9em;
	text-decoration: none;
	color: #09C;
}

.elem_encuesta_index{
	background: #FFF;
}
.elem_encuesta_index p{
	margin: 0px;
	padding: 0px;
}
div.elem_desplegar_index{
	float: right;
	margin-top: -24px;
	*margin-top: -20px;
	text-align: right;
	padding: 0px;
}
div.elem_desplegar_index p img{
	vertical-align: middle;
	padding: 4px;
	*padding: 5px;
	background-color: #FFF;
}
div.elem_desplegar_index p{
	display: block;
	float: left;
	padding: 0px;
	padding-left: 5px;
}
div.elem_desplegar_index p span{
	display: block;
	float: left;
	border-left: 5px solid white;
	padding: 4px 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	*padding: 5px;
	text-align: center;
	width: 75px;
	height: 16px;
}
div.elem_desplegar_index p span.elem_respuestas{
	border-right-width: 5px;
	border-right-style: none;
	border-right-color: white;
	padding-right: 10px;
}
div.elem_desplegar_index div.elem_acciones{
	float: left;
	width: 320px;
}
div.elem_desplegar_index p strong{
	display: none;
}
p.cabeceras_me_index{
	background-color: #09C;
	color: #FFF;
	font-weight: bold;
	height: 20px;
}
p.cabeceras_me_index span.titulo{
	display: block;
	padding: 5px;
}
p.cabeceras_me_index span.cabeceras_ext{
	display: block;
	float: right;
	margin: 0px;
	margin-top: -28px;
	margin-right: 5px;
	*margin-right: 7px;
	text-align: center;
}
p.cabeceras_me_index span.cabeceras_ext span{
	border-left: 5px solid #FFF;
	padding: 6px 5px;
	display: block;
	float: left;
	width: 75px;
}
#bloque_total #padmin_menu ul {
	list-style-type: none;
	padding: 0px;
	width: 490px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#padmin_menu ul li {
	display: block;
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#bloque_total #padmin_menu {
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-bottom: 30px;
}
#bloque_total #padmin_menu ul li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #000;
}
#bloque_total #padmin_menu ul li a:hover {
	color: #FFF;
}
#bloque_total #padmin_contenido h1 {
	font-size: 1.3em;
	text-align: center;
}
#bloque_total #padmin_contenido h2 {
	background-color: #FF7575;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #F00;
	border-bottom-color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
#bloque_total #padmin_contenido table {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bloque_total #padmin_contenido th {
	background-color: #939393;
}
#bloque_total #padmin_contenido #pagi {
	margin-bottom: 15px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.t_linea {
	background-color: #E2E2E2;
}
#bloque_total #padmin_contenido table td {
}
#bloque_total #padmin_contenido #form1 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#bloque_total #padmin_contenido #form1 input {
	width: 220px;
}
.col_enc_0 {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	
}

.col_enc_1 {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	
}
.col_enc_2 {
	width: 45%;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
	
}
.col_enc_3 {
	width: 30%;
	float: left;
	margin-bottom: 5px;	
	margin-right: 3px;
}
.col_enc_4 {
	width: 23%;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
}
.col_enc_5 {
	width: 18%;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
}

/*--------------------- TABLAS ---------------------*/
table.generico {
	background:#F4F4F4;
	border:1px solid #CECECE;
	border-spacing:0;
	width:100%;
	font-size: 0.88em;
}
table.generico caption{
	text-align: right;
	padding: 0.5em;
	font-size: 0.75 em;
	color: #FFF;
	background: #333;
}
table.generico caption select{
	padding: 0px;
	font-size: 0.75em;
}
table.generico th {
	background:url(../images/bg-table-th.gif) repeat-x bottom center #CECECE;
	border-right:1px solid #CCC;
	color:#FFF;
	font-weight:bold;
	padding:.5em;
	vertical-align:top;
}
table.generico th a {
	background:url(../images/bg-table-th-abajo.gif) no-repeat right .2em;
	color:#FFF;
	display:block;
	text-decoration:none;
	white-space: nowrap;
}
table.generico th a:hover,
table.generico th.activo a.arriba:hover {
	background-image:url(../images/bg-table-th-abajo-hover.gif);
	color:#EFC82C;
}
table.generico th.activo a.abajo {
	background-image:url(../images/bg-table-th-abajo-activo.gif);
}
table.generico th.activo a.abajo:hover {
	background-image:url(../images/bg-table-th-arriba-hover.gif);
}
table.generico th.activo a.arriba {
	background-image:url(../images/bg-table-th-arriba-activo.gif);
}
table.generico .boton {
	background:url(../images/bg-opciones-buscar.gif) no-repeat center center;
	border:none;
	height:1.5em;
	width:1.5em;
	vertical-align: middle;
}
table.generico .boton:hover {
	background-image:url(../images/bg-opciones-buscar-hover.gif);
}
table.generico thead tr td span.datepicker_append{
	display: none !important;
}
table.generico thead tr td span.datepicker_wrap{
	display: inline !important;
}
.botondesactivado{
	background:url(../images/bg-boton-cargando.gif) no-repeat center center;
	border: none;
	height:1.5em;
	width:1.5em !important;
	vertical-align: middle;
}

table.generico td {
	border-right:1px solid #FFF;
	padding:.65em;
	vertical-align:top;
}
table.generico tr.form td {
	padding:.25em .5em;
}
table.generico tr.impar td {
	background:#E4E4E4;
}
table.generico #seleccionado td {
	font-weight: bold;
}
table.generico thead tr.impar td {
	border-bottom: 1px solid #CCC;
}
form table.generico input {
	border:none;
}
form table.generico select {
	border:none;
	padding: 2px;
}
/*----tabla con scroll----*/
.scroll{
	position: relative;
	background: #CCC;
	margin: 0;
	overflow-y: scroll;
	overflow-x: auto;
}
.scroll div{
	height: 16em;
	padding-top: 2.4em;
	border-bottom: 1px solid #CCC;
}
#contenido_ajax .scroll div{
	height: 8em !important;
}
.scroll table{
	border-top: none;
	border-bottom: none;
	width: 100%;
}
.scroll table thead{
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #CCC;
	width: 100%;
}

.scroll table thead tr td{
	border-bottom: 1px solid #CCC;
}
/* Anchos */
.ancho3 {
	width:3em;
}
.ancho5 {
	width:5em;
}
.ancho6 {
	width:6em;
}
.ancho7 {
	width:7em;
}
.ancho8 {
	width:8em;
}
.ancho9 {
	width:9em;
}
.ancho10 {
	width:10em;
}
.ancho11 {
	width:11em;
}
.ancho12 {
	width:12em;
}
.ancho15 {
	width:15em;
}
.ancho18 {
	width:18em;
}
.ancho20 {
	width:20em;
}
.ancho25 {
	width:25em;
}
.ancho30 {
	width:30em;
}
.ancho35 {
	width:35em;
}
.ancho40 {
	width:40em;
}
.ancho60 {
	width:60em;
}
.ancho80 {
	width:80em;
}
.porcentaje1{
	width: 1% !important;
}
.porcentaje2{
	width: 2% !important;
}
.porcentaje3{
	width: 3% !important;
}
.porcentaje5{
	width: 5% !important;
}
.porcentaje10{
	width: 10% !important;
}
.porcentaje12{
	width: 12% !important;
}
.porcentaje15{
	width: 15% !important;
}
.porcentaje20{
	width: 20% !important;
}
.porcentaje25{
	width: 25% !important;
}
.porcentaje30{
	width: 30% !important;
}
.porcentaje35{
	width: 35% !important;
}
.porcentaje40{
	width: 40% !important;
}
.porcentaje45{
	width: 45% !important;
}
.porcentaje50{
	width: 50% !important;
}
.porcentaje55{
	width: 55% !important;
}
.porcentaje60{
	width: 60% !important;
}
.porcentaje65{
	width: 65% !important;
}
.porcentaje70{
	width: 70% !important;
}
.porcentaje75{
	width: 75% !important;
}
.porcentaje80{
	width: 80% !important;
}
.porcentaje85{
	width: 85% !important;
}
.porcentaje90{
	width: 90% !important;
}
.porcentaje95{
	width: 95% !important;
}
.porcentaje100{
	width: 100% !important;
}
/*para las listas*/
#listas_env ul {
	list-style-type: none;
	height: 25px;
}
#listas_env ul .bot_activar {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#listas_env .generico th {
	background-color: #00A5D5;
	
}
#vimp {
	list-style-type: none;
	float: right;
}
.enMovimiento, .ui-sortable-helper, .enMovimiento td{
	background: #FF9 !important;
}
.label{
	float:left;
	width:130px;
}#cuerpo_email  {
	background-color: #EEF7F9;
	width: 90%;
	margin-right: 3%;
	margin-left: 3%;
	display: block;
	padding: 2px;
}
#mail_env {
	padding: 5px;
	background-color: #FFF0F5;
}
.cont_mail {
	padding: 5px;
	width: 95%;
	border: 1px dashed #CCC;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
#div_selector {
	margin-right:20px;
	float:left;
	margin-top: 10px;
}
#datos_envios {
	float:right;
	margin-top: -25px;
}
#datos_envios span {
	margin-left:5px;
}

#botenes_chk, #botenes_chk_off {
	margin-top:-30px;	
	width:360px;
	float:right;
}
.clave {	
	border: 1px dashed #CCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 5px;
}
.op_clave {
	padding:3px;
	margin:3px;
	background-color:#F2F2F2;
	font-size: 0.9em;
}
.ul_corto {
	margin-top: 8px;
	margin-bottom: 8px;
}

#info_envio {
	margin-top: 40px;
}
#bloque_d #form1 #logo {
	width: 20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub_con {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 3px;
}
.sub_con ul {
	list-style-type: none;
}
.sub_con #paso2 #cabeceras_contactos ul li {
	margin-top: 5px;
}
.label6 {
	width: 60px;
	float: left;
	padding-top: 3px;
}
.label13 {
	width: 130px;
	float: left;
	padding-top: 3px;
}
.img_td {
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.abajo_40{
	margin-top:40px;
}
input#logo {
	margin-top: -2px;
}

#migas_envios {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	height: 28px;
}
#migas_envios a {
	text-decoration: none;
	color: #00F;
}
#migas_envios a:hover {
	text-decoration: underline;
}
#migas_envios #panel_envios {
	width: 120px;
	float: left;
	height: 21px;
	background-color: #E6F4FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B4DDFD;
	border-right-color: #B4DDFD;
	border-bottom-color: #B4DDFD;
	border-left-color: #B4DDFD;
	padding-left: 10px;
	padding-top: 5px;
}
#migas_envios #contac_envios {
	width: 145px;
	float: left;
	height: 21px;
	background-color: #E6F4FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B4DDFD;
	border-right-color: #B4DDFD;
	border-bottom-color: #B4DDFD;
	border-left-color: #B4DDFD;
	padding-left: 10px;
	padding-top: 5px;
}
#migas_envios #email_envios {
	width: 130px;
	float: left;
	height: 21px;
	background-color: #E6F4FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B4DDFD;
	border-right-color: #B4DDFD;
	border-bottom-color: #B4DDFD;
	border-left-color: #B4DDFD;
	padding-left: 10px;
	padding-top: 5px;
}
#migas_envios #envio_envios {
	width: 120px;
	float: left;
	height: 21px;
	background-color: #E6F4FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B4DDFD;
	border-right-color: #B4DDFD;
	border-bottom-color: #B4DDFD;
	border-left-color: #B4DDFD;
	padding-top: 5px;
	padding-left: 5px;

}
#migas_envios img {
	float: left;
	margin-top: -4px;
	padding-right: 4px;
}

.miga_separador {
	background-image: url(../images/migita_separador.gif);
	height: 28px;
	width: 15px;
	float: left;
}

.loading{
	background: #BDE4F0 url(../images/ajax-loader.gif) no-repeat center center;
}
.loading150{
	height:150px;
	background: #BDE4F0 url(../images/ajax-loader.gif) no-repeat center center;
}
#barra_idioma {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
}
#barra_idioma #idiomas {
	padding-right: 2px;
	padding-bottom: 3px;
	_padding-bottom: 0px;
	padding-left: 15px;
	height: 14px;	
	font-size: 0.9em;	
	float:right;
}
#barra_idioma #idiomas span {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	color: #FFF;
}


#barra_idioma #idiomas a {
	margin-right: 3px;
	margin-left: 3px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: 20px;
}

#barra_idioma #idiomas a:hover {
	text-decoration:underline;
	font-weight: bold;
	font-size:1.1em;
}
/*otras clases*/
.align_right{
	float:right;	
}
.clear_right{
	clear:right;
}
.enorme{
	font-size:2em;
	line-height:1em;
}
.mas_grande{
	font-size:1.6em;
	line-height:1.2em;
	color: #00A5D5;
}

#imagenes_lp {
	height: 265px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#b_izq {
	width: 240px;
	float: left;
	text-align: center;
}
#b_cent {
	width: 240px;
	float: left;
	text-align: center;
	margin-left: 1em;
}
#b_der {
	width: 240px;
	float: left;
	text-align: center;
	margin-left: 1em;;
}
.f_lp{
	background-image: url(../images/fondo_lp.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin-top: 0px;

}
.gris{
	color: #666;	
}

.text_align_center{
	text-align:center;
}
.borde_der{
	border-right:1px solid #CCCCCC;	
}
a.destacado{
	padding-top:1.2em;
	padding-left:4em;
	padding-right:4em;
	padding-bottom:3em;
	background:url(../images/registrarse.gif) no-repeat;
}
ul.listado_en_linea{
	margin:0;
	padding:0;
	list-style-image:none;
}
ul.listado_en_linea li{
	display:inline;
	padding:0 1em;
}
#pf_70{
	width:70%;
	text-align: justify;
}
#info #sub_eusk {
	width: 180px;
	margin-left: 10px;
	font-size: 0.95em;
	margin-top: 15px;
	
}
#cabecera_lp #cab_der h1 {
	margin-top: 25px;
}
#tmb_interesar {
	clear: both;

}
#tmb_interesar a {
	color: #000;
	text-decoration: none;
}

#tmb_interesar .cuadrado33 {
	float: left;
	width: 32.5%;
	margin-left: 0.5%;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #CCC;
}
#bloque_total .w90 #tmb_interesar a .cuadrado33:hover {
	border-top-color: #70A837;
	border-right-color: #70A837;
	border-bottom-color: #70A837;
	border-left-color: #70A837;
}

#tmb_interesar .cuadrado33 .cuadrado33_inf {
	margin-top: 15px;
}
.h3_tpi {
	padding-top: 10px;
	background-image: url(../images/tick_mini.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-bottom: 3px;
	height: 20px;
	margin-top: 10px;
}
#tres_anun #texto  {
	padding-left:2%;	
	float: left;
	width: 68%;
}
#tres_anun #texto h3 a {
	color: #000;
	text-decoration: none;
}
.exito {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
	list-style-position:inside;
	border-color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/exito.gif');
}

.exito h3 {
	margin-bottom:1em;
	border:none;
	margin:0;
}
#pre_fre li a {
	color: #333 !important;
	margin-left:0px !important;
}
#bloq_3 #b3_interior a .b3_izq h3 {
	text-decoration: none;
	line-height: 1.1em;
	margin-top: -5px;
	margin-bottom: -5px;
}
#boton_partner {
	background-attachment: scroll;
	background-image: url(../images/b_azul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	width: 104px;
	text-align: center;
	padding-top: 10px;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
