@charset "UTF-8";
/* CSS Document */
body {
	background-color:#22242B;
	background-image:url('../images/fondo.gif');
	background-position:top center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #CCCCCC;
}

p { 
font-size: 1em; 
line-height: 1.3636em; 
margin: 0 0 1.3636em 0; 
}

#logotipo
{
	height:69px;
	margin-top: 148px;
}
#coming
{
	height:69px;
	margin-top: 148px;
	text-align:right;
}
.footer_txt {
	font-size: 9px;
}
#main_txt
{
	height:134px;
	margin-top: 83px;
}
#footer
{
	height:107px;
	margin-top: 120px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer_right
{
text-align:right;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
}
.boldcolor {
	font-size: 1em;
	line-height: 1.3636em; 
	margin-top: 0em;
	margin-bottom: 0em; 
	font-weight: bold;
	color: #6D27CC;
}
