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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.jpg);
	background-color: #100f0d;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


a:link {
	color: #000;
	text-decoration: none;
	outline-style: none;
    }
    
a:visited {
	text-decoration: none;
	outline-style: none;
	color: #000;
    }
    
a:hover {
	color: #FC0;
	background-color: #C00;
	text-decoration: none;
	outline-style: none;
    }
    
a:active {
	text-decoration: none;
	outline-style: none;
	color: #C00;
    }

#main {
	height: 18px;
	width: 278px;
	top: 600px;
	top-padding: 3px;
	margin: auto;
	margin-top: 505px;	
	
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 3px;
	outline-style: none;
	outline:none;
}

.textochico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	font-weight: normal;
	padding: 3px;
}

