/* 
 * Ponemos a cero los valores para margenes, espacios, bordes, etc.
 * Eliminamos lo bullets de las listas.
 * Ponemos al 100% (1em) el tamanio de la fuente para los encabezados.
 * Quitamos el estilo a los enlaces
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend,  input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 1em;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	display: block;
}
ol, ul, dl {
	list-style:none;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #424242;
}
a:hover{
	text-decoration: underline;
}
a:hover, a:active {
	color: #0c0b0b;
}
#texto a, #texto .destacado dt a {
	display: inline;
	color: #317DB9;
}
dt, dt a, #texto dt a  {
	color: #3f3f3f;
}

/*
Declaraciones para la unidad relativa EM. Conseguimos la equivalencia 10px=1em.
*/

body, html{ font-size: 62.5%;}
body { font-style: normal; font-size: 101%; font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;}

/*
 * Limpia flotaciones
 */
 
.clearboth {clear: both;}
.clearfix:after {content: ""; display:block; clear:both; height:0; visibility:hidden; margin-bottom: -.5em;}
.clearfix {display:block;padding-bottom:10px; }
ul.clearfix{ overflow:visible;}
* html .clearfix {height:1%;}

/*
Reglas para centrar el contenedor en el centro de la pantalla del navegador
*/

body, #cabecera, #cuerpo  { text-align:center; }
.centrado { margin: 0 auto; text-align: left; }

/* 
 * Esqueleto con 3 columnas
 * Columna izquierda: menuPpal
 * Columna central: contenedorPpal
 * Columna derecha: extras
 */
 
	#contenedor { width: 100%; }
	#cabecera .centrado, #cuerpo .centrado { width: 96.6em; }
	* html #cabecera .centrado, * html #cuerpo .centrado { width: 97.1em;}
	html>body #cuerpo { height: auto; }
		#menuPpal { width: 17.2em; float: left;}
		#contenedorPpal { width: 61.8em; float: left;}

		#extras {width: 17.2em; float: left;}
	
	#pie { clear: both; }

	
	/******** Colores, fondos y bordes ********/
	
	body {
		background-color: #DADFE1;
		color: #0c0b0b;
	}

	#cabecera {
		background-color: #E8ECEE;
	}
	#cabecera .centrado {
		border: 3em solid #DFE3E5;
		border-width: 0 .3em;
	}
	#cabecera .centrado .contenido {
		width: 96.4em; /* 96.6em - 2x0.1em (de los bodes) */
		border: .1em solid #CAD4DC;
		border-width: 0 .1em;
		padding-bottom: .8em;
		background: #FFF url(./img/cabecera-bg.gif) repeat-x left bottom;
	}
	#cuerpo {
		background-color: #DADFE1;
	}
	#cuerpo .centrado {
		border: 3em solid #D1D6D8;
		border-width: 0 .3em;
	}
	#cuerpo .centrado .contenido {
		width: 96.4em; /* 96.6em - 2x0.1em (de los bodes) */
		border: .1em solid #BDC8D0;
		border-color: #E4E5E7 #BDC8D0;
		border-width: .1em .1em 0;
		background-color: #FFF;
		padding: .4em 0 1em;
	}
	#cuerpo2 .centrado .contenido {
		width: 62.6em;
		border: .1em solid #BDC8D0;
		border-color: #E4E5E7 #BDC8D0;
		border-width: .1em .1em 0;
		background-color: #FFF;
		padding: .4em 0 1em;
	}	
	#pie {
		background-color: #ECECEC;
		margin: 0 .4em;
		padding: .4em 0;
	}
	

 	/******** Cabecera ********/
 
	#logo-autoclub {
		float: left;
		display: inline;
		width: 9.2em;
		height: 6.7em;
		margin: .4em 4em 0 4em;
	}
	#cabecera .telefono {
		display: block;
		width: 12.6em;
		height: 2.9em;
		float: left;
		margin-top: 2em;
		margin-left: 22em;
	}
	* html #cabecera .telefono {
		/*margin-left: 19.5em;*/
		margin-left: 17em;
	}
	.info {
		display: block;
		text-indent: -9999em;
	}
	.none {
		display: none;
	}
	#infoCabecera {
		float: right;
		text-align: center;
