@import url('normalize.css');
/* Stilo general */
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	height:500px;
	background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	
	}
/*links*/
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
	height:500px
	
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
/*Titulo principal*/
.container > header{
	margin: -100px auto 10px;
	padding: 20px 10px 10px 10px;
	position:center;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	width:700px;
}
.container > header h1{
	font-size: 50px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #000066;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #0066FF;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
/*texto boton volver*/
.container .backbutton a .backbuttonh1 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	margin-top:-40px;
	margin-left:60px;
	float:left;
	
	
	
	
	
}
