/*
* Nova HTML Template v 1.2
*
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1;
	background: #3C2E44;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}

.wrapper{
	color: #352337;
	width: 966px;
	margin: 0px auto;
	position: relative;
}


#main{
	width: 906px;
	height: 447px;
	
}

#logo{
	margin: 0px auto;
	position:absolute; 
	top: 50%;
	left:50%;
	margin-top: -78px; /* El valor 200 es ficticio, debes cambiarlo en cada caso por la mitad de la altura de tu imagen*/
	margin-left: -172px;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom{
	
	width: 100%;
	
	
}

#bottom-text{
	/*width: 600px;*/
	overflow: hidden;
	top: 80%;
	left:50%;
	color: #E1D8E2;
	margin: 0px auto;
	position:absolute; 
	
}







