@font-face {
  font-family: "Sansation";
  src: url(fuentes/Sansation.ttf) format("truetype");
}

body{
	background-color:#000000;
	margin:0px;
	color:#FFF;
	padding:0px;
}

#encabezadoSitio{
    width:100%;
	margin:0px;
	padding:0px;
}

#menuSitio{
	width:100%;
    height: 20px;
    background-color:#000000; 
	margin:0px;
}

#menuSitio ul{
	list-style: none;
    text-decoration: none;	
	margin:0px;
}

.botonMenu{
	height:29px;
	width:145px;
    cursor:pointer;
}

.botonEveOn{
	height:30px;
	width:253px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_e_on.png);
}

.botonMenuOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_i_on.png);
}

.botonIniOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_i_on.png);
}

.botonNosOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_n_on.png);
}

.botonSerOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_s_on.png);
}

.botonProOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_p_on.png);
}

.botonConOn{
	height:29px;
	width:145px;
    cursor:pointer;
	background-image:url(imgs/comun/boton_c_on.png);
}

.btnEnviar
{
	font-family:Sansation;
	color:#F90;
	height:30px;
	cursor:pointer;
}

#cuerpoSitio{
    width:100%;
}

#pieSitio{
    width:100%;
}

#infoPie{
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;	
	width:400px;
	text-align:center;
	font-family: tahoma;
	font-size: 13px;
	color: #9C9C9C;
}

#cargador{
	margin-left:auto;
	margin-right:auto;
	width:76px;
	padding:50px 50px 50px 50px;
}

.tituloSeccion
{
	font-family:Sansation;
	font-size: 16px;
	color: #F20014;
}

.contenido
{
	font-family:Sansation;
	font-size: 12px;
	color: #9C9C9C;
	font-style:normal;
}

.tituloContenido
{
	font-family:Sansation;
	color:#F90;	
}

.subtituloContenido
{
	font-family:Sansation;
	font-size:13px;
	color:#FFFFFF;
}

.celdaContenido
{
	background-color:#17191a;
}
