/* CSS Lucero Official Website */
/* Designed by: Karlos Dergal */
/* ℗ 2011 */

* {
	margin: 0;
	padding: 0;
}

/* Estilo General */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c01b18;
	text-align: justify;
	font: 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	color: #000;
}

a:link {
	color: #e72e1e;
	text-decoration: none;
	font-weight:100;
}
a:visited {
	text-decoration: none;
	color: #e72e1e;
	font-weight:100;
}
a:hover {
	text-decoration: underline;
	color: #9b1311;
	font-weight:100;
}
a:active {
	text-decoration: none;
	color: #e72e1e;
	font-weight:100;
}

#text {
	font-family: "Helvetica Neue Light", Helvetica, Arial;
	font-size: 12px;
	color: #000;
	text-align:justify;
	line-height:140%;
	font-weight:100;
}


/* Head */

#mainlogo  {
	background-image: url(../images/mainlogo.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 234px;
	margin: 0 auto;
}


/* MENÚS */

/* Menú Principal Español */


#contenedor {
	padding:0;
	margin: 0;
	background-color: #c01b18;
	width: 900px;
	text-align:center;
	margin: 0 auto;
}

#menu {
	margin: 0 auto;
	padding:0px 0px 0px 0;
	height: 30px;
	text-align: center;
	background-color:#000;
}


ul#menu{
	margin: 0;
	padding: 0px 0px 0px 175px;
	list-style-type: none;
	text-align: center;
	}

ul#menu li{
	font: 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight:100;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 50px;
	margin: 0;
	text-align:center;
	list-style: none;
	display: inline;
    color: #FFF;

	}


ul#menu li a{
	width: 100%;
	height: 33px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	}

ul#menu li a:hover{
	color: #C00;
	text-align:center;
	}



/* BARRA LATERAL IZQ */


#basebanners {
	width: 280px;
	float:left;
	margin: 0px 0px 0px 0px;
}

#basesection {
	width: 481px;
	height: 764px;
	float:right;
	margin: 35px 0px 0px 0px;
}

#sidebartext {
	font-family: "Helvetica Neue Light", Helvetica, Arial;
	font-size: 12px;
	color: #688197;
	font-weight:100;
}

#sidebartext a:link {
	color: #069;
	text-decoration: none;
	font-weight:100;
}
#sidebartext a:visited {
	text-decoration: none;
	color: #069;
	font-weight:100;
}
#sidebartext a:hover {
	text-decoration: underline;
	color: #036;
	font-weight:100;
}
#sidebartext a:active {
	text-decoration: none;
	color: #069;
	font-weight:100;
}
#twitter_div {
	text-align: justify;
	color: #6f7f9a;
	font-weight:100;
}

ul #twitter_update_list li {
	text-align: justify;
	color: #000;
	line-height:2.0;
	font-weight:100;
}


/* SECCIÓN DESARROLLADA */

#desarrollo {
	width: 500px;
	float:right;
	margin: 0px 0px 0px 0px;
}

#tablebg1 {
	background-color:#FFF;
}

#lavozbck {
	background-color:#FFF;
}