body {
	padding: 0px;
	topmargin: 0px;
	background-color: #F0F0E1;
	margin: 0px;
	background-image: url(images/fondo.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#contenedor {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
	text-align:center;
	background-color:#e1e1e1;
	border-bottom: #666 solid 12px;
}

#linea {
	width: 100%;
	height:12px;
	background-color: #EF7E02;
	margin-top:22px;
	margin-bottom:22px;
}

.texto {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:28px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}

.texto_grande {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}

.texto_chico {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:18px;
	padding-right:18px;
}

.titulo {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:600;
	line-height:34px;
	color: #000;
	padding:6px;
}

.titulo2 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size:38px;
	font-weight:600;
	line-height:42px;
	color: #000;
	padding:6px;
}

#imagenes {
	margin-top:10px;
	margin-bottom:10px;
}

#pie {
	margin-top:28px;
	margin-bottom:10px;
}

.btn {
	background: #479dff;
	background-image: -webkit-linear-gradient(top, #479dff, #01427e);
	background-image: -moz-linear-gradient(top, #479dff, #01427e);
	background-image: -ms-linear-gradient(top, #479dff, #01427e);
	background-image: -o-linear-gradient(top, #479dff, #01427e);
	background-image: linear-gradient(to bottom, #479dff, #01427e);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	text-shadow: 0px 0px 5px #000000;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	padding: 8px 40px 10px 40px;
	border: none;
	text-decoration: none;
}

.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}



@media screen and (max-width:650px){
	
	
	}
	