@charset "utf-8";
/* CSS Document */
 
/*font-family: 'Josefin Slab', serif;*/ 
/*font-family: 'Pacifico', cursive;*/

body {	
	background:#fefefe;
	font-family:Arial, Helvetica, sans-serif;
    margin:0 auto 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	}
div {
	box-sizing:border-box;
	}
 
.telefono_big_sidebar{
	font-size:35px; 
	font-weight:100; 
	color: #F00; 
	letter-spacing:-3px;
	}

#menuuno li{
	display: inline;
	list-style-type: none; 
	padding:15px 34px 15px 0;
	}
	#menuuno li:hover{
		
	}
	
	#menuuno a{
		font-size:18px; 
		font-variant: small-caps; 
		font-weight: bold;
		color: #fff;
		text-decoration:none;
		}
	#menuuno a:hover {
		color: #fff;
		text-decoration:underline;
		}


.size_1{
	width:100%;
	display:block;
	clear:both; 
}
.size_1-2{
	width:49%; 
	display:inline-block;
	max-width:1300px; 
}
.size_1-3{
	width:32%; 
	display:inline-block;
	max-width:1300px; 
}
.size_2-3{
	width:65%; 
	display:inline-block;
	max-width:1300px; 
}
.size_1-4{
	width:24%; 
	display:inline-block;
	max-width:1300px; 
}
.size_3-4{
	width:74%; 
	display:inline-block;
	max-width:1300px; 
}
.size_1-7{
	width:14.2%; 
	display:inline-block;
	max-width:1300px; 
}
.size_10pc{
	width:10%; 
	display:inline-block;
	max-width:1300px; 
}
.size_20pc{
	width:20%; 
	display:inline-block;
	max-width:1300px; 
}
.size_40pc{
	width:40%; 
	display:inline-block;
	max-width:1300px; 
}
.size_50pc{
	width:50%;
	display:inline-block;
	max-width:1300px; 
} 
.size_60pc{
	width:60%; 
	display:inline-block;
	max-width:1300px;
	box-sizing: border-box;
}
.size_80pc{
	width:80%; 
	display:inline-block;
	max-width:1300px; 
}

.myButton {
	-moz-box-shadow:inset 0 1px 0 0 #fff6af;
	-webkit-box-shadow:inset 0 1px 0 0 #fff6af;
	box-shadow:inset 0 1px 0 0 #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:0 1px 0 #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton_green {
	-moz-box-shadow: 0 3px 0 -1px #e0e0e0;
	-webkit-box-shadow: 0 3px 0 -1px #e0e0e0;
	box-shadow: 0 3px 0 -1px #e0e0e0;
	background-color:#61C67C; 
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:17px 31px;
	text-decoration:none;
	text-shadow:0 1px 0 #2f6627;
}
.myButton_green:hover {
	background-color:#44c767;
}
.myButton_green:active {
	position:relative;
	top:1px;
}

.myButton_blue {
	-moz-box-shadow: 0 3px 0 -1px #e0e0e0;
	-webkit-box-shadow: 0 3px 0 -1px #e0e0e0;
	box-shadow: 0 3px 0 -1px #e0e0e0;
	background-color:#348FAD;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:17px;
	padding:17px 31px;
	text-decoration:none;
	text-shadow:0 1px 0 #348FAD;
}
.myButton_blue:hover {
	background-color:#5FB6D3;
}
.myButton_blue:active {
	position:relative;
	top:1px;
}
.myButton_grey {
	-moz-box-shadow: 0 3px 0 -1px #e0e0e0;
	-webkit-box-shadow: 0 3px 0 -1px #e0e0e0;
	box-shadow: 0 3px 0 -1px #e0e0e0;
	background-color:#eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ddd;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:Arial;
	font-size:17px;
	padding:17px 31px;
	text-decoration:none;
	text-shadow:0 1px 0 #ddd;
}
.myButton_grey:hover {
	background-color:#fefefe;
}
.myButton_grey:active {
	position:relative;
	top:1px;
}


