<!--


body
{
	/*background:#000 url(../images/fondoweb.jpg) fixed top center repeat;*/
	background-color:#fff; 
	width:100%;
	font-family: 'Roboto Condensed',Arial,Tahoma,Helvetica,FreeSans,sans-serif;
	font-size:15px;
	color:#333;
    margin: 0;
    padding: 0;
}

a {
	color:#111;
	text-decoration:none;
}
a:hover {

	text-decoration:underline;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0px;
	margin:0px;
}



#contenedor {
	width:calc(100% - 0px);
	max-width:1280px;
	float:left;
	left:50% ;
	top:30px;
	text-align:center;
	transform:translateX(-50%);
	position:absolute;
	box-sizing:border-box;
	padding:40px 20px;	
}

#logo {
	width:300px;
	float:left;
	/*position:absolute;
	left:0;
	top:0px;*/
	margin:0px 0px 0px;	
	z-index:1;
	/*text-align:center;*/
	left:50% ;
	text-align:center;
	transform:translateX(-50%);
	position: relative;
}
#logo img{
	width:100%;
	float:left;
}

.textonormal {
	width:100%;
	float:left;
	text-align:center;
	font-size:1.5rem;
	font-weight:300;
	line-height:2rem;
	margin:40px 0px;
}

.textosmall {
	width:100%;
	float:left;
	text-align:center;
	font-size:1rem;
	font-weight:300;
	line-height:1.5rem;
	margin:40px 0px;
}

.textogrande {
	width:100%;
	float:left;
	text-align:center;
	font-size:2rem;
	font-weight:400;
	line-height:2.6rem;
	margin:10px 0px;
	text-transform:uppercase;
}


@media only screen and (max-width : 1280px) {


}	
@media only screen and (max-width : 1000px) { 


}


@media only screen and (max-width : 768px) { 

}
@media only screen and (max-width : 640px) {  


}

@media only screen and (max-width : 500px) {  

}


@media only screen and (max-width : 480px) {  


}

@media only screen and (max-width : 430px) { 


}
@media only screen and (max-width : 350px) { 

}
@media only screen and (max-width : 320px) {  


}
//-->
