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

a:link {
	text-decoration: none;}      /* unvisited link */
a:visited {
	text-decoration: none;}  /* visited link */
a:hover {
	text-decoration: none;}  /* mouse over link */
a:active {
	text-decoration: none;}  /* selected link */ 
	
body {
	text-align:center;
	overflow-y: scroll;
	background-image: url(trama.png);
	background-repeat: repeat;
}

.contenedor {
	width: 1020px;
	background-color: #FFFFFF;
	min-height:600px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	}
	
.logo {
	padding-top: 30px;
	}


.bajada {
	font-family:'Montserrat', sans-serif;;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #d3caaa;
	text-decoration: none;
	margin-top: 10px;
	}


.boton {
	width:400px;
	font-family:'Montserrat', sans-serif;;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #6e5a4e;
	text-decoration: none;
	padding: 10px;
	margin-top:100px;
	background-color:#e7e3d6;
	}
	
.link_boton {
	font-family:'Montserrat', sans-serif;;
	font-weight: normal;
	color: #6e5a4e;
	text-decoration: none;
	}
	
.datos {
	font-family:'Montserrat', sans-serif;;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #7f7872;
	text-decoration: none;
	margin-top: 180px;
	margin-bottom:20px;
	}
	
.mail {
	font-family:'Montserrat', sans-serif;;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #7f7872;
	text-decoration: none;
	}