.ximput{
	width:90%; 
	max-width:400px;
	min-width:300px;
	height:30px;  
	float:left;
	padding:8px 5%;
	margin:0 0 20px 0; 
	
	border:1px solid #ddd; 
	font-size:16px; 
	font-weight:100; 
	text-align:left; 
	color:#333;
}

.ximput_v2{
	width:90%;  
	margin:0; 
	padding:4% 5%;
	margin-bottom:5px; 
	border:1px solid #ddd; 
	border-radius:3px;
	box-shadow: 1px 2px 3px #eee;
	
	font-family: Helbetica, Tahoma, Arial;
	font-size:16px; 
	font-weight:100;
	text-align: left; 
	color:#333;
	}
	.ximput_v2:focus{ 
	border:1px solid #A9E2F3;  
	}

 
 
/*------------*/

#ruta{
	line-height:20px;
	font-size:13px;
	}	
	
#ruta a{	
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-variant:small-caps;
	font-weight:100;
	text-decoration:none;
	}
#ruta a:hover{	
	color:#f60;
	text-decoration:none;
	}
	
#breadcrum{ 
	margin:10px 0;  
	}
	#breadcrum .breadcrum_item{
		display:inline-block;
		margin: 0;  
		padding: 0; 
		/* border:1px solid #e8e8e8; 
		padding:8px 20px 8px 15px;
		background:#f03; */ 
		}
	#breadcrum .fa-chevron-right{ 
		display:inline-block;
		font-size: 10px;
		margin: 0 5px 0 5px;  
		color: #666;
		} 
	#breadcrum .actived a{   
		color: #222 !important;
		} 
	
.iva{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	font-weight:100;
	}
.iva a{
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	text-decoration:none;
	}
.iva a:hover{
	color: #ee3942;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	text-decoration: none;	
	}


/*--------------imagen aspas molino-----------------*/
#container{ 
	position: relative;
	}	

#container .aspas {
	position:absolute;
	left:250px;
	top:92px;
	}




/*------------imagen ofertas instalacion-------------*/
#container-instalacion{ 
	position: relative;
	}	

#container-instalacion .instalacionincluida{
	position:absolute;
	right:15px;
	top:-17px;
	z-index:100;
	}




/*-------------Diposición de contenido---------------*/
#maincontainer{ 
	margin:1px auto 0 auto; 
	border:1px solid #ddd;
	background:#fff;
}
#mainbar{  
	padding:40px 15px 60px 15px;
	text-align:justify;
	margin-bottom:30px;
}
#sidebar{  
	margin:0;
	padding:60px 15px; 
}
#resumen_container{ 
	border:1px solid #ccc;
	background:#fefefe;
	}
	#resumen_container #resumen_title{ 
		background: #333; 
		text-align: center; 
		line-height: 45px; 
		color: #fff; 
		font-size: 25px; 
		font-weight: bold; 
		border-bottom: 1px solid #999;
	}
	#resumen_container #resumen_body{ padding:20px 3%;
	}

.cuadro-side{
	width:96%;
	height:auto;
	padding:2% 2%;
	margin:20px -5% 40px 0 !important;
	background:#fff;
	border:1px solid #ccc;
}
.cuadro-side .big_titulo_busqueda{
	width:100%;
	height:auto;
	padding:2% 2%;
	margin:-2.1% 0 0 -2.1%;
	text-align:center;
	border:1px solid #f03;
	background:#f03;
}


/*--------------------------------------------------------*/

input[type=checkbox]{
  /* 1.3 times Checkboxes volume */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  padding: 10px;
}

input[type=radio]{
  /* 1.3 times Checkboxes volume */
  -ms-transform: scale(1.1); /* IE */
  -moz-transform: scale(1.1); /* FF */
  -webkit-transform: scale(1.1); /* Safari and Chrome */
  -o-transform: scale(1.1); /* Opera */
  padding: 10px;
}


