
/* Reseteamos propiedades de estilos por defecto de navegadores*/
@import url("reset.css");

/* Estilos del HEADER y MENU PRINCIPAL */
@import url("cabecera.css");

/* Estilos de los content de la web. Comunes + Especificos */
@import url("content.css");

/* Estilos de formularios */
@import url("formularios.css");

/* Estilos del pie de p�gina */
@import url("pie.css"); 

/* Estilos de la pagina estatica */
@import url("estatica.css");

/* CSS basicos */

* {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 1em;
}

html {
height: 100%;
}

body {
font-size: 62.5%;
height: 100%;
background:#002b64;
}
body, input, select, textarea {
color: #3d3d3d;
font-family: Arial, Helvetica, sans-serif; 
}

h1{display:none}
h1, h2, h3, h4, h5 {
font-weight:normal
}

.head-menu-ventajas h2 {padding: 8px;}

a {
color:#002b64;
text-decoration: none;
}
a:hover {
text-decoration:none;
cursor:pointer;
color:#C1001F;
	
}
img {
	border: none;
}
hr, #skip {
	display: none;
}


p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: .5em;
}

code, pre {
  background:#000;
  font-weight:bold;
  color:#FFF;
  border:1px solid #ccc;
  display:block;
  overflow:auto;
  padding:10px;
  margin:0 0 12px 0;
  font-size:1.2em;
  font-family: "Courier New", Courier, monospace;
  /* white-space:pre */
  }
  

blockquote {
  background:#f2f2f2;
  color:#333;
  border:1px dotted #ccc;
  display:block;
  overflow:auto;
  padding:10px 10px 10px 20px;
  margin:0 0 12px 0;
  font-size:1.2em;
  }
  
#wrapper {
width:997px;
margin:0 auto;
overflow:hidden;
position: relative;
top:0px;
left:0px
}

.cfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.cfix {display: block;}
/* End hide from IE-mac */

.justify {text-align: justify;}


.xxss_actions {clear:both; position:relative;top:-14px;left:0px; float:right;width:210px;font-size: 1.2em;color:#002B64;font-weight:bolder;}
.xxss_actions p {text-align:right;position:absolute;right:0px;top:0px;}

ul#selector_language li a{padding-left:23px;background:transparent url('../img/flags.png') no-repeat left top;display:block;height:12px;text-decoration:underline;}
ul#selector_language li {float:left; margin-left: 10px;}
ul#selector_language li.flag_es a{background-position: 0px -24px;}

ul#selector_language li.flag_ca a {background-position: 0px -36px;}
ul#selector_language a.inactive {text-decoration:none;font-weight:bold;}

#auto-submit-star{width:400px;font-size: 1.2em;color:#002B64;font-weight:bolder;}

.modulo-description {clear:both;}




.listadestacados {
	clear: both;
	margin-top: 30px;
}

.listadestacados h2 {
   font-size: 2.7em;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: -12px !important;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #C1001F;
    color: #FFFFFF;
    margin-bottom: 12px;
    clear: both;
    height: 36px;
    line-height: 36px;
	padding-left: 1em;

}
.listadestacados .modulo-colSecundaria {float: left;}






#ventajas-searcher h3 {background-color:#F4D4BE; text-align: center; font-weight: bold; font-size: 16px;color:#C1001F; padding: 4px 0px;margin-bottom: 10px;}
#ventajas-searcher {border: 1px solid #F4D4BE; background-color: #F9E8DD;}
#ventajas-searcher fieldset {margin: 10px; padding-bottom: 10px;border-bottom: 1px dotted #F4D4BE;position:relative;}
#ventajas-searcher label.simple{text-transform: capitalize; color: #666666; display: inline; padding-left: 0.5em; font-size: 12px;font-weight: normal;}



#ventajas-searcher label.simple2 {color: #444444; display: inline; padding-right: 0.5em; font-size: 10px;font-weight: normal;}
#ventajas-searcher input.simple2 {color: #444444; display: inline; padding-right: 0em; font-size: 10px;font-weight: normal;width: 6em}

#ventajas-searcher label {margin-bottom: 1em;color: #333333; font-weight: bolder;}
#ventajas-searcher input.ranges{ background-color: transparent;
    border: 0;
    color: red !important;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: -2px;
    width: 100px;}

