@charset "UTF-8";
/* CSS Document

font-family: 'Roboto', sans-serif;

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

body {
	background-color: rgba(255,255,255,1);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}
a{ text-decoration:none;}
.conte{
	margin:10px auto 10px auto;
	max-width:1024px;
	width:95%;
	height:auto;
	clear:both;
}
header{
	margin:auto auto 10px auto;
	width:100%;
	height:auto;
	clear:both;
}
.logo{
	margin:auto 20px auto auto;
	max-width:300px;
	width:100%;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
nav{
	margin:auto;
	max-width:690px;
	width:100%;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
section{
	margin:auto;
	width:100%;
	height:auto;
	clear:both;
	text-align: justify;
}
article{
	margin:auto;
	width:90%;
	height:auto;
	clear:both;
	float:left;
}
.fnd1{
	background-image:url(../imagenes/fnd1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:300px;
	clear:both;
}
.cuadro1{
	margin:auto;
	max-width:512px;
	width:100%;
	height:300px;
	background-image:url(../imagenes/trans1.png);
	float:left;
	clear:both;
}
.cuadtxt1{
	margin:70px 20px 20px 20px;
	max-width:460px;
	width:90%;
	height:auto;
	color:rgba(255,255,255,1.00);
	clear:both;
}
.btn{
	margin:5px;
	padding:10px 20px 10px 20px;
	color:rgba(255,255,255,1.00);
	background-color:rgb(66, 0, 38);
	border:none;
	cursor:pointer;
	font-size:.8em;
}
h1{
	font-size:3em;
	font-weight:100;
	color:rgba(205,205,205,1.00);
	border-top:thin solid rgba(201,201,201,1.00);
}
.fto100{
	margin:auto;
	width:100%;
	height:auto;
	clear:both;
}
.campo1{
	margin:auto;
	max-width:300px;
	width:100%;
	height:auto;
	padding:5px;
	font-family: 'Roboto', sans-serif;
}
.campo2{
	margin:auto;
	max-width:700px;
	width:90%;
	height:90px;
	padding:5px;
	font-family: 'Roboto', sans-serif;
}