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

html, body 
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	background: #ffffff; /* Old browsers */
	margin: 0;
}

div.contenido
{
	margin-left:auto;
	margin-right:auto;
	width: 98%;
	height: auto;
	
}

div.logo
{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.2%;
	padding:1.5%;
	background-image: url(../fondoRussia.png);
}

img
{
	width: 100%;
	max-width: 430px;
	height:auto;
}

h1.titulo
{
	width: auto;
	margin-top: 0.5%;
	margin-right: 0%;
	margin-bottom: 0%;
	text-align: center;
	font-family: 'Permanent Marker', cursive;
	font-size: 30px;
	font-style: normal;
	color: #900;
	font-weight: normal;
}

span.registrado
{
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	vertical-align: baseline;
}

h3.mensajeInicio
{
	text-align: center;
	font-family: 'Quicksand', cursive;
	font-size: 18px;
	color: #666;
	margin-top: 12px;
	margin-bottom: 10px;
}

div.grupo-form
{
	text-align: center;
	font-family: 'Quicksand', cursive;
	margin-bottom: 1px;
}

.formulario i.icono
{
	background-color:#CCC;
	color:#666;
	padding: 12px;
	padding-right: 14px;
	padding-left: 14px;
	vertical-align:middle;
	margin-right: 1px;
	border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
}

.formulario i.icono.fa.fa-lock
{
	padding-right: 16px;
	padding-left: 16px;
}

.formulario .usuario, .pass, .pass2
{
	padding: 11px;
	font-size:13px;
	vertical-align:middle;
	width: 180px;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-ms-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	border: 1px solid #999;
}

.formulario .boton-enviar
{
	width: 245px;
	background-color:#393;
	border: none;
	color: #FFF;
	padding: 12px;
	font-size:14px;
	cursor: pointer;
	
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
}

.boton-enviar:hover
{
	-moz-box-shadow: 3px 4px 8px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0,0.5);
    box-shadow: 3px 4px 8px rgba(0, 0, 0,0.5);
	background-color:#390;
}

div.footer
{
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: 'Quicksand', cursive;
	font-size: 8px;
	color:#666;
	background-color: #CCC;
	margin-top: 3.5%;
	display:block;
	
}

p.texto-login
{
	font-family: 'Quicksand', cursive;
	font-size: 10px;
	color:#666;
	text-align: center;
}

#error
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: auto;
	width: 250px;
	padding: 3px;
	color: #C00;
	font-size: 12px;
	background-color:#FFC4CF;
	border: 1px solid #C00;
	
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	
}

div.panel
{
	border: 1px solid #03C;
	margin: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5%;
	padding-top: 2%;
	padding-bottom: 3%;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-ms-border-radius: 15px 15px 15px 15px;
	-o-border-radius: 15px 15px 15px 15px;
}

h3.titulo-seccion
{
	font-family: 'Quicksand', cursive;
	font-size: 20px;
	text-align: center;
	color: #666;
	margin-bottom: 18px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #666;
}

p.seccion, li.inicio
{
	font-family: 'Quicksand', cursive;
	font-size: 15px;
	color: #666;
	
}

ol
{
	margin-top: 10px;
	display: block;
	padding-left: 2%;
	color: #039;	
}

span
{
	color:#039;
	font-weight: bold;	
}

div.estado-sesion
{
	margin-left:85%;
	font-size: 12px;
}

.estado-sesion i.icono
{
	color:#666;
	font-size: 20px;
	
}

@media only screen and (max-width: 600px) 
{
	h1.titulo
	{
		font-size: 25px;
	}
	
	div.estado-sesion
	{
		margin-left:55%;
		font-size: 10px;
	}
	
	h3.titulo-seccion
	{
		font-size: 14px;
	}
	
	p.seccion, li.inicio
	{
		font-family: 'Quicksand', cursive;
		font-size: 12px;
		color: #666;
		
	}
	
}