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

body
{
	background: #003459;
	margin: 0;
	padding: 0;
}

:focus
{
	outline:none;
}

ul,li
{
	padding-left: 0px;
}

/* --------- EMPEZAMOS ---------- */

#contenedor
{
	max-width: 800px;
	margin:auto;
	margin-top:80px;
}

#logotipo
{
	position:relative;
	text-align:center;
	padding:15px;
}

.texto_mensaje
{
	position:relative;
	text-align:center;
	padding:15px;
	font-family:open_sanslight, sans-serif;
	font-size:24px;
	line-height:1.5;
	color:#ffffff;
	margin:auto;
	width:90%;
}

#separador
{
	position:relative;
	width:100%;
	height:2px;
	margin:auto;
	margin-top:20px;
	background-image:-webkit-gradient( linear, left top, right top, color-stop(0, #003459), color-stop(0.3, #4b76ba), color-stop(0.7, #4b76ba), color-stop(1, #003459) );
	background-image:-moz-gradient( linear, left top, right top, color-stop(0, #003459), color-stop(0.3, #4b76ba), color-stop(0.7, #4b76ba), color-stop(1, #003459) );
	background-image:-o-gradient( linear, left top, right top, color-stop(0, #003459), color-stop(0.3, #4b76ba), color-stop(0.7, #4b76ba), color-stop(1, #003459) );
}

#caja_formulario
{
	position:relative;
	margin:auto;
	width:300px;
	margin-top:30px;
}

.titulo_form
{
	position: relative;
	margin: auto;
	font-family: open_sanslight, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 20px;
}

.campo_formulario
{
	position:relative;
	margin:auto;
	margin-bottom:12px;
}

.txt_formulario
{
	position:relative;
	margin:auto;
	font-family:open_sanslight, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin-bottom:5px;
}

.input_formulario
{
	position:relative;
	margin:auto;
}

.input
{
	position:relative;
	margin:auto;
	width: 280px;
	height: 18px;
	font-size: 14px;
	color: #6e6e6e;
	padding-left: 2px;
}

.textarea
{
	position:relative;
	width: 280px;
	height: 110px;
	resize:none;
	font-size: 14px;
	color: #6e6e6e;
}

.boton
{
	position:relative;
	margin:auto;
	text-align:right;
	margin-right:10px;
	cursor:pointer;
}

#caja_redes
{
	position:relative;
	width:212px;
	margin:auto;
	margin-top: 50px;
	margin-bottom: 20px;
}

.horizontal
{
	display:inline-block;
}

#datos_pie
{
	position:relative;
	width:100%;
	text-align:center;
	margin-top:30px;
}

.datos
{
	position:relative;
	display:inline-block;
	margin:auto;
	font-family:open_sanslight, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding: 0px 5px;
	margin-bottom: 20px;
}