@charset "utf-8";
/* CSS Document */
*{ margin:0px;
   padding:0px;}
   
body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

#principal {
	width: 600px;
	height: auto;
	border: 20px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color: #cdbb99;
	margin-top: 50px;
}
  
#menu {
	width: 600px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.88889;
      
	
}

ul {list-style-type: none;
          margin: 0px;
	      padding: 0px;
}

ul li { margin: 0px;
     padding: 0px;
	 float: left;
}
ul li a {
	display: block;
	width: 148px;
	height: 40px;
	border: 1px solid #000000;
	background: #000000;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #993300;
	border-bottom: 2px solid #993300;
	text-indent: 20px;
	margin: 0px;
}	
ul li a:hover{
	background-image: url(../images/fondo_rojo.gif);
}

#contenido {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -2.5em;
	padding: 15px;
	
	
			 }
div #chungo {
	width: 580px;
	margin-left: -15px;
	background-color: #a97669;
	height: 45px;
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	
}

img { border: none;}

#fotos {
	background-color:#FFFFFF;
	width: 300px;
	padding: 15px;
	margin-left: 135px;
	border-left-width: 135px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

p#limpia {
	clear: both;
}

#fotos img {
	float: left;
	margin: 5px;
}


                 
		 			         
#pie {
	background-color: #910606;
	color: #000000;
	padding: 10px;
	font-weight: bold;
	height: 25px;
	background-image: url(../images/fondo_rojo.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0.9em;

}
 
a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #A97669;
}
.derecha{
	position:absolute;
	left: 464px;
	top: 291px;
}
