@charset "utf-8";
/* CSS Document */

body {
	font-family: "Georgia","Trebuchet MS","Lucida Grande", Helvetica, Verdana, Sans-serif;
	/*font-size: 10px;
  	/*font-weight: bold;*/
	height: 100%;
	color: #000000;
	background: #333333;
}


#contenedor {
	background: #5e2605;
	width:740px;
	height: 600px;
	margin:auto;
	padding:auto;
}

#cabecera {
	/*background: #ff0000;*/
	font-size:24px;
	width:740px;
	height: 82px;
	padding-top:0px;
	
}

#contenido {
	/*background: #0000ff;*/
	width:740px;
	height: 520px;

}

#contenido .margen {
	background: #fbe7c2;
	border-bottom:2px solid #ea5424;
	border-left:2px solid #ea5424;
	border-right:2px solid #ea5424;
	font-size:18px;
	width:694px;
	height: 490px;
	margin-left:12px;
	padding:10px;
}

#galeria {
	margin:auto;
	padding:0px;
	height:470px;
	width:680px;
	border-top:3px dotted #5e2605;
	border-bottom:3px dotted #5e2605;
	/*background:#FF0000;*/
}





#galeria li {
	/*background:#00FF33;*/
	display:block;
	margin-top:10px;
	margin-left:-40px;
	list-style:none;
	padding-bottom:15px;
	float:none;
}




/*#descri{
	width: 360px;
	position:absolute;
	top:580px;
	left:440px;
	margin:0px;
}

#descri li {
	display:inline;
	margin: 0px;
	padding:10px;
	
}

#descri li a{
	color:#ff0000;
	margin:0px;
	padding:0px;
	text-decoration:none;

}*/

#pie {
	background: #5e2605;
	font-size:16px;
	width:740px;
	height: 50px;
	color:#CCCCCC;
	border-top:2px double #ff7f24;
}


#pie ul {
	margin-top:10px;
	margin-left:0px;
	padding:0px;
}


#pie li {
	display:inline;
	margin-left:25px;
	padding:10px;
}

#pie li a{
	color:#CCCCCC;
	margin:0px;
	padding:0px;
	text-decoration:none;
}


#pie li a:hover{
	color:#ff7f24;
	text-decoration:underline;
}
