/*
Version: 1.0
Author: Guillermo Fernandez Brombley
Author URI: http://www.anilina.cl/
*/
@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../imagenes/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#centrar-contenedor{
	text-align: left;
	padding: 0px;
	height: auto;
	width: 560px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contenedor{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 560px;
	background-image: url(../imagenes/bg2.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#barra-navegacion{
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 560px;
	background-image: url(../imagenes/navegacion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenido{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 560px;
	background-image: url(../imagenes/contenido.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#promocion{
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 560px;
	background-image: url(../imagenes/promocion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#auspicio{
	margin: 0px;
	padding: 0px;
	height: 281px;
	width: 560px;
	background-image: url(../imagenes/auspicio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pie {
	background-color: #000;
	height: 17px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pie a {
	color: #CCC;
	text-decoration: none;
}
.blanco{
	background-color: #FFF;
	padding: 10px;
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
.titulos {
	font-size: 12px;
	font-weight: bold;
	color: #E61D16;
}
.blanco a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	width: auto;
	float: left;
	height: 22px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	margin-right: 10px;
}
.blanco a:hover{
	color: #333;
	text-decoration: none;
}
.centrar-imagen{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 322px;
	padding-top: 120px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.contador{
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #E61D16;
	font-family: "Arial Black", Gadget, sans-serif;
	height: auto;
	width: 250px;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	padding-top: 9px;
	margin-right: auto;
}
.contador a{
	color: #E41F16;
	text-decoration: none;
}
#regresiva{
	height: 57px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
}
#contacto{
	height: 30px;
	width: 67px;
	margin-top: 7px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-right: auto;
}
#contacto a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	display: block;
	width: auto;
	float: left;
	height: 22px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000;
	margin-right: 10px;
}
#contacto a:hover{
	color: #333;
	text-decoration: none;
}
