@charset "utf-8";
/* Reset ---------------------------------- */
* {	margin: 0;padding: 0;}
body { color: #6c6d6d; font-family: Tahoma, Geneva, sans-serif; font-size: 62.5%; /*1em = 62.5% = 10px*/ text-align: center;/* Hack para que IE6 no de problemas */ font-family: Arial, Helvetica, sans-serif; }
ol, ul {list-style: none;list-style-type: none;}
img, a img {border: none;text-decoration: none; background-repeat: no-repeat;}
fieldset {border:none;}
label, button {	cursor: pointer;}
input:focus, select:focus, textarea:focus {	background-color: #FFF;}
input, textarea, select, button {font-size: 100%;font-family: inherit; border:none;}
table {	border-collapse:collapse;border-spacing:0;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal;}

/* -------------------Fin Reset ------------------ */
/* ------------------------------------------------*/

/* Generales */

a:link, a:visited { text-decoration:underline; color: #1a6dbb; }
a:hover { text-decoration: none;}
p { line-height: 15px; margin-bottom: 8px; }

select, option {
  behavior: url(/js/select-option-disabled-emulation.htc);
}
/*behavior: url(/css/iepngfix.htc);*/


/************/
body { background:#fff ; }

#paginaExterior { width: 100%; }
	#cabeceraExterior { overflow:hidden; width:100%; background:url(/img/interface/fnd-body-sup.jpg) repeat-x 0% 0%; text-align: left;} 
		#cabecera { position:relative; overflow:hidden; width:940px; height:212px; margin:0 auto; }
	#paginaContenido { overflow:hidden; width:100%; position: relative; z-index: 1;  }
		#contenedorInterior { overflow: hidden; width: 850px; margin:0 auto; padding: 0em 81px 15px 68px; text-align: left;}
			#interior { float: left; width: 526px; margin: 0px 42px 0px 42px; overflow: hidden; }
			#colDerecha { float: right; width: 239px; overflow: hidden; }
	#paginaPie { overflow:hidden; width:100%; }
		#pie { overflow: hidden; width:940px; margin:0 auto; color: #5a4934; text-align: left; -moz-border-radius: 5px 5px 5px; -webkit-border-radius: 5px 5px 5px; background-color: #e1dfdb; font-family:Tahoma, Geneva, sans-serif; }
		#pie p { float: left; font-size: 1.1em; color: #5a4934; }
		#pie ul { float: left; padding: 17px 0px 0px 0px;}
			#pie ul li { float: left; margin-right: 10px; padding: 0px 0px 0px 10px; font-size: 1.1em; background-image: url(../img/iconos/punto.gif); background-repeat: no-repeat; background-position: 0px 4px; }
			#pie ul li.noLista { background:none; }
			#pie ul li a#email { color: #ce7c16; }
			#pie ul li.facebook { margin-right:0; margin-top:-10px; padding-left:0; background:none; }	
			#pie p#politicaPrivacidad {margin-top: -15px; }
			#pie p#politicaPrivacidad a { margin-left: 10px; color: #9d9487; }
			

/*********************/

h1 { position:absolute; width:199px; height:198px; left:50%; margin-left:-100px; }
	h1 a:link, h1 a:visited { display:block; text-align: center; }
	h1 a img { vertical-align: top; border: none; }

#menuPrincipal { overflow:hidden; width:100%; height:92px; margin-top:120px; background:url(/img/interface/fnd-menu-principal.png) repeat-x; }
	#menuPrincipal a.menuHome { position:absolute; width:26px; height:20px; bottom:0px; left:0px; }
		#menuPrincipal a.menuHome img { vertical-align:top; border:1px solid #dfdbd4; border-bottom:none;}
		#menuPrincipal a.menuHome:hover img { border:1px solid #000; border-bottom:none;}
	#menuPrincipal a.menuConservas:link, #menuPrincipal a.menuConservas:visited { position:absolute; width:131px; height:91px; bottom:0px; left:100px; text-indent:-9999px; background:url(/img/interface/btn-menu-conservas.png) no-repeat; }
	#menuPrincipal a.menuConservas:hover { background:url(/img/interface/btn-menu-conservas-on.png) no-repeat;}
	#menuPrincipal a.menuProductos:link, #menuPrincipal a.menuProductos:visited { position:absolute; width:130px; height:91px; bottom:0px; left:231px; text-indent:-9999px; background:url(/img/interface/btn-menu-productos.png) no-repeat; }
	#menuPrincipal a.menuProductos:hover { background:url(/img/interface/btn-menu-productos-on.png) no-repeat;}
	#menuPrincipal a.menuFacebook:link, #menuPrincipal a.menuFacebook:visited { position:absolute; width:131px; height:91px; bottom:0px; left:580px; text-indent:-9999px; background:url(/img/interface/btn-menu-facebook.png) no-repeat; }
	#menuPrincipal a.menuFacebook:hover { background:url(/img/interface/btn-menu-facebook-on.png) no-repeat;}
	#menuPrincipal a.menuContacto:link, #menuPrincipal a.menuContacto:visited { position:absolute; width:130px; height:91px; bottom:0px; left:711px; text-indent:-9999px; background:url(/img/interface/btn-menu-contacto.png) no-repeat; }
	#menuPrincipal a.menuContacto:hover { background:url(/img/interface/btn-menu-contacto-on.png) no-repeat;}
	#menuPrincipal a.menuPuntosVenta:link, #menuPrincipal a.menuPuntosVenta:visited { position:absolute; width:131px; height:91px; bottom:0px; left:580px; text-indent:-9999px; background:url(/img/interface/btn-menu-puntos-de-venta.png) no-repeat; }
	#menuPrincipal a.menuPuntosVenta:hover { background:url(/img/interface/btn-menu-puntos-de-venta-on.png) no-repeat;}
		

/* fijos */
.migas { position:absolute; margin-top:0px; z-index:10;}
	.migas p { padding-left:5px; margin-bottom:0; line-height:25px; height:25px; }
		.migas p span { color:#77aaaa; }
		.migas p span.estaUsted { color:#cdcfcf; }
		.migas p a.inicio:link, .migas p a.inicio:visited { color:#77aaaa; text-decoration:none; }
		.migas p a.inicio:hover { text-decoration:underline;}
		.migas .seccion { text-transform:uppercase;}
			.migas p a.seccion:link, .migas p a.seccion:visited { color:#77aaaa; text-decoration:none;}
			.migas p a.seccion:hover { text-decoration:underline;}
		.migas p .pagina { color:#77aaaa;}


ul.libreriaFicheros li { }
	ul.libreriaFicheros li a { }
ul.libreriaFicheros li.word { padding: 3px 0 3px 20px; background: transparent url(/img/icons/icon_doc.gif) no-repeat 0px 2px;}
ul.libreriaFicheros li.excel { padding: 3px 0 3px 20px; background: transparent url(/img/icons/icon_xls.gif) no-repeat 0px 2px;}
ul.libreriaFicheros li.pdf { padding: 3px 0 3px 20px; background: transparent url(/img/icons/icon_pdf.gif) no-repeat 0px 2px;}
ul.libreriaFicheros li.zip { padding: 3px 0 3px 20px; background: transparent url(/img/icons/icon_archive.gif) no-repeat 0px 2px;}
ul.libreriaFicheros li.defecto { padding: 3px 0 3px 20px; background: transparent url(/img/icons/icon_txt.gif) no-repeat 0px 2px;}


.paginador{overflow:hidden; margin:10px auto; width:100%; text-align:right}
	.paginador span { color:#CE7C16; font-size: 0.9em; padding-right:10px; text-transform:uppercase;}
	.paginador div { display:inline; }
		.paginador a:link, .paginador a:visited{ padding:0; margin: 0 3px; color:#CE7C16; text-decoration: none; font-size: 0.9em;}
		.paginador a:hover, .paginador a.seleccionado{ font-weight:bold; }

div.paginacion a:link.volverListado, div.paginacion a:visited.volverListado { overflow: hidden; float:right; padding:2px 5px;margin: 0 3px;line-height:2em; background: #ffffff; border: 1px solid #c1c1c1;text-decoration: none; font-size: 1.1em;font-weight:bold;}
div.paginacion a:hover.volverListado {color:#CE7C16; background: #666666}

/* hack columnas iguales */
/*
#columnas { position:relative; overflow:hidden; width:100%;}
.col-1, .col-2, .col-3 { margin-bottom:-30000px; padding-bottom:30000px;}
*/

/***************************/
#colDestacadas { margin-top:30px;}
	#colDestacadas h2.titularDcha { margin-bottom:10px; font-size: 1.5em; font-weight:bold; color:#3c6e7b;}
	#colDestacadas a.destacada:link, #colDestacadas a.destacada:visited { display:block; width:190px; margin-bottom:10px; padding:4px 4px 10px 4px; background:#fff url(/img/interface/sombra-col-destacadas.png) no-repeat 0% 100%; text-decoration:none;}
		#colDestacadas a.destacada img { vertical-align:top; text-decoration:none;}
		#colDestacadas a.destacada .nombre { display:block; width:90%; margin:0 auto; font-size:1.4em; font-weight:bold; color:#1a4e4e; }
		#colDestacadas a.destacada .localizacion { display:block; width:90%; margin:0 auto; font-size:1.1em; color:#6eb7c2; }
	#colDestacadas a.destacada:hover { background:#008093 url(/img/interface/sombra-col-destacadas-on.png) no-repeat 0% 100%;}
		#colDestacadas a.destacada:hover .nombre { color:#ffffff; }
		#colDestacadas a.destacada:hover .localizacion { color:#6eb7c2; }

/***************/
/* Estilos para contenido proveniente de editor avanzado */
#interior .textoEditor { font-size: 1.1em; }
#interior .textoEditor h2 { padding: 0px 0px 20px 0px; color: #ce7c16; font-size: 1.8em; font-weight: normal; }
#interior .textoEditor em { color: #698190; font-style: normal; }

#interior .textoEditor p { padding: 0em 0em 5px 0em; }
#interior .textoEditor dl { margin: 0px 0px 0px 25px; color: #698190; overflow: hidden; clear: both; }
	#interior .textoEditor dl dt { float: left; padding: 0px 5px 0px 8px; text-transform: uppercase; background-image: url(../img/iconos/flechaLista.gif); background-repeat: no-repeat; background-position: 0px 4px; }
	#interior .textoEditor dl dd { padding: 0px 0px 10px 0px }
#interior .textoEditor ul { margin-bottom: 10px; margin-left: 10px; list-style-position:outside;}
	#interior .textoEditor ul li { margin-left: 20px; margin-bottom: 5px; list-style-type: disc; color: #698190; }
#interior .textoEditor ol { margin-bottom:10px; margin-left:20px;}
	#interior .textoEditor ol li { margin-bottom:3px; padding-left:5px; list-style-type:decimal;}
#interior .textoEditor .underline { text-decoration:underline;}
#interior .textoEditor .strikethrough { text-decoration:line-through;}

#interior .textoEditor h3 { margin-bottom: 30px; font-size: 1.4em; color: #2c3e49; }
#interior .textoEditor p.center { text-align: center;}
#interior .textoEditor p.left { text-align: left;}
#interior .textoEditor p.right { text-align: right;}
#interior .textoEditor img.left { float: left; margin-right: 10px; margin-bottom: 5px; }
#interior .textoEditor img.right { float: right; margin-left: 10px; margin-bottom: 5px; } 

#interior .textoEditor h3 { overflow: hidden; clear: both; }
#interior .textoEditor blockquote { font-style: italic; }

		  .textoEditor img { margin: 5px 10px 10px 0px; }

/* Estilos para contenido proveniente de editor avanzado SOLO en pagina editable */
#interior .paginaEditor { margin: 10px 0px 0px 0px; overflow: hidden; clear: both; }
#interior .paginaEditor h4 { margin-bottom: 10px; font-size: 1.2em; color: #2c3e49; }
#interior .paginaEditor ul { list-style: none; overflow: hidden; clear: both; }
#interior .paginaEditor ul li { color: #2c3e49; list-style: none; }
	/*#pagina .paginaEditor p { font-size: 1.1em; }
	#pagina .editable-7 h4.fragmento { font-family:Georgia, "Times New Roman", Times, serif; font-size:1.4em; font-style:italic; color:#757575;}
	#pagina .editable-7 .fincaPontania { color:#005e73;}
	.seccion-7 #colDcha { padding-top:70px;}*/

/* Estilos para módulos */
h2.titular { font-size: 1.8em; font-weight: bold; color: #2c3e49; }
h3.subtitular { margin-bottom: 15px; font-size:1.4em; color:#77aaaa;}
