*{ 
   margin:0;
   padding:0;
   border:0;
}
a {
	outline:none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}
#todo {
	width: 1280px;
	height: 693px;
}

#todo #titulo {
	background-repeat: no-repeat;
	width: 1280px;
	height: 136px;
	background-image: url(imagenes/titulo.jpg);
}


#todo #contenido {
	background-image: url(imagenes/body.jpg);
	position: absolute;
	width: 1280px;
	background-repeat: no-repeat;
	top: 135px;
	height: 559px;
}

#todo #contenido a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-size: 15px;
	
}
#todo #contenido #menu li {
	display: block;
	padding: 10px 0px 0px 30px;
	float: left;
	list-style: none;
}


#todo #contenido a:hover  {
	
	font-weight: bold;
	color: #FFFFFF;
	outline: none;
}



#todo    #contenido  #imagenes   {
	height: 310px;
	z-index: 1;
	position: absolute;
	width: 354px;
	padding: 0px px 5px px;
	top: 61px;
	left: 51px;
	}

#imagen1, #imagen2, #imagen3, #imagen4, #imagen5, #imagen6, #imagen7, #imagen8, #imagen9 {
	position: absolute;
	z-index: 2;
	width: auto;
	height: auto;
	left: 430px;
	top: 196px;
	
}



#linea {
	width: 1280px;
	background-image: url(imagenes/linea.jpg);
	background-repeat: repeat-y;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	height: 27px;
}
#abajo {
	background-image: url(imagenes/abajo.jpg);
	width: 1280px;
	height: 279px;
	background-repeat: no-repeat;
	position: relative;
}

