/* ESTILOS GENERALES */
body{

	font-family: Muli, Arial, sans-serif;
	font-size:0.8em;
	text-align:left;
	color:#404040;
	padding:0px; 
	margin:0px;
}
h1{
	font-size:1.3em;
	color:#024ea2;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2{
	font-size:1.1em;
	color:#024ea2;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
}
h1.none{
	font-size:0.1em;
	border:0;
	padding:0;
	margin:0;
}
p{
	margin-bottom:0px;
	padding-bottom:0px;
}

/* MENUS */
div.menu{
	width:980px;
	height:20px;
	margin-top:5px;
	background: #fbba00 url(../images/fondo-menu.gif) top left repeat-x;
}
div.menu_pags{
  	float:left;
	text-align:left;
	font-size:1.0em;
	color:#ffffff;
	padding-left: 8px;
	padding-right: 8px;
	margin:0px;
	border-right:2px solid #ffffff;
}
div.menu_idioma{
	text-align:left;
	width: 20px;
	border:0; 
	margin-right:6px;
}
img.menu_idioma{
	width: 20px;
	border:0; 
}
img.menu_idioma_izq{
	width:20px;
	border:0;
	margin-left:4px;
}

/* ESTILOS DE PGINA */
div.spacer{
	clear:both;
}
div.page{
	width:100%;
	text-align:justify;
	background: #fbba00 url(../images/fondo-1.jpg) top left repeat-x;
}
div.page_cont{
	width:980px;
	margin:0 auto 0 auto;
}
div.logo{
	width:980px;
	height:225px;
	margin:0 auto 0 auto;
	background: url('../images/fondo_cabecera.jpg') top left no-repeat;
	padding:0px;
}
div.logo1{
	width:980px;
	margin:0 auto 0 auto;
	text-align:center;
}
div.logo1 img{
  	max-width:980px;
}
div.cuerpo{
	margin:0 auto 0 auto;
	font-size:1em;
	text-align:justify;
	width:980px;
	background-color:#ffffff;
	height:100%;
	padding:12px;
	margin-top:10px;
	
}
div.contenido{
  	height:100%;
	min-height:600px;
}
div.contenido2{
  	float:left;
  	width:480px;
}
div.banners{
  	float:right;
  	width:241px;
  	text-align:right;

}
div.banners2{
  	float:left;
  	width:241px;
  	text-align:left;

}
div.banner_lat{
  	height:113px;
    	margin-top:1px;
}
div.banner_lat img{
	width:230px;
}
p img{
	border:1px solid #808080;
	padding:2px;
}

ul{
	list-style-type:none;
	padding-left:10px;
	font-size:0.8em;
	font-family:Muli, Verdana,Arial;
}
ul.newsl{
  padding: 3.0em 3.0em 3.0em 3.0em;
  font-size:16px;
  line-height:20px;
}
ol{
	list-style-type:none;
	padding-left:10px;
	font-size:0.8em;
	font-family:Muli, Verdana,Arial;
}
li{
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url('../images/flecha.gif') center left no-repeat;
	background-position:top left;

}
ul.newsl li{
  margin-bottom:20px;
  padding-left: 20px;
  background: url('../images/flecha2.png') center left no-repeat;
	
}

.peque{
  	font-size:0.8em;
}
p.peque{
  	font-size:0.9em;
}
/* ENLACES */
a{
  text-decoration:none;
  color:#404040;
	font-weight:bold;
}
a:hover{
	color:#a50000;
}
a.menu_p_pags, a.menu_p_pags_activo{
	text-decoration:none;
	font-size:0.9em;
	color:#ffffff;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	display: block;
}
a.menu_p_pags_activo{
	color: #fbba00;
}
a.menu_p_pags:hover{
	color: #fff;
}
a.menu_p_pags_activo:hover{
	color: #fff;
}
a.menu_p_idioma{
	text-decoration:none;
	display:block;
	font-size:0.8em;
	color:#CDD1CE;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:2px;
	font-family:Verdana,Arial;
}

/*BOTONES*/

.a_btn_azul, .a_btn_azul_dedo {
	background-color:#3bb3e0;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:5px 10px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	cursor:pointer;
}

