/* HOJA DE ESTILOS EN CASCADA PARA EL CHAMAN */
body {
	background-color: #000;
}

#wrapper{
	background-color: #000;
}

#contenedor{
	margin: 0 auto;
	width: 753px;
	background:url(../img/fondo_chaman.gif) top center repeat-y;
}

#cabecera{
	height: 124px;
	background:url(../img/head.jpg) top left no-repeat;
}

#principal{}

#menu{
	text-align: center;
	float: left;
	width: 200px;
}

#contenido{	
	float: right;
	width: 520px;
	padding-right: 30px;
}

#pie{
	height: 114px;
	background:url(../img/footer.jpg) bottom left no-repeat;
	clear: both;
}

/* estilos generales */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#cabecera ul{
	padding-top: 60px;
}

#cabecera ul li{
	float: left;
}

#cabecera ul li ul {
	padding-top: 0;
	padding-left: 200px;
}

.primera_linea {
	margin-left: 10px;
}

.segunda_linea {
	margin-left: 30px;
}

img {
	border: none;
}

/* ESTILOS PARA LA INFORMACION QUE SE MUESTRA EN EL DIV CONTENIDO */
#contenido {

}