

header #logotipo{
	background-image: none;

}


#contenidoPrincipal{
	
	height: auto;
	background-color: white;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Open Sans', arial, sans-serif;
	color: #646B72;
	text-align: justify;
	
	
}

#contenidoPrincipal{
	-webkit-border-top-left-radius: 0.7%;
		-moz-border-top-left-radius: 0.7%;
		border-top-left-radius: 0.7%;
	-webkit-border-top-right-radius: 0.7%;
		-moz-border-top-right-radius: 0.7%;
		border-top-right-radius:0.7%; 
	
}


	#contenidoPrincipal #tituloPrincipal{
		width: 100%;
		height: 120px;
		font-size: 32px;
		box-shadow: 0px 10px 20px #aaa;
		background: #CEE3F6;
		
	}
	
	#contenidoPrincipal #tituloPrincipal p{
	
		padding-top: 40px;
		text-align: center;
		
		font-size: 2em;
		font-family:"Edwardian Script ITC";
	
	}
	
	
	#contenido{width: 100%; padding-bottom: 80px; text-align: center;}
	
	#contenido p:first-child{
		margin-top: 60px;
	
	}	
	
	#contenido p{
		margin-top: 20px;
		text-align: justify;
	}
	
	.contenidoSubtitulos{
		font-size: 20px;
		font-weight: bold;
		
	}
	
	.contenidoDestacado{
		font-weight: bold;
	}
	
	.contenidoCursiva{
		font-style: italic;
	}

	.imagenes{
		display: block;
		margin: 0 auto;
		width: 40%;
		height: 400px;
		margin-top: 30px;
		border: 14px solid #BDBDBD;
		-webkit-box-shadow: 0px 5px 20px 5px #777;
            -moz-box-shadow: 0px 5px 20px 5px #777;
            box-shadow: 0px 5px 20px 5px #777;
	}

	#imagen_1{margin-bottom: 60px; width: 45%}
	
		#imagen_1:hover{
			opacity: 0.5;
			-webkit-box-shadow: 0px 0px 0px 0px #777;
            -moz-box-shadow: 0px 0px 0px 0px #777;
            box-shadow: 0px 0px 0px 0px #777;
		}

	#imagen_2, #imagen_3{
		width: 35%;
	}
	#imagen_4, #imagen_5{
		width: 50%;
	}
	
	
	#imagen_2, #imagen_3, #imagen_4, #imagen_5{
		margin-top: 40px;
		border: 0px solid #BDBDBD;
		-webkit-box-shadow: 0px 0px 0px 0px #777;
            -moz-box-shadow: 0px 0px 0px 0px #777;
            box-shadow: 0px 0px 0px 0px #777;
            
	}	
		#imagen_2:hover, #imagen_3:hover, #imagen_4:hover, #imagen_5:hover{
			opacity: 0.5;	
		}
		
	.tituloImagen{font-weight: bold;}





