*{ 
   margin:0;
   padding:0;
   border:0;
}
a {
	outline:none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
}

body {
	
	background-color: #670001;
}

#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: 136px;
	height: 559px;
	left: 0px;
}

#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 #texto {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	position: relative;
	width: 600px;
	height: 400px;
	margin-top: 100px;
	margin-left: 100px;
	left: 2px;
	top: 1px;
}
#todo #contenido #texto table {
	border:1px solid #900;
}
#todo #contenido #texto td {
	border:1px solid #900;
}











#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;
}
#linea #texto2 {
	width: 600px;
	margin-left: 100px;
}


#abajo {
	background-image: url(imagenes/abajo.jpg);
	width: 1280px;
	height: 279px;
	background-repeat: no-repeat;
	position: relative;
}


#linea table {
	margin-left: 103px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 599px;
	border: 1px solid #900;
}
#linea td {
	padding-left: 30px;
	border: 1px solid #900;
}