/*		width: 18.6em; */
		width: 28em;
		_width: 29em;
		margin: 1.9em .9em 0 0;
		z-index: 0;
		border: 0px solid #eee;

	}
	#logo-mutua {
		height: 2.8em;
		margin-bottom: .7em;
		text-align:right;
		border: 0px solid #eee;
		margin-right:1em;
		
	}
	#menuAyuda {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
	} 
	#menuAyuda li {
		margin: 0;
		padding: 0 .5em;
		border-left: .1em solid #666;
		list-style: none;
		display: inline;
	}
	#menuAyuda li.primero {
		border: none;
	}
	#menuAyuda a {
		display: inline;
		color: #666;
		text-decoration:none;
	}	
	#menuAyuda a:hover {
		display: inline;
		color: #666;
		text-decoration:underline;
	}	

	/******** Cuerpo ********/
	
	.lineaTopCol, .lineaTopCont {
		display: block;
	}
	.lineaTopCol {
		border-top: .4em solid #50A8E1;
	}
	.lineaTopCont  {
		border-top: .4em solid #1717A0;
	}
	
	


	/******** Menús ********/
	
	#menuPpal ul, #formUsuario ul, #publicidad dl {
		margin: 1.2em .8em;
	}
	#menuPpal ul li, #formUsuario ul li, #publicidad dl dt{
		margin-top: 1.2em;
	}
	#menuPpal ul {
		margin-bottom:0.5em;
	}
	#menuPpal a, #formUsuario a, 
	#menuPpal em, #formUsuario em {
		display: block;
	}
	#menuPpal ul li span.titulo, #formUsuario ul li span.titulo {
		display: block;
		border-bottom: .2em solid #50A8E1;
		font-size: 1.1em;
		font-weight: bold;
		padding-bottom: .3em;
	}
	#menuPpal ul li ul , #formUsuario ul li ul {
		margin: .1em 0 0 0;
		background-color: #f7f7f7;
	}
	#menuPpal ul ul li, #formUsuario ul ul li  {
		margin: 0;
	}
	#formUsuario ul ul li a {
		padding: .2em 0;
	}
	#menuPpal a, #menuPpal em {
		font-size: 1.1em;
		padding: .4em .5em;
		display: block;
	}
	#menuPpal a:hover{
		text-decoration:none;
	}
	#menuPpal ul li#oficinaVirtual {
		background: #FFF url(./img/oficina-virtual.jpg) no-repeat center center;
		border: .1em solid #dfdfdf;
		height: 8.7em;
		position: relative;
	}
	#menuPpal ul li#oficinaVirtual span.titulo {
		text-indent: -9999em;
		border: none;
		height: 7.25em;
		margin: 0;
		border: .2em solid #FFF;
	}
	*html #menuPpal ul li#oficinaVirtual span.titulo {
		height: 7.7em;
	}
	#menuPpal ul li#oficinaVirtual ul {
		background: none;
		position: absolute;
		bottom: -.1em;
		right: 0;
	}
	#menuPpal ul li#oficinaVirtual ul li  {
		text-align: right;
	}
	#menuPpal ul li#oficinaVirtual ul li a {
		color: #317db9;
		font-size: .9em;
		font-weight: bold;
		background: none;
	}
	#menuPpal ul li#oficinaVirtual ul li a span {
		font-weight: normal;
	}
	#menuPpal ul li#oficinaVirtual ul li a:hover {
		text-decoration: underline;
	}
	* html #menuPpal a, * html #formUsuario a, 
	* html #menuPpal em, * html #formUsuario em {
		height: 1em;
	}
	#menuPpal ul ul li a:hover, #menuPpal ul ul li em,
	#formUsuario ul ul li a:hover {
		display: block;
		background-color: #CFCFCF;
	}
	#formUsuario ul ul li  a:hover {
		color: #000;
		background-color: transparent;
	}
	#formUsuario ul li ul {
		padding-left: .5em;
	}
	#formUsuario ul li ul li {
		background: transparent url(./img/bullet-peque.gif) no-repeat left center;
		padding-left: 1em;
	}
	#publicidad dl dt {
		padding: .7em 0 .9em 1.5em;
		background: #ECECEC url(./img/flecha-abajo-gris-oscura.gif) no-repeat .5em center;
	}
	* html #publicidad dl dt {
		padding: .3em 0 .5em 1.5em;
	}
	#publicidad dl dd {
		margin-top: 1em;
	}
	#publicidad dl dd.primero {
		margin-top: 1em;
	}
	#publicidad img {
		width: 100%;
	}
	#publicidad dl dt span#tituloPublicidad {
		display: block;
		width: 5.5em;
		height: .7em;
		/*background: transparent url(./img/publicidad.gif) no-repeat left center;
		text-indent: -999em;*/
	}
	
	
	/******** Contenedor ********/
	
	#contenedorPpal {
		border: .1em solid #DDD;
		border-width: 0 .1em;
		padding-bottom: 1em;
	}
	#texto {
		margin: .5em .9em;
		font-size: 1.1em;
		width: 54.2em;
		/*min-height: 40em;*/
		min-height: 48em;
	}
	h1 {
		margin-bottom: .5em;
	}
	#texto  #tituloHome {
		width: 100%;
		position: relative;
	}
	#texto  h1{
		text-align: center;
	}
	#texto h1 img {
		margin: 0 auto;
	}
	#breadcrumbs {
		border-bottom: .1em solid #F0F0F0;
		font-size: .8em;
		margin-bottom: 1em;
	}
	#breadcrumbs dl {
		list-style: none;
		margin: 0;
		padding: .1em 0;
		border-top: .1em solid #E8E8E8;
		border-bottom: .1em solid #b6b6b6;
		padding-left: 1.1em;
		color: #505B68;
		*height:14px;		
	}
	#breadcrumbs dl dt {
		display: block;
		float: left;
		padding-right: .8em;
		font-weight: normal;
		color: #505b68;
		background: transparent url(./img/flecha-derecha-gris-clara.gif) no-repeat right .6em;
	}
	#breadcrumbs dl dd {
		display: inline;
		float: left;
		background: transparent url(./img/raquo-gris-claro.gif) no-repeat left .6em;
		padding-left: 1.2em;
		margin-left: .5em;
	}
	#breadcrumbs dl dd.first {
		padding-left: 0;
		background-image: none;
	}
	#breadcrumbs dl dd a {
		color: #535353;
		text-decoration: none;
	}
	#breadcrumbs dl dd a:hover {
		text-decoration: underline;
	}
	#breadcrumbs dl dd em, #breadcrumbs dl dd.last a {
		background-color: #5faee1;
		color: #FFFFFF;
		padding: 0 .4em;
		font-style: normal;
	}
	.medio {
		width: 49%;
	}
	span.medio {
		width: 24em;
	}
	.cuerpoNoticia li.medio {
		width: 47%;
	}

	.entero {
		width: 98%;
	}
	* html .medio {
		width: 47%;
	}
	* html .entero {
		width: 94%;
	}
	.impar {
		float: left;
		clear: left;
	}
	.par {
		float: right;
		clear: right;
	}
	#texto dt {
		font-weight: bold;
		margin-bottom: .5em;
	}
	#texto div {
		margin-bottom: 1em;
	}
	#texto div.destacado, #texto div li.destacado, #texto .bordeGris ul li.destacado {
		background-color: #F6F6F6;
		overflow: hidden;
	}
	#texto .bordeGris {
		border: 1px solid #e3e3e3;
		background: #fff;
		padding: .2em;
	}
	#texto .bordeGris dt a, #texto .bordeGris dt.destacado {
		color: #317DB9;
	}
	#texto .bordeGris dt.destacado {
		font-size: .9em;
		font-family: Tahoma, Sans Serif;
		color: #317DB9;
	}
	#texto ul {
		padding: 0 1em 1em;
	}
	#texto .fecha{
		padding: 1em 1em 0 1em;
		font-size: .9em;
		font-family: Tahoma, Sans Serif;
		color: #317DB9;
		position: relative;
	}
	#texto .titularNoticia{
		margin: 0;
		font-size: 1.1em;
		font-weight: bold;
		padding: 1em 0 1em 0;
		background: transparent url(./img/puntos.gif) repeat-x bottom center;
	}
	#texto img.imagen_izquierda{
		float: left;
		padding: 1em;
		*margin: 0 1em 0 .5em;
		_margin: 1em 1em 0 .5em;
	}

/******** Estilos para para pagina de descuentos ********/
.contenedor_descuentos{

		width:591px;
		text-align:center;
		background-color:#fff;
		border: 0px solid #369;
		padding-bottom: 0px;

	}	
.columna1{
		float: left;
		width:141px;
		text-align:center;
		background-color:#fff;
		border: .0em solid #ccc;
		padding:1px;
		padding-left: 5px;
		margin-left: 0px;
		padding-bottom: 0px;
		*margin: 0em 0em .0em .0em;
		_margin: 0em 0em .0em .0em;
	}	
