
.valores_indicadores1 {
	position: absolute;
	width:100%;
	bottom:0px;
	z-index:2;
}

.valores_indicadores2 {
	border: solid 0px rgba(255, 255, 255, .4);
	position: relative;
	background: rgba(9,77,12,.9);

	color: #fff;
	font-size:11px;
	padding: 10px 10px;
	letter-spacing: 3px;
}

@media (min-width:769px) and (max-width:991px) {
.letra_chica1{
	font-size:15px;
}
.letra_chica2{
	font-size:19px;
}
}

@media (max-width:768px) {
.valores_indicadores1 {
	position: relative;
	//height:auto;
}
.letra_chica1{
	font-size:15px;
}
.letra_chica2{
	font-size:19px;
}
}

/*-------------captcha-----------------*/

.tam_img_captcha {
width:170px;
height:60px;
}

.tam_img_captcha2 {
width:57px;
height:57px;
}

/*-------------captcha-----------------*/


/*-------------opacidad fotos-----------------*/

a.opacidad_fotos:link img{
top:0px;
opacity:1.0;
filter:alpha(opacity=100);
}

a.opacidad_fotos:visited img{
top:0px;
opacity:1.0;
filter:alpha(opacity=100);
}

a.opacidad_fotos:active img{
top:0px;
opacity:1.0;
filter:alpha(opacity=100);
}

a.opacidad_fotos:hover img{
top:0px;
opacity:0.95;
filter:alpha(opacity=95);

-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}

img.opacidad_fotos_img:hover{
top:0px;
opacity:0.95;
filter:alpha(opacity=95);

-moz-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}

/*-------------opacidad fotos-----------------*/


/*-------------media types-----------------*/

@media (max-width:350px) {
.esc_res_phone1{display:none;}
.mos_res_phone1{display:visible;}
}

@media (min-width:351px) and (max-width:480px) {
.esc_res_phone2{display:none;}
.mos_res_phone2{display:visible;}
}

@media (min-width:481px) and (max-width:768px) {
.esc_res_tablet1{display:none;}
.mos_res_tablet1{display:visible;}
}

@media (min-width:769px) and (max-width:991px) {
.esc_res_tablet2{display:none;}
.mos_res_tablet2{display:visible;}
}

@media (min-width:992px) {
.esc_res_pc1{display:none;}
.mos_res_pc1{display:visible;}
}

/*-------------media types-----------------*/


/*--------elturf scroll top--------*/

#scroll_top_pagina{
z-index:100;
width:40px;
height:40px;			
opacity:0.8;
position:fixed;
right:10px;
bottom:10px;
display:none;
background-image:url(generales_imagenes/boton_scroll_subir.png);
}

#scroll_top_pagina:hover{
opacity:1;		
}

/*--------elturf scroll top--------*/


/*-------------video responsivo elturf-----------------*/

.video-container-elturf {
position:relative;
padding-bottom:56.25%;
overflow:hidden;
max-width:100%;
height:auto;
}

.video-container-elturf iframe,
.video-container-elturf object,
.video-container-elturf embed {
position:absolute;
top:0;
left:0;
width:100%;
height: 100%;
}

/*-------------video responsivo elturf-----------------*/