/*-------------------menus-es-----------------------*/
#menusocial li {
display: inline;
list-style-type:  none;
padding-right: 5px;
}


#menufoot li {
	display: inline;
	list-style-type:  none;
	padding-right: 5px;
	display:inline-block;
	vertical-align: baseline;
	} 
	#menufoot a {
		font-size:14px; 
		font-variant:small-caps; 
		color: #666;
		text-decoration:none;
		padding:5px;
		} 
		#menufoot a:hover {
			/*color:#e10004;*/
			color:#333;
			background:#fff;
			border:0 solid #c00;
			border-radius:1px;
			}

#telefonos li {
list-style-type: square;
line-height:25px;
font-size:15px; 
font-variant:small-caps; 
font-weight:bold;
color: #999999;
}

.ntelefonos {
list-style-type: none;
text-align:left;
font-size:22px; 
font-weight:bold;
color: #e10004;
}



/*---------------cajas-------------------------*/
/*
.columnacontacto {
	width:100%; 
	margin-bottom:25px;
	padding:10px;
	border:1px #ccc solid;
	background:url(../img/fondo-columna-contacto.png) repeat;
	text-align:justify; 
	height:auto;
	color: #e10004;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
*/
.columnacontacto {
	width:100%;
	height:auto;
	padding:15px;
	margin-bottom:25px;
	border:1px #3b220a solid;
	background:#f7f7f7;
	text-align:justify; 
	color: #e10004;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


.enviocorreo {
	background:url(../img/top.png) top no-repeat; 
	width:300px; 
	padding:5px; 
	font:Arial; 
	font-size:16px; 
	font-weight:bold; 
	color:#fff; 
	font-variant:small-caps;
	text-align:justify;
	
	/*border-top-left-radius:15px;
	border-top-right-radius:15px;
	-moz-border-top-radius:15px;
	-webkit-border-top-radius: 15px;*/
	
	font-family: arial; 
	font-size:18px; 
	color: #ffffff; 
	text-decoration: none;
}

.enviocorreo:hover {
	cursor: pointer;
	text-decoration: underline;
	}



.listin{
list-style:url('../img/flecha.gif') ;
}
.listin:hover{
list-style: url('../img/flecha2.gif');
}

.listin2{
list-style:circle;
}
	


.container-title{
	margin:30px 0 20px -27px;
	width:auto;
	}
.title-a{
	background: url(../img/bg-izq.png) no-repeat top left; 
	width:11px; 
	height:80px; 
	float:left
	}
.title-b{
	background: url(../img/bg-centro.png) repeat-x top left; 
	padding-left:30px; 
	width:auto; 
	height:80px; 
	float:left
	}
.title-c{
	background: url(../img/bg-der.png) no-repeat top right; 
	width:110px; 
	height:80px; 
	float:left
	}
/*

<div class="container-title"><div class="title-a">&nbsp;</div><div class="title-b">
<h3><strong>Instalaci&oacute;n Saunier Duval</strong> en Madrid</h3>
</div><div class="title-c">&nbsp;</div><div style="clear:left"></div></div>
*/



.container-title-side{
	margin:30px -28px 10px -25px;
	width:auto;
	}

.title-a-side{
	background: url(../img/bg-izq.png) no-repeat top left; 
	width:11px; 
	height:80px; 
	float:left
	}
.title-b-side{
	background: url(../img/bg-centro.png) repeat-x top left; 
	padding-left:0; 
	width:310px; 
	height:80px; 
	float:left
	}
.title-c-side{
	background: url(../img/bg-der-side.png) no-repeat top right; 
	width:11px; 
	height:80px; 
	float:left
	}

/*--------------------------------------------------*/
		
.big_titulo_busqueda{
	width:100%;
	height:30px;
	line-height:30px;
	padding: 5px 5px 5px 10px;
	margin: 20px 0 10px 0;
	position:relative;
	clear:both;
	
	background: #ef3a43; 
	border-bottom:1px solid #ccc;
	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight:100;
	font-variant: normal;
	letter-spacing:1px; 
	text-align:left;
	}
	
	/*
	.big_titulo_busqueda .flechax{
		 border-style:solid; 
		 border-width:5px; 
		 border-color: #a80101 transparent transparent #a80101; 
		 width:0; 
		 background:transparent; 
		 position:absolute; 
		 right:1px; 
		 top:40px; 
		}
	.big_titulo_busqueda .flechay{
		 border-style:solid; 
		 border-width:20px; 
		 border-color:transparent transparent transparent #fff; 
		 width:0; 
		 background:transparent; 
		 position:absolute; 
		 left:-1px; 
		 top:0; 
		}
	*/

/*------------------textos--------------------------*/
h1{
display: inline;
font-size:40px; 
font-variant: normal; 
color:/* #e10004*/ #555;
font-weight:100;
}

h2{
font-family: Arial, Helvetica, sans-serif;
display: inline;
font-size:25px; 
font-variant: normal; 
color: #999999;
font-weight:100;
}

/*h3{
color: #e10004;
}*/

h3{
	color:#574739;
	font-size:20px;
	margin:50px 0 0 -16px;
	padding:10px 0 10px 16px;
	/*border-left:3px solid #d2cdbe;*/
	/*border-bottom:2px solid #e9e9e9;*/
	}

h4{
font-family: Arial, Helvetica, sans-serif;
display: inline;
font-size:25px; 
font-variant: normal; 
color: #999999;
font-weight:100;
}

.titulin{
font-size:24px;
color: #e10004;
}

.titulin-blanco{
	padding-top:30px;
	font-size:20px;
	color: #FFF;
	font-weight:bold;
}


.titulo{
	font-family: 'Josefin Slab', serif;
	font-size:3em;
	font-weight:100;
	text-align: left;
	color: #333;
	margin-bottom:15px;
	letter-spacing:-1px;
	line-height:1em;
	}

.parrafada{
	font-family: 'Josefin Slab', serif;
	font-size:1.2em;
	font-weight:100;
	text-align: justify;
	color: #666666;
	margin-bottom:15px;
	}
	
.textin{
	text-align: justify;
	font-size:15px; 
	color: #666666;
	margin-bottom:15px;
	}
.big_telephone{
	font-size:38px;
	color: #f03;
	letter-spacing:-2px;
	font-weight:bold;
	}
.tik-saunier{
	padding-left:25px; 
	background:url(../img/tik.png) left no-repeat; 
	font-weight:bold; 
	color: #e10004;
	}

.tachado{
	font-size:14px; 
	font-weight:bold; 
	text-decoration:line-through; 
    color:#F00;
	}

.textin-blanco{
	text-align: justify;
	font-size:15px; 
	color: #fff;
	margin-bottom:15px;
	}
 
.brawn{
	color:#574739;
	}
 
.red-bold{
	font-size:14px; 
    color:#f00;
	}

.contactext{
	list-style-type:none;
	text-align: left;
	font-size:15px; 
	color: #e10004;
	margin-bottom:15px;
	}

.footcontat{
	text-align: justify;
	font-size:11px; 
	color: #e10004;
	}

/*-----------------bloques ----------------------*/
.titulo_bloque{ 
	padding:15px 2%;
	margin:20px 0 0 0;
	cursor:pointer;
	border:1px solid #d5d1ca; 
	background:#f9f7f4;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*box-shadow:1px 1px 3px #ccc;*/
	}
	.titulo_bloque span{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:18px;
		color:#333;
		font-weight:bold;
		text-decoration:none;
	}
	.titulo_bloque .icons{
		float:right;
		margin:0 5px 0 0;
		font-size:25px;
		color:#d5d1ca;
	}
.bloque_info{ 
	min-height:30px;
	padding:30px 3%;
	border:1px solid #ccc;
	display:none; 
	min-width:400px;
	background:#fdfdfd;
	/*box-shadow:1px 1px 3px #ccc;*/
	}

/*-----------------Fondos--------------------------*/
.fondogris{
	background:#fff; /*EB5353*/  
	border-bottom: 2px solid #ccc;
	}

.fondo_top_img{
	margin:0 auto;   
	background: #fefefe;
	background: -moz-linear-gradient(left, #fefefe 0%, #fdfdfd 100%); /*ddd9d0*/
	background: -webkit-gradient(left top, right top, color-stop(0%, #fefefe), color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(left, #fefefe 0%, #fdfdfd 100%);
	background: -o-linear-gradient(left, #fefefe 0%, #fdfdfd 100%);
	background: -ms-linear-gradient(left, #fefefe 0%, #fdfdfd 100%);
	background: linear-gradient(to right, #fefefe 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fdfdfd', GradientType=1 ); 
	}
	
.fondogrisdue{ 		/*background:url(../img/fondo-menu-x1.png) top left repeat-x;*/
	border-top:solid #ccc 1px;
	border-bottom: solid #e10004 0;
	}
	
.fondofooter{
	background:#EB5353;
	border-top:1px solid #fff;
	border-bottom:2px solid #ccc;
}


.fondobajo{
	background: url(../img/fondo-bajo.png) bottom left repeat-x;
	/*border: dashed #cccccc 1px;*/
}

.fondoblanco{
	background:#ffffff;
}

.footer{
	text-align: justify;
	font-size:11px;
	color: #666666; 
	padding:10px;
	} 
.footer li{
	list-style:none;
	}


.cuadrolink{margin-bottom:15px;padding:8px 12px 0 12px;text-align:justify;width:250px;background:#F9FCFD;border:1px solid #ecedef;border-radius:2px;height:auto}.cuadrolink:hover{background:#fff;background:-webkit-linear-gradient(#F9FCFD, #fff);background:-moz-linear-gradient(#F9FCFD, #fff);background:-o-linear-gradient(#F9FCFD, #fff);background:linear-gradient(#F9FCFD, #fff)}

.linea{
	 width:100%; 
	 color:#e9e9e9; 
	 margin-top:30px; 
	 margin-bottom:30px;
}

.info{	
	width:100%;
	height:auto;
	border-bottom:1px dotted #999;	
	padding:10px 0 10px 0;
	}
	
.separador-contact{
	height:60px; 
	float:left; 
	width:1px;
	}
	
.info-web{
	width:110px; 
	float:left;
	background:url(../img/info-contact.png) no-repeat;
	background-position:8px -102px;
	padding-left:40px;
	font-weight:bold;
	}

.info-direccion{
	width:110px; 
	float:left;
	background:url(../img/info-contact.png) no-repeat;
	background-position:8px -1px;
	padding-left:40px;
	font-weight:bold;
	}
	
.info-telefono{
	width:110px; 
	float:left;
	background:url(../img/info-contact.png) no-repeat;
	background-position:8px -80px;
	padding-left:40px;
	font-weight:bold;
	}
	
.info-email{
	width:110px; 
	float:left;
	background:url(../img/info-contact.png) no-repeat;
	background-position:8px -22px;
	padding-left:40px;
	margin-bottom:10px;
	font-weight:bold;
	}
 
 
#bloque5 ul{list-style:none; line-height:25px;}
#bloque5 ul li{margin-bottom:10px; cursor:pointer; padding:10px 15px; border:1px solid #eee;}
#bloque5 ul li input[type=radio]{ margin-right:15px; }




/*Links */
.linknormal a {font-family: arial; font-size:15px; color: #333; text-decoration: none;}
.linknormal a:hover {font-family: arial; font-size:15px; color: #111; text-decoration: underline;}

.linknormal.blanco a,a:hover {color: #fff;}
.linknormal.green a,a:hover {color: #3c6;}
.linknormal.grey a,a:hover {color: #888;}

.linklista a {font-family: arial; font-size:15px; color: #666666; text-decoration: none;}
.linklista a:hover {font-family: arial; font-size:15px; color: #348FAD; text-decoration: underline;}

.linklast a {font-family: arial; font-size:11px; color: #666666; text-decoration: none;}
.linklast a:hover {font-family: arial; font-size:11px; color: #348FAD; text-decoration: underline;}

.linkout a {
	font-family: arial; 
	font-size:12px; 
	color: #999; 
	text-decoration: underline;
	padding-right:16px;
	background:url(../img/blank.png) no-repeat right top;
	}
.linkout a:hover {
	color: #348FAD; 
	text-decoration: none;
	}

.linkfacebook a {
	text-align: justify;
	font-weight:bold;
	font-size:15px; 
	color: #036;
	text-decoration:none;
	}
.linkfacebook a:hover {	
	text-decoration: underline;
	}
 
img.gris{ 
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */
 
	-khtml-opacity:.60; 
	-moz-opacity:.60; 
   	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
	opacity:.60; 
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
img.gris:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none; 
	
	-khtml-opacity:1; 
	-moz-opacity:1; 
   	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	opacity:1; 
	} 
	
	#ventana_financia{
		width:50%;
		max-width:600px;
		height:auto;
		display:block; 
		position:fixed; 
		top: 5%; 
		left:25%; 
		padding:5% 5% 1% 5%; 
		background:#fff; 
		border:1px solid #ddd; 
		box-shadow:0 4px 1px #eee; 
		z-index:99; 
		display:none;
	}
/*------------------ -----*/
@media screen and (max-width: 600px) {
	body {
		background-color: #eee;
	} 
	.movilhide{display:none !important}
	.movilshow{display:block !important}
	
	.size_1{
		width:100%; 
		clear:both; 
	}
	.size_1-2{
		width:100%;
	}
	.size_1-3{
		width:100%;
	}
	.size_2-3{
		width:100%;  
	}
	.size_1-4{
		width:100%;
	}
	.size_3-4{
		width:100%;
	}
	.size_1-7{
		width:25%;
		float:left;
	}
	.size_10pc{
		width:10%;
		float:left;
	}
	.size_20pc{
		width:20%;
		float:left;
	}
	.size_40pc{
		width:60%;
		float:left;
	} 
	.size_50pc{
		width:50%;
		float:left;
	} 
	.size_60pc{
		width:100%;
	}
	.size_80pc{
		width:100%;
		display:block;
	}
	#mainbar{
		padding:50px 5px;
		min-width:400px;
		}
	#sidebar{
		display:none;
		width:100% !important;
		min-width:400px;
		position:fixed;
		bottom:0;
		left:0;
		margin:0 auto;
		padding:0;
		} 
		#sidebar > .size_1{
			width:33%; 
			min-width:30%;
			float:left; 
			display:inline-block; 
			background:#3c9;
		}
		#sidebar .size_40pc{
			width:50%; 
			min-width:30%;
			display:inline-block; 
			float:left; 
			background:#f03; 
		}
		#sidebar .size_60pc{
			width:50%; 
			min-width:30%;
			display:inline-block; 
			float:left; 
			background:#f60; 
		}  
	#conceptos_total .size_1 .size_2-3{
		width:50%;
		float:left;
	}
	#conceptos_total .size_1 .size_1-3{
		width:50%;
		float:left;
	}		
	#ventana_financia{
		width:97%; 
		height:auto;
		display:block; 
		position:fixed; 
		bottom:10%; 
		left:2%; 
		padding:8% 5% 1% 5%; 
		background:#fff; 
		border:1px solid #ddd; 
		box-shadow:0px 4px 1px #eee; 
		z-index:99; 
		display:none;
		box-sizing:border-box;
	} 
}