/******** Fin de estilos para para pagina de descuentos ********/
	
	/*#texto img.imagen_derecha{
		float: right;
		padding: 1em;
		*margin: 0 .5em 0 1em;
		_margin: 1em .5em 0 1em;
	}*/
	#texto  img.imagen_izdaNoMargin{
		float: left;
		padding: 0 1em 0 0;
		*margin: 0 1.5em 0 0;
	}
	/*#texto img.imagen_dchaNoMargin{
		float: right;
		padding-left: 1em;
		*margin: 0 0 0 .5em;
	}*/
	#texto .cuerpoNoticia {
		margin-bottom: 1em;
	}
	#texto div.destacado p, #texto .cuerpoNoticia p {
		line-height: 1.5em;
		padding: 1em 1em .5em 1em;
	}
	#texto .cuerpoNoticia p {
		padding-top: 0;
	}
	ul li dt img {
		float: left;
		margin: 0 1em .5em 0;
		max-width: 40%;
	}
	#texto dd.masinfo {
		text-align: right;
		margin: .5em 1em 0 0;
		font-family: Tahoma, Sans Serif;
	}
	#texto dd.masinfo a {
		font-size: .9em;
		font-weight: bold;
		color: #317DB9;
		display: inline;
	}
	#texto dd.masinfo a:hover {
		text-decoration: underline;
	}
	#texto .infoDcha{
		text-align: right;
		font-weight: bold;
		margin: .8em 1em 0 0;
		font-family: Tahoma, Sans Serif;
	}
	#texto .cuerpoNoticia ul {
		padding-bottom: 0;
		margin-bottom: 1em;
	}
	dl.bullet dt, #texto ul li {
		background: transparent url(./img/bullet-peque.gif) no-repeat 0 .5em;
		padding-left: 1em;	
		margin-bottom: 1em;
	}
	.bullet dd, .cuepoNoticia li ul {
		padding-left: 1em;
	}
	#texto .destacado ul.bullet li {
		background: transparent url(./img/bullet-peque.gif) no-repeat 0 .5em;
		padding-left: 1em;
		margin-bottom: .8em;
		*margin-left: 20em;
	}
	#texto ul.oferta li {
		background-image: url(./img/bullet-peque2.gif);
	}
	ul.listaPunteada {
		padding: 0 1em;
	}
	ul.listaPunteada li {
		padding: 1em 0;
		background: transparent url(./img/puntos.gif) repeat-x 0 0;
	}
	ul.listaPunteada li.primero {
		padding-top: 1em;
		background-image: none;
	}	

	ul.listaPunteada a{
		display: inline;
		font-weight: bold;
		text-decoration:none;
	}
	ul.listaPunteada a:hover{
		display: inline;
		font-weight: bold;
		text-decoration:underline;
	}
	img.bannerPrincipal{
		margin: 1.2em;
		border: 0;
		text-align: center;
	}
	#texto ul.dosColumnas, #texto ul.tresColumnas {
		padding: 0;
	}
	#texto ul.dosColumnas li, #texto ul.tresColumnas li {
		margin: 0 0 1em 0;
		text-align: center;
		padding: 0;
		background: none;

	}
	#texto ul.tresColumnas li {
		width: 33.3%;
		float: left;
	}
	#texto ul.dosColumnas  li a img, #texto ul.tresColumnas  li a img {
		margin: 0 auto;
	}
	#texto span.circuloAzul {
		position:absolute;
		margin: 2em 0 0 13.5em;
		*margin: 1.5em 0 0 12em;
		padding:1.5em 0 0 1em;
		width: 7em;
		height: 7em;
		line-height:1em;
		color: #fff;
		font-weight: bold;
		font-size:.9em;
		background: transparent url(./img/circuloAzul.gif) no-repeat;
	}
	ul.dosColumnas li.multiple span.detalle{
		display:inline;
		position:absolute;
		margin: 2.5em 0 0 19.5em;
		*margin: 2.2em 0 0 17em;
		width:8em;
		line-height:1.5em;
		max-height: 5em;
		font-weight:bold;
		font-size: .9em;
		text-align:left;
	}
	#anuncio {
		height: 5em;
		/*display: block;*/
		background-color:#ff0000;
		
		margin: 2em 0;
		background: transparent url(./img/flechaAnuncio.gif) no-repeat 1.5em center;
		border: .1em solid #50A8E1;
		border-bottom: .2em solid #e3e3e3;
	}
	#anuncio p {
		display: block;
		color: #317DB9;
		line-height: 1.5em;
		margin: 1em 1em 1em 5em;
	}
	#anuncio p.textoCorto {
		margin-top: 1.75em;
	}
	#anuncio p a{
		color: #317DB9;
		display: inline;
		background: transparent url(./img/bullet-peque.gif) no-repeat right center;
		padding-right: .5em;
		text-decoration: none;
	}
	#anuncio p a:hover{
		text-decoration: underline;
	}
	ul.listadoNoticias{
		margin: 1.2em 0;
	}
	#texto ul.listadoNoticias li{
		margin:.6em 0 .6em 0;
		line-height: 1em;
	}
	#texto ul.listadoNoticias li span{
		display: inline;
		font-family: Tahoma, Sans Serif;
		font-size: .9em;
		color: #317DB9;
		font-weight: normal;
		padding: 0;
	}
	#texto ul.listadoNoticias li a, #texto ul.listadoNoticias li a:visited, #texto ul.listadoNoticias li a:active{
		display: inline;
		background: transparent url(./img/bullet.gif) no-repeat right center;
		padding: 0 1em 0 0;
		text-decoration:none; 
		color: #0C0B0B;
	}	
	#texto ul.listadoNoticias li a:hover{
		text-decoration:underline;
	}	
	#texto a.enlaceAzul a:hover {
		text-decoration: underline;
	}
	#texto #bandaGris {
		background:#ECECEC;
		position:relative;
		display:block;
		line-height: 1.5em;
		margin-bottom:.5em;
	}
	#texto .buscadorResultados{
		font-weight: normal;
		background:#ECECEC;
		display:block;
	}
	#texto .buscadorPaginacion {
		float: right;
		text-align: right;
		display: block;
		padding: 0.3em 1em;
		background: #ECECEC;
	}
	#texto .buscadorPaginacion li {
		background: none;
		display: inline;
	}
	#texto a.siguiente{
		background:transparent url(./img/flecha-derecha-azul.gif) no-repeat 100% .5em;
		padding-right:1em;
		margin-right:.5em;
		font-size:.9em;
		display:inline;
	}
	#texto a.anterior{
		background:transparent url(./img/flecha-izquierda-azul.gif) no-repeat 0 .5em;
		padding-left:1em;
		margin-right: 1em;
		font-size:.9em;
		line-height:.9em;
		display:inline;
	}
	#texto div.destacado ul {
		padding: 1em 0 .5em 0;
	}
	#texto div.destacado ul li {
		margin: 0 0 .8em 0;
		/**margin:0;*/
		padding-left: 1.1em;
	}
	#texto div.destacado ul li, #texto div.bordeGris ul li {
		background: none;
		padding-left: 0;
	}
	#texto div.bordeGris ul.punteado li {
		padding: 1em 0;
		background: transparent url(./img/puntos.gif) repeat-x 0 0;
		margin-bottom: 0;
	}
	#texto ul.punteado {
		padding-bottom: 0;
		position: relative;
	}
	#texto ul.punteada, #texto ul.punteado li,
	#texto div.destacado ul.punteada, #texto div.destacado ul.punteado li	{
		padding-top: 1em;
		padding-bottom: 0em;
		padding-left: 0;
		background: transparent url(./img/puntos.gif) repeat-x 0 0;
	}
	#texto .cuerpoNoticia ul.punteada {
		padding-left: 1em;
	}
	#texto ul.punteado li span{
		display: inline;
		background: transparent url(./img/bullet-peque.gif) no-repeat left center;
		padding-left: 1em;
	}
	#texto ul.punteado li span a{
		color: #0C0B0B;
	}
	#texto div.destacado ul.punteado {
		padding: 1em;
	}
	#texto div.destacado ul.punteado li {
		padding-bottom: 1em;
	}
	#texto div ul.punteado li.primero {
		background: none;
		padding-left: 0;
	}
	#texto .destacado ul li.primero {
		padding-top: 0em;
	}
	#texto ul li.primero {
		background-image: none;
	}
	#texto div.destacado ul.oferta li dl dt {
		width:10em;
		display:block;
		float:left;
		padding-left: .8em;
		font-weight: bold;
		background: transparent url(./img/bullet-peque.gif) no-repeat left center;
	}
	#texto ul.ofertadl li {
		background: none;
		padding-left: 0;
	}
	#texto ul.ofertadl li dl dt {
		width:11em;
		display:block;
		float:left;
		padding-left: .8em;
		background: transparent url(./img/bullet-peque2.gif) no-repeat left center;
	}
	#texto .bordeGris ul li dl dt {
		padding-left: 1em;
		background: transparent url(./img/bullet-peque.gif) no-repeat .5em center;
	}
	#texto .bordeGris ul li dl dd {
		padding-left: 1em;
	}

	/******** Encabezados ********/
	
	h2, h3 {
		background-color: #ECECEC;
		padding:.3em 1em;
		color: #0B0B0B;
		font-weight: bold;
		margin: 1em 0 1em;
		overflow: hidden;
	}
	h2.destacado, h3.destacado, strong.destacado, dt strong {
		color: #317DB9;
	}
	h3 {
		padding:.3em 1em;
		color: #0B0B0B;
		font-weight: bold;
		margin: 1em 0 1em;
	}
	.destacado h3 {
		background-color: transparent;
	}
	.bordeGris h3 {
		margin-top: 0;
	}
	#texto #textoNoticia{
		position: relative;
	}
	/******** Titulos de página ********/
		#tituloOficinaVirtual {
			background: url(./img/fondoOficinaVirtual.jpg) no-repeat left top;
			width: 100%;
			height: 26.05em;
			position: relative;
			color: #3f3f3f;
		}
	
		#tituloOficinaVirtual strong {
			font-weight: bold;
		}
		
		#tituloOficinaVirtual div {
			position: absolute;
			margin: 3em 0 0 0;
			width: 28em;
		}
		#tituloOficinaVirtual h1 {
			height: 2.4em;
			margin-left: 2em;
			background: transparent url(./img/tituloOficinaVirtual.gif) no-repeat left top;
			text-indent: -999em;
		}
		#tituloOficinaVirtual p {
			margin:1em 0 0 2em;
		}
		#tituloOficinaVirtual p.parrafoCorto {
			margin:1em 0 0 2em;
			width: 20em;
		}		
		#tituloOficinaVirtual p.socio {
			margin: 1em 0 0 10em;
		}
		#tituloOficinaVirtual p.socio a {
			display: block;
			width: 11.9em;
			height: 1.8em;
			text-indent: -999em;
			text-transform: uppercase;
			background: #ff9E08 url(./img/hacerseSocio-naranja.gif) no-repeat center center;
			border: .1em solid #dbe3e6;	
		}
		
	
	/******** Extra ********/
	
		/* Formulario Login */
		#formUsuario p {
			margin-left: 1.5em;
			position: relative;
		}
		#formUsuario form {
			margin: 1em 0 .7em;
		}
		#formUsuario label span{
			display: block;
		}
		input, select, textarea, button {
			font-size: 1em;
			margin: 0 .5em 0 0;
			font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;
			color: #0c0b0b;
		}
		* html input {
			margin: 0 .5em .4em 0;
		}
		input#usuario, input#password  {
			width: 9em;
			padding: 0 .2em;
			background: #d9e4ec;
			border: .1em solid #8b8b8b;
			border-color: #8b8b8b #FFF #FFF #8b8b8b;
		}
		input#usuario:focus, input#password:focus {
			background: #FFF;
		}
		input#submit {
			position: absolute;
			width: 1.5em;
			height: 1.4em;
			border: 1px solid #a4a4a4;
		}
		input#submit:hover, input#submit:focus {
			background-color: #d9e4ec;
			
		}
		
		
	/******** Pie ********/
	
	#pie p {
		text-align: right;
	}
	#pie ul li {
		display: inline;
		float: left;
		border-left: .1em solid #424242;
		padding: 0 .5em;
	}
	#pie ul li.primero {
		border: none;
	}
	
	
	/******** Formulario Login socio ********/
	
	#formAccesoSocio {
		padding: 0em;
		margin:1.5em 0 1em 2em;
	}
	#formAccesoSocio label span{
		display: block;
		float:left;
		font-weight: bold;
		position:relative;
	}	
	#formAccesoSocio input.accesoSocio{
		border: .1em solid #9d9da1;
		border-color: #9d9da1 #f1efe2 #f1efe2 #9d9da1;
		padding: 0;
		width: 8em;
		margin: .4em 0;
		* margin: .4em 0 0 -2em;		
	}
	#formAccesoSocio #AccesoSocio{
		border: none;
		background: #ff9e08 url(./img/flecha-derecha-blanca.gif) no-repeat .5em center;
		color: #FFF;
		padding: 0 .3em 0 1em;
		cursor: pointer;
		font-size: .9em;
		margin: 0 0 .2em 1em;
	}	
	
	
	/******** Formulario Hacerse socio ********/
	
	#pasosForm  {
		background: #FFF;
	}
	#pasosForm ol {
		list-style: none;
		margin: 2em 0 2em 1em;
		padding: 0;
		background: transparent url(./img/linea-gris.gif) repeat-x 0 .6em;
		width: 53em;
	}
	#pasosForm  ol li {
		display: inline;
		float: left;
		margin-left: 2.3em;
		font-weight: normal;
		border: .1em solid #cecece;
		line-height: 1.4em;
		
	}
	#pasosForm  ol li.primero {
		margin-left: 0;
	}
	#pasosForm  ol li span {
		display: inline;
		font-size: .9em;
		padding: .1em .5em;
		background-color: #FFF;
	}
	#pasosForm  ol li span.numero {
		padding: .1em .3em;
		margin: 0;
		background-color: #868282;
		color: #FFF;
		font-weight: bold;
		border-right: .1em solid #cecece;
	}
	#pasosForm  ol li.activo span.numero {
		background-color: #5faee1;
	}
	
