/*Documento CSS*/

#menu1{
	float: left;
	width: 600px;
	height: 0px;
	margin-top: -20px;
	
	
	
}

#menu1 a{
	padding: 10px 1px;
	width: 27%;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
}

#menu1 a:hover{
	color: #990033;
}

#menu2{
	float: left;
	width: 70px;
	height: auto;
	margin-top: -300px;
	margin-left: 40px;
	
	
	
}

#menu2 a{
	
	width: 50px;
	text-decoration: none;
	font-weight: normal;
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	border-bottom: 1px solid #990033;
}

#menu2 a:hover{
	color: #990033;
}

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

.titulos {
	color: #036;
}

#contenidos1{
	float:left;
	width: 830px;
	min-height: 250px;
	margin-left: 0px;
	margin-right: 50px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: justify;


* html #contenidos1{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;
}
/*contenido curso*/
#contenidos3{
	float:left;
	width: 900px;
	min-height: 250px;
	margin-left: 0px;
	margin-top: -20px;
	margin-bottom: 30px;
	padding-top: -20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: justify;


* html #contenidos3{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;
}
/*contenido gala*/
#contenidos4{
	float:left;
	width: 600px;
	min-height: 50px;
	margin-left: 0px;
	margin-top: -20px;
	margin-bottom: 30px;
	padding-top: -20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	overflow: scroll;


* html #contenidos4{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;
}
/* seccion fotos*/

#fotos {
	width: 400px;
	height: 400px;
	margin-top: 0px;
	margin-left: 600px;
	background-color: black;
	
}
#contenidos2{
	float:left;
	width: 830px;
	min-height: 250px;
	margin-left: 0px;
	margin-top: 500px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
	


* html #contenidos2{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;	}

#contenidos5{
	float:center;
	width: 700px;
	min-height: 500px;
	margin-left: 0px;
	margin-top: -30px;
	


* html #contenidos5{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: auto;
}
