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

/**********************************
GERAL
**********************************/
*{
margin:0;
padding:0;
list-style:none;
list-style-image:none;
list-style-position:outside;
text-decoration:none;
border:none;
}

body{
text-align:left;
background:#270907 url(../images/bg_intro.jpg) center fixed repeat-x;
/*background-color:#2F0253;*/
}

/**********************************
CLASSES
**********************************/
.clear{
	clear:both;
}

/**********************************
PRINCIPAL
**********************************/
#principal{
position:absolute;
top:50%;
left:50%; 
width:980px;
height:600px;
margin-left:-490px;
margin-top:-300px;
text-align:center;
}




