@charset "UTF-8";

body{
	margin:0px;
}

.page {
	width: 1200px;
	margin: auto;
}
	
.header {
	width: 1200px;
	margin: auto;
	height: 365px;
	font-size: 18px;
}
	
.text_bienvenida  {
	float: left;
	width: 735px;
	height: 300px;		
}

.menus  {
	float: right;
	padding: 20px 50px 0px 0px;
	width: auto;
	height: 300px;
}
	
.contadores  {
	float: left;
	width: 420px;
	height: 300px;
	padding-top: 40px;
	margin-left: 75px;
}


.cifra1  {
    float: left;
    width: 170px;
    height: 70px;
    background-color: #dd9b31;
    font-family: 'Roboto', sans-serif;    
	font-weight: 400;
    font-style: normal;
	font-size: 46px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.cifra2  {
    float: left;
    width: 170px;
    height: 70px;
    background-color: #5dafdb;
    font-family: 'Roboto', sans-serif;    
	font-weight: 400;
    font-style: normal;
	font-size: 46px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.cifra3  {
    float: left;
    width: 170px;
    height: 70px;
    background-color: #559e3f;
    font-family: 'Roboto', sans-serif;    
	font-weight: 400;
    font-style: normal;
	font-size: 46px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.text1_cifra  {
    float: left;
    width: 250px;
    height: 20px;
	padding: 8px 0px 0px 15px;
    font-family: 'Roboto', sans-serif;    
	font-weight: 300;
    font-style: normal;
	font-size: 10px;
	color: #444444;
	margin-top:15px;
}

.text2_cifra  {
    float: left;
    width: 250px;
    height: 40px;
	padding: 0px 0px 0px 15px;
    font-family: 'Roboto', sans-serif;    
	font-weight: 500;
    font-style: normal;
	font-size: 15px;
	color: #444444;
	margin-bottom: 15px;
}

.foto_arbol_home  {
	float: left;
	width: 228px;
	height: 300px;
	padding-top: 58px;
}

	
.iconos  {
	float: left;
	width: 270px;
	height: 300px;	
	background-color: #FFffff;
	margin: 60px 0px 0px 150px;
	text-align: center;
}	

.iconos img{margin-bottom: 10px}

.iconos span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 10px;
	color: #999;
	margin-bottom: 5px;
	display: block;
	line-height: 11px;
}
.npl{padding-left: 0px !important;}
.npr{padding-right: 0px !important;}
	
h1{
	font-family: 'Roboto', sans-serif;    
	font-weight: 400;
    font-style: normal;
	font-size: 36px;
	text-align: center;	
		
	}

h2{
	font-family: 'Roboto', sans-serif;   
	font-weight: 400;
    font-style: normal;
	font-size: 32px;
	text-align: left;	
	color: #000000;
	padding-left: 30px;
    padding-top: 20px;
	margin: 0px;
	}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
    font-style: normal;
	font-size: 15px;
	text-align: left;	
	color: #000000;
	padding-left: 30px;
	margin: 0px;
	}

h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
    font-style: normal;
	font-size: 15px;
	text-align: left;	
	color: #5a9f3e;
	padding-left: 30px;
	margin: 0px;
	}

h5{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 18px;
	text-align: left;	
	color: #929095;
	padding-left: 30px;
	margin: 15px 0px;
	}



.parrafo{
	font-family: 'Roboto', sans-serif;    
	font-weight: 400;
    font-style: normal;
	padding: 0 0 0 75px;
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
}

.footer {
	float: left;
	width: 1200px;
	height: 60px;
	background-color:#007136;
	text-align: center;
	padding-top: 15px;
}

.thin-icon-cloth:before {
	content: '\e85e';
}
.login{

}
.header_descarga_desktop {
	width: 1200px;
	margin: auto;
	height: 1000px;
	background-image: url("../images/fondo_descargas_desktop.jpg");
	background-repeat: no-repeat;
	padding-top: 465px;
	padding-left: 90px;
	box-sizing: border-box;
}

.cuadro_bienvenida{
	margin-top: 20px;
	width: 634px;
	height: 450px;
}


@media (min-width: 450px){
	
}