/* FORMULARIO ENCUESTA */	

.introEncuesta {margin-left:1em;margin-bottom:1.5em}
.separado {margin-top:1em;}
.separado04 {margin-top:.4em}
.itemEncuesta {background:url(../imagenes/flecha_azul.gif) no-repeat left;padding-left:.8em;margin-left:1.4em;color: #317DB9;display:block}
.opcionesRadio {margin-left:2.1em;_margin-left:1.5em;white-space:nowrap;vertical-align:top}
.opcionesRadio input{margin-right:1.4em;_margin-right:2em;margin-top:.5em;}
.opcDif {_margin-left:.9em;margin-top:-.9em;}


/* ---------------------  */
	
	#formSocio, #formEncuesta {
		padding: 1em;
		background: #f6f6f6;
		margin-bottom: 1em;
	}
	#formSocio fieldset {
		padding: 0 0 2em 0;
		margin: 0 0 1em 0;
	}
	#formSocio fieldset#datosTipoSocio {
		background: transparent url(./img/puntos.gif) repeat-x bottom left;
	}
	#formSocio fieldset {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	form p {
		margin-bottom: 1em;
	}
	#formSocio fieldset  p, #formSocio fieldset  ul {
		*margin: 0 0 0 1em;
	}
	#formSocio fieldset legend {
		color: #0c0b0b;
		font-weight: bold;
		margin-bottom: 1.7em;
	}
	#formSocio fieldset legend span {
		font-weight: normal;
	}
	ul#tipoSocio {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		
	ul#tipoSocio li {
		display: inline;
		float: left;
		margin-right: 4em;
		text-transform: uppercase;
		font-weight: bold;
	}
	#formSocio fieldset  li {
		height: 2.7em;
		line-height: 1.4em;
	}
	#horarioFamiliar1,
	#horarioFamiliar2,
	#horarioFamiliar3{clear:both;}
	#horarioFamiliar1 legend,
	#horarioFamiliar2 legend,	
	#horarioFamiliar3 legend{padding-bottom:20px;margin-bottom:0!important;}
	
	#formSocio fieldset  ul ul {
		margin: 0;
		padding: 0;
	}
	#formSocio fieldset label {
		display:block;
		float:left;
		margin-right:10px;
		position:relative;
		width:8.5em;
	}
	* html #formSocio fieldset label {
		width:8.6em;
	}
	#formSocio fieldset .medio .medio label {
		width: 8em;
		margin: 0;
	}
	
	#formSocio ul.entero label{
		width: 34em;
	}
	
	#formSocio input.check {
		float: left;
		height: 1em;
		width: 1em;
	}
	#formSocio #datosSocio  input.text , #formSocio #datosSocio  input.fecha{
		border: .1em solid #9d9da1;
		border-color: #9d9da1 #f1efe2 #f1efe2 #9d9da1;
		padding: 0 .2em;
		margin: 0;
	}
	#formSocio input.text, #formSocio select {
		width: 11.3em;
	}
	#formSocio input.textoLargo{	/* <--- Introducido para formulario alta socio paso 4 */
		width: 22.6em;
	}
	#formSocio select {
		margin-top: -.2em;
	}
	*html #formSocio select {
		margin-top: 0em;
	}
	#formSocio input.text {
		line-height: 1.4em;
		height: 1.4em;
	}
	#formSocio input.dia, #formSocio input.mes , #formSocio input.anio {
		margin: 0;
	}
	#formSocio input.dia, #formSocio input.mes {
		width: 2em;
	}
	#formSocio input.anio {
		width: 4em;
	}
			
	#botonesEnvio {
		text-align: right;
		background: transparent url(./img/puntos.gif) repeat-x center left;
	}
	.botonSubmit{
		border: none;
		background-color: #ff9e08;
		color: #FFF;
		margin: 0;
		cursor: pointer;
		font-size: .9em;
	}
	* html .botonSubmit {
		padding: 0 0 0 .5em;
	}
	.flechaDcha {
			background: #ff9e08 url(./img/flecha-derecha-blanca.gif) no-repeat .5em center;
			padding: 0 .5em 0 1em;
	}
	.flechaIzda {
		background: #ff9e08 url(./img/flecha-izquierda-blanca.gif) no-repeat .5em center;
		padding: 0 .5em 0 1em;
	}
	.error {
		color: #C00;
		display: block;
	}
	a#volver:hover {
		text-decoration: none;
	}
	#texto form ul li {
		background: none;
		padding-left: 0;
	}
	#texto form ul.tipos li {
		display: inline;
		margin-right: 5em;
	}
	#texto form ul.tipos li label {
		display: inline;
		width: auto;
		float: none;
	}
	
	* html #volver{
		padding: 0 .5em 0 1.5em;
	}	
	p.nota {
		margin-left: 1em;
		font-size: .9em;
	}
	.obligatorio {
		color: #327db7;
	}
	.opcional {
		padding-left: .6em;
	}
	
	
	div.salto_13{
		clear:both;
		height:13em;
	}
	
	#texto #bienvenida {
		padding: 0 1em;
		margin-bottom: .7em;
		font-size: .9em;
		text-align: right;
		background-color: #ECECEC;
	}
	#texto ul.cajas {
		margin: 1em 0;
		padding: 0;
		clear:both;
	}
	#texto ul.cajas li{
		background: #F6F6F6;
		border: .1em solid #ECECEC;
		margin-bottom: 1em;
		padding: 0;
	}
	#texto ul.cajas dt, #texto ul.cajas dl {
		position: relative;
		margin: 0;
		padding: 0;
	}
	#texto ul.cajas dt span {
		position: absolute;
		top: 1em;
	}
	#texto ul.cajas img {
		border: .4em solid #FFF;
		width:11em;
	}
	#texto ul.cajas dl dd {
		position: absolute;
		top: 3em;
		left: 14em;
		font-size: .9em;
	}
	#texto ul.cajas dl dd.masinfo {
		display: block;
		width: 45%;
		position: absolute;
		top: 7em;
		right: 0;
	}
	#texto ul.extra dt span {
		top: 2em;
		right: 2em;
		_left: 5em;
	}
	#texto ul.mapaWeb { 
        	padding-left: 0; 
	} 
	#texto ul.mapaWeb li.titulo { 
		background-image: none; 
        	padding-left: 0; 
	} 
	#texto ul.mapaWeb li.titulo span{ 
        	text-align: left; 
        	display: block; 
        	width: 100%; 
        	margin-left: 1em; 
       		 border-bottom: .2em solid #50A8E1; 
        	font-size: 1.1em; 
        	font-weight: bold; 
        	padding-bottom: .3em;         
	} 
	#texto ul.mapaWeb li ul li { 
        	margin-top: 1em; 
		display: block; 
		width: auto; 
		float: none; 
		text-align: left; 

	}
	
	#formContrasena label.email {
			width: 8em;
		}
	#formContrasena input.text2 {
			width: 20em;
	}


	/******** Estilos icluidos para editor de texto enriquecido ********/

	#texto div.destacado ul li.ListaFlechasAzules, #texto div.cuerpoNoticia ul li.ListaFlechasAzules, #texto ul li.ListaFlechasAzules {
		background: transparent url(./img/bullet-peque.gif) no-repeat 0 .5em;
		padding-left: 1em;
		margin-left: 1em;
		margin-bottom: .8em;
	}

	/* ********** LISTA CON ROMBOS AZULES: CADA OPCION ES UNA DIV A LA QUE SOLO HABRA QUE APLICAR ESTE ESTILO. NO USAR LAS ETIQUETAS "UL" NI "LI" ********** */	
	#texto ul.listarombos li {
		background-image: url(./img/bullet-peque2.gif);
	}
	
	#texto p.listarombos {
		display: inline;padding: 0 1.1em;
		background-image: url(./img/bullet-peque2.gif);
		background-repeat:no-repeat;
		background-position:0 0.5em
	}
	
	.listarombos {
		width: 95%;
		height: auto;
		margin: 0 1em 0 1em;
		padding-left: 1.1em;
		background-image: url(./img/bullet-peque2.gif);
		background-repeat: no-repeat;
		background-position: 0 0.5em;
	}
	
	/* ********** LISTA CON FLECHAS AZULES: CADA OPCION ES UNA DIV A LA QUE SOLO HABRA QUE APLICAR ESTE ESTILO. NO USAR LAS ETIQUETAS "UL" NI "LI" ********** */
	.listaflechas {
		width: 95%;
		height: auto;
		margin: 0 1em 0 1em;
		padding-left: 1.1em;
		background-image: url(./img/bullet-peque.gif);
		background-repeat: no-repeat;
		background-position: 0 0.5em;
	}
	
	/* ********** ENLACES INTERNOS DE TEXTO, SON LOS GENERALES QUE VAN EN EL CONTENIDO. SE APLICA ESTA CLASE A UNA "DIV" ********** */
	.enlacegeneral {
		text-decoration: none;
		width: auto;
		margin: 0 0.23em 0 0.22em;
		color: #1d8cdb;
		display: inline;
		line-height: 0.2em;
		padding: 0 0;
	}
	.enlacegeneral:hover {
		text-decoration: underline;
	}
	
	/* ********** BLOQUE DE ENLACE EXTERNO AL CUERPO DE TEXTO QUE VA EN AZUL, CADA ITEM ES UNA DIV A LA QUE SE APLICA ESTA CLASE. NO USAR LISTAS ********** */
	.bloqueenlaceazul {
		width: 96%;
		height: auto;
		margin-right: 1em;
		padding-left: 1.1em;
		background-image: url(./img/bullet-peque.gif);
		background-repeat: no-repeat;
		background-position: 0 0.5em;
		color:#1d8cdb;
	}
	.bloqueenlaceazul:hover{
		text-decoration:underline;
	}
	
	/* ********** ESTILO PARA CAMBIAR EL CURSOR AL SELECCIONAR ENLACES ********** */
	li.cursor {
		margin-left: -3em;
	} 
	a.cursor {
		cursor: pointer;
	}  

	/* ********** ESTILO PARA VISULIZAR IMAGENES EN LINEA CON EL TEXTO ********** */
	img.inline {
		display:inline;
	}
	
	/* ********** ESTILOS FCKEDITOR ********** */
	span.FlechaAzul {
		display: inline;	
		background: transparent url(./img/bullet-peque.gif) no-repeat 0 .5em;	
		padding-left: 1em;
		margin-left: 1em;		
	}
	
	span.RomboAzul {
		display: inline;	
		background: transparent url(./img/bullet-peque2.gif) no-repeat 0 .5em;	
		padding: 0 1.1em;
		margin: 0 1em 0 2.5em;
	}	
	
	span.TextoAzulNegrita {
		color: #317DB9;
		font-weight: bold;
	}
		
	p.introycierre
	{
		font-weight: bold;
		line-height: 1.2em;
	}
	
	p.separador
	{
		padding-top: 1em;
		background: transparent url(./img/puntos.gif) repeat-x top center;
		line-height:1.2em;
	}
	/* ********** FIN ESTILOS FCKEDITOR ********** */

