/*------------------GENERALES---------------*/
html {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: .8em;
    
}
body {
	margin: 0;
}
.wrapp {
	max-width: 1024px;
	min-width: 600px;
	margin: 0 auto;
}
/*------------------GENERALES---------------*/
/*------------------HEADER---------------*/
header {
	width: 100%;
	background-color: #003A66;
}
#logo, #titulos {
	display: inline-block;
	vertical-align: top;
}
#logo {
	width: 20%;
}
#titulos{
	width: 79%;
	/*margin-left:  5px;*/
}
header h1 {
	margin: 0;
	/*height: 80px;*/
}
header h1 img {
	height: 80px;
	/*width: 205px;*/
}
header h2, header h3 {
	text-align: center;
	margin: 4px 0;
	font-family: "Utopia", "Calisto MT", "Georgia", "Helvetica", Arial;
	color: #FFF;
}
header h2 {
	font-size: 22px; /*1.6em;*/
}
header h3 {
	font-size: 16px; /*1.2em;*/
}
/*------------------HEADER---------------*/
/*------------------CONTENIDO---------------*/
#nouser {
	margin: 0 auto;
	width: 350px;
}
fieldset {
	box-shadow: 8px 8px 20px #F78181;
	-webkit-border-radius:8px;
	border-color: #B40404;
	background-color: #F5A9A9;
}
p {
	text-align: center;
	font-size: 14px;
	color: #610B0B;
}
.button:hover {
	opacity: 1;
}
.button {
	width: 180px;
	height: 25px;
	color: #FFF;
	cursor: pointer;
	font: 14px/25px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	border-radius: 6px;
	border:none;
	box-shadow:0 1px 1px #888;
	opacity: 0.8;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, rgb(80,102,127)), color-stop(0.5, rgb(87,109,136)), color-stop(1, rgb(106,129,155)) );
}
/*------------------CONTENIDO---------------*/
/*Tablet portrail (800x1280)*/
@media screen and (max-width: 800px) {
	header h2 {
		font-size: 18px;
	}
	header h3 {
		font-size: 16px;
	}
	header h1 img {
		height: 72px;
	}	
}
/*Tablet portrail (600x800)*/
@media screen and (max-width: 600px) {
	header h2 {
		font-size: 14px;
	}
	header h3 {
		font-size: 12px;
	}
	header h1 img {
		height: 56px;
	}	
}