@charset "utf-8";
/* CSS Document */
html, body{
    width: 100%;
    /*height: 100%;*/
	background-color:#e9e9eb;
	color:#6f6f6e;
	font-size:24px;
	
}

.responsive img{
	height:auto;
    width:100%;
	}
section{
	min-height: 100%;
	clear:both; 
	/*height:inherit; 
	width:inherit; */
}
	

section#cont-1{
	/*background-color:#1c9059;*/
}
section#cont-2{
	/*background-color:#f49d51;*/
/*	margin-bottom:15px;
	border-bottom:#A2A2A2 solid 1px;*/
}
section#cont-3{
	/*background-color:#dc1918;*/
}
section#cont-4{
	/*background-color:#bcce00;*/
}
section#cont-5{
	/*background-color:#b8c9d2;*/
}
.txt_justificado{ text-align:justify;}
.titulo{color:#499993;}
.img_der{ padding-right:30px;}

hr{
	 border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(135, 135, 135, 0.75), rgba(0, 0, 0, 0));
	}
hr.dash{
	 border: 2px dashed;
    height: 0px;
	}
	
.background_cafe{
	background-image:url(../imagenes/background_cafe.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFF;
	}
	
	/*
	Colores
	*/
	
	.naranja{
		color:#ee7336;
		}
	.naranja_md{
		color:#f49d51;
		}
		
		.azul{
		color: #005d8c;
			}
	.verde{
		color: #4b9c95;
			}
	.cafe{
		color: #a2998e;
			}
.verde_md{
	color: #1a95a6
	}

.container-fluid{
	width:90%;
	}
	
	
/* botones */
	.btncta {
    backface-visibility: hidden;
    background: none repeat scroll 0 0 #fc7a3c;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    height: auto;
    letter-spacing: 1px;
    line-height: 230%;
    margin: 30px auto;
    min-width: 260px;
    outline: medium none;
    overflow: hidden;
    padding: 1%;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btncta:before {
    font-family: "TPresupuestaria";
    font-size: 200%;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.btncta span {
    backface-visibility: hidden;
    color: #ffffff;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.btncta:hover:before {
    color: #ffffff;
    left: 0;
}
.btncta:hover span {
    display: inline-block;
    height: 100%;
    transform: translateX(200%);
    width: 100%;
}