/*Documento CSS*/

#menu{
	float: left;
	width: 150px;
	height: auto;
	border: 2px solid #412034;
	padding: 7px;
	padding-left: 15px;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 5px;
	
	
}

#menu a{
	padding: 3px 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid gray;
	color: #606;
	text-align: center;
}

#menu a:hover{
	color: #000;
}

body {
	background-color: ##ececff;
	font-family: Arial;
}

.titulos {
	color: #036;
}

#contenidos{
	float:left;
	width:710px;
	min-height: 350px;
	border: 1px solid #412034;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	background-color: #ececff;
}

* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;
}
/* seccion fotos*/
#seccion_fotos ul {
	width: 710px;
	height: auto;
	margin-left: 10px;
	background-color: #black;
	
}

#seccion_fotos li {
	width: 27%;
	list-style: none;
	text-align: center;
	margin: 1px;
	text-decoration: none;
	padding-left: 1px;
	background-color: #black;
	
}


