body {
	background-image: url(imgs/ground.jpg);
	background-repeat:  repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}
#contenedor{
}
/* Contenedores DIVs y demás mandanga*/

#lateral_principal{
	background-image: url(imgs/principal.jpg);
	background-repeat: no-repeat;
	height: 690px;
	width: 480px;
	float: left;
	clear: both;
}

/* Elementos laterral_principal*/ 

#language{
	width: 78px;
	margin-top: 34px;
	margin-left: 22px;
	float: left;
}

#menu{
	margin-left: 45px;
	float: left;
	width: 156px;
}

#item_destacado{
	width: 221px;
	margin-left: 225px;
/*	float: left; */
	font-size: 14px;
	height: 358px;
}

#navega_noticias{
	float: left;
	width: 92px;
	margin-right: 20px;
	margin-left: 61px;
/*	margin-top: 261px; */
}

#noticia_portada{
	width: 221px;
	margin-left: 30px;
	float: left;
	margin-top: 20px;
}
/* Dearrollo del otro lao*/ 

#otro_lao{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
}
#otro_lao_conraya{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
	background-image: url(imgs/rayica.gif);
	background-repeat:  repeat-y;
}

#otro_lao_conraya_amarilla{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
	background-image: url(imgs/rayica_marilla.gif);
	background-repeat:  repeat-y;
}

#otro_lao_conraya_grana{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
	background-image: url(imgs/rayica_grana.gif);
	background-repeat:  repeat-y;
}

#otro_lao_conraya_blanca{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
	background-image: url(imgs/rayica_blanca.gif);
	background-repeat:  repeat-y;
}

#otro_lao_conraya_gris{
	margin-right: 10px;
	width: 526px;
	margin-left: 480px;
	float: right;
	position: absolute;
	background-image: url(imgs/rayica_gris.gif);
	background-repeat:  repeat-y;
}


#relleno_otro_lao{
	height: 30px;
}

#fila_elotro_lao{
	clear: both;
	height: 212px;
	width: 550px;
}

#imagen_fila{
	float: left;
	width: 266px;
	clear: both;
}

#texto_fila{
	float: left;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 70px;
}
#dentro_texto{
	float: right;
	width: 240px;
}
/* otrolao otras secciones*/

#izda_otrolao{
	float: left;
	width: 165px;
	clear: both;
	margin-left: 20px;
	margin-right: 30px;
}

#dcha_otrolao{
	float: left;
	width: 280px;
}

#dcha_otrolao_negro{
	float: left;
	width: 280px;
	color: #000000;
}


#titular_tienda{
	float: left;
	width: 225px;
	clear: both;
	margin-right: 15px;
	height: 150px;
	clear: both;
}

#funcionamiento_tienda{
	float: left;
	width: 240px;
	height: 150px;
}

#izda_otrolao_tienda{
	float: left;
	width: 225px;
	clear: both;
	margin-left: 20px;
	margin-right: 30px;
}

#dcha_otrolao_tienda{
	float: left;
	width: 225px;
}


/* Estilicos de texto*/
.titular{
	font-size: 18px;
	line-height: 24px;
}
.destacado_amarillo{
	font-size: 20px;
	color: #FCFF00;
	font-weight: normal;
}
.amarillo{
	color: #FCFF00;
	text-decoration: none;
}
.amarillo:hover{
	color: #ffffff;
	text-decoration: none;
}
.grana{
	color: #961d1e;
	text-decoration: none;
}
.grana:hover{
	color: #000000;
	text-decoration: none;
}

.amarillo:hover{
	color: #ffffff;
	text-decoration: none;
}
.tacha_negra{
	font-size: 11px;
	color: #FCFF00;
	text-decoration: none;
	background-color: #000000;
	padding: 1px;
}
.tacha_negra:hover{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FCFF00;
	padding: 1px;
}
.txt_peque{
font-size: 11px;
}
.txt_peque_amarillo{
font-size: 11px;
color: #FCFF00;
}
.txt_negro{
	font-color: #000000;	
}

.trucoparabody{
	background-color: #961d1e;
}

.trucoparabody_amarillo{
	background-color: #fff000;
	color: #000000;
}
.trucoparabody_blanco{
	background-color: #ffffff;
	color: #000000;
}

.trucoparabody_negro{
	background-color: #000000;
}

.trucoparabody_gris{
	background-color: #cccccc;
}
	