/* CSS Document */

@import url("stylesheet.css");

.menu
{
	background-color:#F7931E;
	font-family:'allerlight';
	font-size:18px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}

.menu:hover
{
	background-color:#E6511E;
}

.menuactivo
{
	background-color:#E6511E;
	font-family:'allerlight';
	font-size:18px;
	color:#FFF;
	text-align:center;
}

#slider
{
	width:1022px;
	height:533px;
	overflow:hidden;
	z-index:0;
}

#todo
{
	width:1022px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-511px;
}
#logo
{
	width:317px;
	height:189px;
	position:absolute;
	top:-13px;
	left:52px;
	z-index:10;
}

#left
{
	background-image:url(../img/flechaizq.png);
	background-repeat:no-repeat;
	width:50px;
	height:94px;
	position:absolute;
	top:300px;
	left:0px;
	z-index:10;
	cursor:pointer;
}

#left:hover
{
	background-image:url(../img/flechaizqh.png);	
}


#right
{
	background-image:url(../img/flechader.png);
	background-repeat:no-repeat;
	width:50px;
	height:94px;
	position:absolute;
	top:300px;
	left:972px;
	z-index:10;
	cursor:pointer;
}

#right:hover
{
	background-image:url(../img/flechaderh.png);

}

.titulo
{
	font-family:'allerlight';
	font-size:25px;
	color:#FFF;
	text-align:left;	
}

.titulo1
{
	font-family:'allerlight';
	font-size:25px;
	color:#FFF;
	text-align:center;
}

.tituloArticulo
{
	font-family:'allerlight';
	font-size:24px;
	color:#FFF;
}

.contenido1
{
	font-family:'allerlight';
	font-size:17px;
	color:#F7931E;
	text-align:left;	
}

.contenido2
{
	font-family:'allerlight';
	font-size:21px;
	color:#F7931E;
	text-align:left;	
}

.contenido
{
	font-family:'allerlight';
	font-size:17px;
	color:#FFF;
	text-align:justify;	
}

.aviso
{
	font-family:'allerlight';
	font-size:17px;
	color:#FFF;
}

.contenidocon
{
	font-family:'allerlight';
	font-size:17px;
	color:#FFF;
	text-align:right;	
}

.botonenviar
{
	font-family:'allerlight';
	font-size:12px;
	color:#FFF;
	text-align:center;
	cursor:pointer;	
}

.boton
{
	background-color:#F7931E;
	font-family:'allerlight';
	font-size:18px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}