/*  ********** ESTILOS PARA TABLA DE COBERTURAS **********  */

#cob {width:100%;text-align:center;}
#cob td {border-collapse: collapse; 
border-width: 0.05em; }
.alaizq {text-align:left}
#cuerpo3 {
		width:76.7em;
		border: .1em solid #BDC8D0;
		border-color: #E4E5E7 #BDC8D0;
		border-width: .1em .1em 0;
		background-color: #fff;
		padding:0;
		min-height: 0 !important;
	}
.centrar {width:100%}
#cuerpo3 .otroancho {width:68em;min-height: 0 !important;}
#conten { width: 100%; float: left;background-color:#fff;}
.tdh3 {background-color:#63aad4}
.tdh3 h3{padding:0}
.subtit_tabla {color:#63aad4;font-weight:bold}
.fond_nomutualista {background-color:#d5e8f3;}
.fond_mutualista {background-color:#e6eef3}
.subtit1_tabla {color:#0c0b0b;font-weight:bold}
.subtit2_tabla {color:#cf973a;font-weight:bold}
.linagr {border-right:.05em solid #ffffff}
.linazul {border-right:.05em solid #63aad4}
.linblanca {background-image:url(../imagenes/pixblanco.gif);background-repeat:repeat-y;background-position:left}
.f {height:.8em;background-image:url(../imagenes/fond_pietable.gif);background-repeat:repeat-x;background-position:top;background-color:#fff;vertical-align:bottom}
.dorado {color:#cf973a}
.dorado_o {background-color:#efcf76}
.dorado_o2 {background-color:#f0c858}
.dorado_c {background-color:#faecc4}
.doslineas {line-height:1.1em;padding-top:.5em;padding-bottom:.5em}


/* ************  ESTILOS AUTOESCUELAS **************** */

.contenido .fondopautoesc .parrafointro{background-color:#f6f6f6; padding-right:0.5em}
.contenido .fondopautoesc .conpadding{padding-top: 1em; }
#texto .c_mapaccaa {/*float:left;*/width:52.95em;border: .05em solid #e4e5e5;border-bottom:none;padding:.5em;margin-bottom:0; margin-top: 1em}
#texto .quitarmargin {margin-top:0}
.c_mapaccaa2 {
	/*float:left;*/
	width:54.22em;
	height:0.4em;
	background: url(../imagenes/sombrainferior.gif) repeat-x;
}
.cont_galleta {	width:15em;font-family: "Trebuchet MS", "Arial Narrow", arial,tahoma,verdana; 
				font-size: 100%; position: absolute; z-index: 2; text-align:center;}
.nana {
	 float:left;background: url(../imagenes/bocab.gif) no-repeat;line-height:3.8em; text-align:center; color: #000;height:4em; width: auto; padding: .3em .7em 0 1em; 
}
.nana2 {
	float:left;width:.3em;height:4em; background: url(../imagenes/boc2.gif) no-repeat; 
}
#texto .i_mapa {float:left;width:20em;margin-bottom:0}
.combomapa {
	float:right;
	width:21em;
	margin-top:9em;
	text-align: center;
}
.combomapa p{font-size:90%;}
.parrafointro {padding: 0 0 1em 1em;}
.pintermedio {
	
	line-height: 16px; margin-bottom:1em;
	color: #4D4D4D;
	
}

	table caption {
		display: none;
		width: 100%;
		padding-left: .5em;
		background-color: #63aad4;
		color: #FFF;
		font-weight: bold;
		line-height: 1.6em;
		border-bottom: .1em solid #FFF;
		text-transform: uppercase;
	}
	table {
		width: 100%;
		font-family: Microsoft Sans Serif, Tahoma, Arial, Verdana;
	}
	table th {
		font-weight: bold;
	}
	table thead th {
		background-color: #63aad4;
		color: #FFF;
		font-size: 1em;
		line-height: 1.6em;
		border-bottom: .1em solid #FFF;
	}
	table.res_autoescuelas {border-collapse:collapse;}
	table.res_autoescuelas thead th {
		background: #63aad4;
		color: #fff;
		border-bottom: .7em solid #fff;
	}

	table th, table td {
		/*border-left: .1em solid #FFF;*/
		padding: 0 .5em;
	}
	table tr.destacado {
		background-color: #f6f6f6
	}
	table.res_autoescuelas tbody th, table.res_autoescuelas tbody td {vertical-align:top;padding-top:.3em;padding-bottom:.3em}	
	table.res_autoescuelas #p_autoescuela{
		color: #438eba;
		background-image: url(../imagenes/flecha-derecha-azul-clara.gif);
		background-position: .5em 1.2em;
		*background-position: .5em .7em;
		background-repeat: no-repeat;
		padding-left:1.2em;padding-top:.4em;
	}
	table.res_autoescuelas #p_autoescuela2{
		color: #438eba;
		background-image: url(../imagenes/flecha-derecha-azul-clara.gif);
		background-position: .5em .8em;
		*background-position: .5em .7em;
		background-repeat: no-repeat;
		padding-left:1.2em;padding-top:.4em;
	}
	table td {
		line-height: 1.5em;height:2em
	}
	tfoot tr {
		background: #ececec;
		font-weight: bold;
		color: #030303;
	}
	table.res_autoescuelas tbody  {
		color: #000;
	}
	table.res_autoescuelas .separador {
	background-color:#fff;
	}	
	table.res_autoescuelas .separador td {
	height:1em;
	background-image: url(../imagenes/puntos.gif);
	background-repeat: repeat-x;
	background-position: left 50%;
	}
	table.res_autoescuelas tfoot tr th {
		text-transform: uppercase;
	}
	
	.izquierda {
		float: left;
	}	

.conmasmargen {margin-bottom:4em}
.ayudaDiv {position: absolute; z-index: 2; display:none; background-color: snow; padding: 4px 8px 0px 0px; text-align:justify;border-top:1px solid #A2B6CE; border-left:1px solid #A2B6CE; border-bottom:1px solid #4a78a6; border-right:1px solid #4a78a6; font-size: 90%;  padding-left: 10px; padding-top: 0px;  padding-bottom: 6px;}
.separarblanca {border-top:1em solid #fff; border-bottom:.7em solid #fff}
.centrarcheck {margin-bottom:-.1em;margin-right:.3em}
#puntoseparadores {float:left;width:51.5em;height:3em;margin:0;margin-left:-1em;clear:both;padding:0;background: transparent url(./img/puntos.gif) repeat-x 50%;border-left:1em solid #f6f6f6;_border-left:none}
.puntoseparadores {background: transparent url(./img/puntos.gif) repeat-x top;}
.interlineado {padding-bottom:2.5em;_padding-bottom:0}
.enlacesubbold {font-weight:bold;}

/* calculadora financiación */

.formSociosinfondo {margin-left:.5em;_margin-left:.2em}
.formSociosinfondo #formSocio {background:none;margin-right:0;padding-right:0;margin-left:0;padding-left:0;}
.formSociosinfondo #formSocio .subtitForm {background:url(../imagenes/flecha_azulpeque.gif) no-repeat left;padding-left:.8em;margin-top:2em;color: #317DB9;font-weight:bold;display:block}
.formSociosinfondo #formSocio .subtitForm2 {clear:both;background:url(../imagenes/flecha_azulpeque.gif) no-repeat left;padding-left:.8em;margin-top:2em;color: #317DB9;font-weight:bold;}
.formSociosinfondo #formSocio .psubtitForm {float:left;width:51em;background:url(../imagenes/puntos.gif) repeat-x top;padding-left:0;margin-left:0;margin-top:1.3em;margin-bottom:1em;padding-top:2em;color: #317DB9;font-weight:bold;display:block;}
.formSociosinfondo #formSocio .sinf {background:none;}
.formSociosinfondo #formSocio ul {display:inline}
.formSociosinfondo #formSocio fieldset label {float:left;margin-right:0;width:auto;}
.formSociosinfondo #formSocio .rseparado {margin-left:3em}
.formSociosinfondo #formSocio .iseparado { margin-left:-.5em;margin-right:.7em}
.formSociosinfondo #formSocio .iseparado2 { margin-left:-.5em;margin-right:1.2em}
.formSociosinfondo #formSocio .iseparado3 { margin-left:-.3em;}
.formSociosinfondo #formSocio .diferentes { margin-top:1em;margin-left:.3em;margin-right:1em;_margin-right:.3em}
.formSociosinfondo #formSocio .difotro {_margin-top:-1em;}
.formSociosinfondo #formSocio input.text, .formSociosinfondo #formSocio select {width:8em; border:.05em solid #c6c6c6;padding-left:.2em}
.formSociosinfondo #formSocio select {padding-top:.03em}
.pintro {*padding-left:1.2em;margin-left:2.2em;padding-top:1em; padding-bottom:1em}
div.unbloquegris {float:left;width:52.5em;background:#f6f6f6;padding:1.5em;padding-bottom:.5em;margin-right:0;padding-right:0;}
div.seccionar {float:left;width:51.5em;margin-top:1em;margin-right:0;padding-right:0;}

.botonSubmitAzul{border: none;background-color: #5faee1;color: #FFF;margin: 0;cursor: pointer;font-size: .9em;padding-left:.9em;*padding: 0;}
.parael5y6 {*padding-left:.5em;}
	
.bloquesgrisoscuro {float:left;width:auto;padding:.3em .2em;padding-left:.6em;_padding-bottom:0;margin-left:0;margin-top:1em;background-color:#c6c6c6;color:#fff;font-weight:bold;}
.formSociosinfondo #formSocio .bloquesgrisclaro {float:left;width:25.1em;_width:25.3em;padding:.3em;padding-right:0;padding-left:1.5em;margin-top:0;background-color:#ebebeb;font-weight:bold;text-align:center}
.formSociosinfondo #formSocio .bloquesgrisclaro span, .formSociosinfondo #formSocio .bloquesgrisclarolargo span {vertical-align:middle}
.formSociosinfondo #formSocio .bloquesgrisclarolargo {float:left;width:50.5em;_width:51.4em;padding:.3em;padding-right:0;padding-left:0;margin-top:0;background-color:#ebebeb;font-weight:bold;text-align:center}

.consep {border-right:1em solid #f6f6f6;*border-right-width:.7em}
.consep2 {border-right:1.1em solid #f6f6f6;*border-right-width:.8em}
.formSociosinfondo #formSocio .el2 {width:23em;_width:23.7em;padding-left:0;text-align:center}
.formSociosinfondo #formSocio .bloquesgrisoscuro input {margin-left:.2em;font-weight:bold;padding-left:.2em;border:.05em solid #c6c6c6;height:1.3em}
.formSociosinfondo #formSocio .bloquesgrisoscuro label {vertical-align:middle}
.formSociosinfondo #formSocio .bloquesgrisoscuro .clabel {float:left;margin-top:.1em;*margin-top:.2em}
.formSociosinfondo #formSocio .bloquesgrisoscuro .clabel2 {float:left;*margin-top:-.2em;}
.formSociosinfondo #formSocio .bloquesgrisoscuro .clabel3 {margin-top:.1em;*margin-top:.2em}
div.separabloques {width:53.7em;_width:53.7em;height:2em;margin:0;border:0px solid #fff;padding:0;background:url(../imagenes/puntos.gif) repeat-x 50%;}

.et {vertical-align:middle;}
.et2 {margin-left:1.4em;_margin-left:1.55em;vertical-align:middle;}
.mascorto {width:22.2em;_width:22.7em;}
.mascorto label {padding-left:1em}

.simporte {margin-left:.05em}
.padcampo {padding-left:.5em}


/* 	nuevos estilos RESULTADO BUSQUEDA */

#contenedorPpal1 { width:70em; float: left;}

#contenedorPpal1_0 { width:100% _width:100%; float: left;}


		
	
#fondo_h2
	{
	
	width:68em;_width:68em; background-color:#ececec; border:0px solid #ddd; height:1.6em; padding:0px; font-weight:bold; line-height:1em; padding-top:.3em; padding-left: .5em;
	}

	

	
#cuerpoNoticia1{
		width: 90%; border:1px solid #000000;
	}
	
	/* estilos buscador cabecera */
	/* estilos buscador cabecera */
	
	



.q { border-left: .05em solid #9d9ca1; border-top: .05em solid #9d9ca1; border-right: .05em solid #f1efe2; border-bottom: .05em solid #f1efe2; padding: 0px; font-family: tahoma,verdana,arial,sans-serif; color:#3f4b57; padding-left:.2em; }

.q1 { border-left: .05em solid #9d9ca1; border-top: .05em solid #9d9ca1; border-right: .05em solid #f1efe2; border-bottom: .05em solid #f1efe2; padding: 0px; font-family: tahoma,verdana,arial,sans-serif; color:#3f4b57; padding-left:.2em; }
#formulario_cabecera{ color: #4f83ae; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; padding-left: 0em;    font-size: 1em;padding-top:0em; text-align:right; border:0px solid #eee;  height:1.8em; _height:1.8em; _margin-top:0em; margin-bottom:0em;  margin-top:0em; margin-right:0px;  float:left; z-index:999; 
}



.combo_cabecera { height:1.8em;  width:100px; color: #414b56; font-size:1.1em; border: 1px solid #ddd;   margin-left:0em; margin-top:0em; _margin-top:0em;  float:left;}

#rollover_cabecera
	{
color:#4c4c4c; font-weight:normal; _height: 1.5em;   vertical-align:middle; border: 0px solid #ddd; _padding-bottom:0em; padding-bottom:0em;  padding-top: 0em; _padding-top: 0em; margin-top:.4em;  _margin-top:0em; float:left;
margin-right:.1em;
	}
	
	/* cambios para portal Meta4*/
	
	.sinmargen {
		margin-bottom: 0px ! important;
	}
	
	/* fin de cambios para portal Meta4*/
	
/* solucion problemas multinavegador */
#pie.clearfix{clear:both;display:block;float:none;overflow:hidden;width:auto}
#cuerpo #contenedorPpal .capaCentrada{overflow:hidden;position:relative}
#cuerpo #contenedorPpal .capaCentrada ul{float:none;margin:0;overflow:hidden;padding:0}
*+html #cuerpo #contenedorPpal .capaCentrada ul{margin:0 0 0 3px}
#cuerpo #contenedorPpal .capaCentrada ul li{clear:right;display:block;float:left;list-style:none;overflow:hidden;position:relative;width:49.5%;min-width:26.5em;max-width:26.5em}
#cuerpo #contenedorPpal .capaCentrada ul li.impar{float:left;clear:left;display:table-column;margin-right:.8em}
*+html #cuerpo #contenedorPpal .capaCentrada ul li{float:right;clear:none;display:block}
*+html #cuerpo #contenedorPpal .capaCentrada ul li.impar{float:left;clear:both;margin-left:-3px;margin-right:0}
* html #cuerpo #contenedorPpal .capaCentrada ul li{float:right;clear:none;display:block}
* html #cuerpo #contenedorPpal .capaCentrada ul li.impar{float:left;clear:both;margin-left:-3px}
#cuerpo #contenedorPpal .capaCentrada ul li img{max-width:10.5em;width:10.5em}
#cuerpo #contenedorPpal .capaCentrada ul li dl dt span{left:18.8em;position:absolute;width:7.8em}
#cuerpo #contenedorPpal .capaCentrada ul li dl dd.masinfo{display:block;height:auto;width:13.2em}
#cabecera #infoCabecera{text-align:right;width:40em}
#cabecera #infoCabecera p a img{display:inline !important}
#cabecera #infoCabecera #logo-mutua{float:none}
#cabecera #infoCabecera #formulario_cabecera{float:none;position:relative;text-align:left}
#cabecera #infoCabecera #formulario_cabecera form{bottom:0;left:0;position:absolute}
#cabecera #infoCabecera #formulario_cabecera form input{border-top:1px solid #9d9ca1 !important;border-left:1px solid #9d9ca1 !important;border-bottom:1px solid #f1efe2 !important;border-right:1px solid #f1efe2 !important}
#cabecera #infoCabecera #formulario_cabecera #rollover_cabecera{bottom:3px;left:110px;position:absolute}
#cabecera #infoCabecera #formulario_cabecera #menuAyuda{float:right !important}
#formUsuario input#submit{bottom:.2em;left:10.6em;}
#cuerpo .destacado .punteado .clearfix{clear:both;overflow:hidden;position:relative;width:100%}
#cuerpo .destacado .punteado .clearfix dl.medio{clear:right;display:block;float:left;list-style:none;overflow:hidden;position:relative;min-width:25.5em;max-width:25.5em}
#cuerpo .destacado .punteado .clearfix dl.medio.impar{float:left;clear:left;display:table-column;margin-right:.8em}
/* fin de solucion problemas multinavegador */

.clearnone {
	clear: none;
}