#contenido{
	background-image:url(./imagenes/fondoPantalla.jpg);	
	width:700px;
	height: 520px;
	margin:1cm auto auto;
}
#titulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 39px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #DF6306;
	background-position: center center;
	filter: Light;
	text-indent: 5pt;
	vertical-align: middle;
	padding: 0px;
	margin-top: 5px;
	margin-left: 7px;
}

#logo{
	background-color:#CCCCCC;
	vertical-align: top;
	float: right;
	margin: auto;
}

#tituloApartado{
	margin-left:4.5cm;
	margin-top:1cm;
	font-weight: bolder;
	font-variant: small-caps;
	color: #993333;
}

#contenidoApartado{
	margin:0.5cm auto;	
	width: 600px;
	height: 300px;
	border:2 green;
	border-top: 4px solid ORANGE;
	border-bottom: 4px solid ORANGE;
	padding:auto auto;
	overflow:hidden;
}

#textoApartado{
	margin:auto auto;
	width: 580px;
	height: 300px;
	overflow:auto;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#textoApartado2{
	margin:auto auto;
	width: 580px;
	height: 300px;
	overflow:auto;
	font:Georgia, "Times New Roman", Times, serif;
}

#textoApartado3{
	text-align:center;
	margin:0.1cm 0.2cm 0.2cm 0.2cm;
	margin-bottom: 3cm;
	overflow:auto;
	height: 220px;
	font:Georgia, "Times New Roman", Times, serif;
	padding: 0.5cm 0.5cm 0.5cm 0.5cm;
}


#galeriaImagenes{	
	float:left;
	margin: 0.2cm 0.2cm;
	width: 280px;
	height: 280px;
	overflow:auto;
}

#foto{
	width: 600px;
	height: 300px;	
}

#guiafotos{
	background-color:#66FF33;
	width: 400px;
	height: 20px;
}

#cuadroImagen{
	display:block;
	padding:auto;
	text-align:center;
	margin: 0.2cm 0.5cm 0.5cm 0.2cm;	
	width:285px; height:285px; 
	overflow:hidden;	
}



#menu {  
	list-style:none;
	padding:0 auto;
	margin: auto auto;
}
#menu li {
	margin:2px;
	padding:0; 
	float:left;
}
#menu li a {
	width:100px;
	padding:4px 10px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color: #DF6306;
	border-left:10px solid #FFFFFF;
}
#menu li a:hover {
	color:#CCCCCC;
	background-color:#CC3300;
	border-left-color:#CC9999;
	font-weight:bold;
}

#texto1{
	font:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
}