.a_btn_azul:active, .a_btn_azul_dedo:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_btn_azul::before, .a_btn_azul_dedo::before {
	background-color:#2591b4;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_btn_azul:active::before, .a_btn_azul_dedo:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}
.a_btn_azul:hover, .a_btn_azul_dedo:hover{
  	color:#fbba00;
}
.a_btn_azul_dedo::before {
	background-color:#2591b4;
	background-image:url(../images/right_finger.png);
	background-repeat:no-repeat;
	background-position:center center;
}
/*FORMULARIOS*/
	
	/* general form styling */
	
	fieldset{
		margin:0;
		padding:0;
		border:none;
		}
	legend{
		display:none;
		}	
	input, textarea{
		font:11px Arial, Helvetica, sans-serif;
		background-color:#e0e9f4;
		border:1px solid #d3cf73;
		}				
	textarea{
		overflow:hidden;
		height:50px;
		margin:0;
		}						
	
	/* our comment form */
	
	#contactForm input, #contactForm textarea{
		border:1px solid #d3cf73;	
		width:100%;
		background-color:#e0e9f4;
	}
								
	
	/* text field classes */
	
	#contactForm .inactive{
		color:#999;
		}	 
	#contactForm .active{
		color:#000;
		}	 		
	#contactForm .focused{
		color:#000;
		background:#fffee7;
	}
	
	.a_btn_azul2 {
		background-color:#3bb3e0;
		padding:10px;
		padding-top:2px;
		padding-bottom:2px;
		position:relative;
		font-family: 'Open Sans', sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#fff;
		border: solid 1px #186f8f;
		background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
		background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(44,160,202)),
		color-stop(1, rgb(62,184,229))
		);
		-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
		box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
	}
	

	
	.a_btn_azul2:active {
		padding-bottom:2px;
		padding-left:10px;
		padding-right:10px;
		padding-top:2px;
		top:1px;
		background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
		background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
		background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(62,184,229)),
		color-stop(1, rgb(44,160,202))
		);
	}
	
/*TABLAS*/

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
div.descarga_ultimo{
    margin-top:10px;
    margin-left:0px;
    font-size:16px;

}
div.descarga_ultimo a{
    color:#ffffff;
    background-color:red;
    padding-left:6px;
    padding-right:6px;
}
div.descarga_ultimo a:hover{
    background-color:#c0c0c0;
}
.msgcookie{
  display:block;
  position:fixed;
  bottom:0;
  height:50px;
  width:100%;
  background:rgba(0,0,0,0.8);
  color:#fff;
  font-size:11px;
  font-family:sans-serif
}
.msgcookie p{
  width:960px;
  margin:0 auto;
  background:url('/js/cookie.png') 0 0 no-repeat;
  padding:10px 0 0 30px
}
.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited,.msgcookie p a:hover{
  color:#fff
}
.msgcookie a.close{
  float:right;
  display:block;
  width:40px;
  height:50px;
  background:url('/js/cookie.png') 0 -45px no-repeat;
  overflow:hidden;
  text-indent:-80px;
  opacity:0.5;
  margin:0 0 0 40px
}
a.close:hover{
  opacity:1
}
div.tipo_oro{
  float:left;
  margin:0px;
  padding:0px 16px 0px 16px;
  text-align:left;
  margin-left:6px;
  font-size:0.8em;
  background-color: #fdbc00;
  color:#ffffff;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #ffffff;
}
div.color_oro{
  border-top:1px solid #fdbc00;
  margin-left:6px;
  margin-right:6px;
}

div.tipo_plata{
  float:left;
  margin:0px;
  padding:0px 16px 0px 16px;
  text-align:left;
  margin-left:6px;
  font-size:0.8em;
  background-color: #dbdad8;
  color:#969696;;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #ffffff;
}
div.color_plata{
  border-top:1px solid #dbdad8;
  margin-left:6px;
  margin-right:6px;
}

div.tipo_bronce{
  float:left;
  margin:0px;
  padding:0px 16px 0px 16px;
  text-align:left;
  margin-left:6px;
  font-size:0.8em;
  background-color: #c28e0b;
  color:#ffffff;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border: 0px solid #ffffff;
}
div.color_bronce{
  border-top:1px solid #c28e0b;
  margin-left:6px;
  margin-right:6px;
}
