.logoImage {
	position: absolute;
	bottom: 10px;
	width: 90%;
	padding: 7% 5%;
	margin: 0 auto;
}

.menuEnlace {
	padding: 3% 1%;
	margin: 0% auto 2%;
	font-size: 14px;
	color : #4f5157;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

.menuEnlace:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
	}

.menuEnlace:hover, 
.menuEnlace:active { 
	outline : 0;
	color : #dd2233;
}

.selectedPage {
	color : #610103;
}

.selectedPage:hover {
	color : #610103;
}

nav {
	padding: 1% 0px;
	margin: 0 auto;
	position: relative;
}


.imgIndexRight {
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}

.story_destacados {
	padding-right : 0px;
	margin: 0px auto;
}
.story_destacados {
	padding: 0px;
}
.foto_destacados {
	margin:0px auto;		
	-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.75);
}

.foto_destacados:hover {	
	-webkit-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.5);
}

.titulo_destacados{
	font-family:BigNoodleTitling;
	color: #fff;
	font-size: 24px;
	float: left;
	background: rgba(0,0,0,0.5);
	padding: 2% 1%;
	border-radius:5px;
	text-transform: uppercase;
}


.box_destacados {	
	background-image: url(../images/sombra.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 15px;
	float:left;
	padding: 20px 0px;
	margin: 10px 0px;
}

.glow {
	-webkit-transition: all 0.5s ease;
	filter: grayscale(.6) brightness(0.7);
	-webkit-filter: grayscale(.6) brightness(0.7);
	-moz-filter: grayscale(.6) brightness(0.7);
	-o-filter: grayscale(.6) brightness(0.7);
	-ms-filter: grayscale(.6) brightness(0.7);
}

.glow:hover {	
	filter: grayscale(0) brightness(1.1);
	-webkit-filter: grayscale(0) brightness(1.1);
	-moz-filter: grayscale(0) brightness(1.1);
	-o-filter:  grayscale(0)brightness(1.1);
	-ms-filter: grayscale(0) brightness(1.1);
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.glowFull {
	-webkit-transition: all 0.5s ease;
	filter: grayscale(.9) brightness(0.7);
	-webkit-filter: grayscale(.9) brightness(0.7);
	-moz-filter: grayscale(.9) brightness(0.7);
	-o-filter: grayscale(.9) brightness(0.7);
	-ms-filter: grayscale(.9) brightness(0.7);
}

.glowFull:hover {	
	filter: grayscale(0) brightness(1.1);
	-webkit-filter: grayscale(0) brightness(1.1);
	-moz-filter: grayscale(0) brightness(1.1);
	-o-filter:  grayscale(0)brightness(1.1);
	-ms-filter: grayscale(0) brightness(1.1);
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.borderMenu {
	width: 100%;
	height: 4px;
	background: #101010;
}

.socialIcon {
	padding: 1%;
	margin: 0px;
	border: 0px;
	width: 25px;
	height: 25px;
	margin-top: 2%;
	float: right;
}

.footerIcon {
	padding: 0px;
	margin: 4px 0px 0px 4px;
	border: 0px;
	width: 10px;
	height: 10px;
}

.contactIcon {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 12px;
	height: 12px;
	margin-top: 3%;
}

.footerP {
	padding: 2% 5%;
	margin: 0px;
	border: 0px;
	color: #FFF;
}

.paddingUpDown {
	padding: 30px 0px;
}

.bgDestacado4 {
	background: #dd2233;
	max-width: 468px;
	margin-top: 30px;
}

.contactForm {
	position: relative;
	max-width: 468px;
}

.pDestacados4 {
	padding:  0 10%;
	margin: 0px;
	border: 0px;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
	font-size: 14px;
	letter-spacing: 2px;
}

.pDestacadosSpan {
	color: #b5b5b5;
	letter-spacing: 2px;
	text-shadow: 0px 0px 2px rgba(94,0,0,1);
}

#contactoMapa {
	height:550px;
	text-align:center;
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}

.imageQuienesLeft {
	padding: 0px;
	margin:  7% 5%;
	float: right;
	border: 4px solid #101010;
	width: 90%;
}

.imageQuienesRight {
	padding: 0px;
	margin:  7% 5%;
	float: left;	
	border: 4px solid #101010;
	width: 90%;
}

.pQuienes {
	padding: 10% 10%;
	margin: 7% auto;
	text-align: left;
	text-align: left;
	color: #FF3030;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}

.pQuienesRight {
	padding: 10% 10%;
	margin: 7% auto;
	text-align: left;
	text-align: left;
	color: #993030;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}

.pQuienesSpan {
	color: #101010;
	letter-spacing: 2px;
}

.pQuienesSpanRight {
	color: #101010;
	letter-spacing: 2px;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}


.h3Quienes {
	color: #101010;
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
}

.pServicios{
	padding: 10% 10%;
	margin: 25px auto;
	text-align: left;
	text-align: left;
	color: #FF3030;
	font-size: 14px;
	letter-spacing: 2px;
	background: #171b26;
	max-width: 468px;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
}

.pServiciosSpan {
	color: #101010;
	letter-spacing: 2px;
}

.pServiciosUl {
	color: #FF3030;
	letter-spacing: 1px;
	line-height: 150%;
}

.pRecursos{
	padding: 2% 10%;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #FF3030;
	font-size: 14px;
	letter-spacing: 2px;
	background: #171b26;
	max-width: 468px;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
}

.textRecursos{
	padding: 2% 0;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #101010;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
}

.pRecursosSpanTop {
	padding: 2% 8%;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #FF3030;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
	background: #999;
}

.pRecursosSpan {
	padding: 2% 0;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
}

.pRecursosUlTop {
	padding: 2% 8%;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #101010;
	font-size: 14px;
	letter-spacing: 2px;
	max-width: 468px;
	line-height: 150%;
	background: #999;
}

.pRecursosUl {
	padding: 2% 5%;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 2px;
	max-width: 468px;
	line-height: 150%;
}

.h3Recursos {
	color: #e5e5e5;
}

.imageRecursos {
	padding: 0px;
	margin:  0px;
	float: left;	
	border: 4px solid #101010;
}


.imageContacto {
	padding: 0px;
	margin:  0px;	
	border: 4px solid #FFF;
}

.bgOffWhite {
	background: #e5e5e5;
}

.bgLightGrey {
	background: #d8d8d8;
}

.bgGrey {
	background: #999;	
}

.bgOffBlack {
	background: #353535;
}

.bgDark {
	background: #171b26;
}

.hrOffWhite{
	margin: 0px;
	border: 0px;
	height: 0;
	border-top: #d5d5d5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}

.hrOffBlack {
	margin: 1% 0px;
	border: 0px;
	height: 0;
	border-top: #101010 1px solid;
	border-bottom: #333333 1px solid;
}

#galeria{
	width: 90%;
	height:auto;
	border-radius:15px;
	margin:0px auto;
}

		.mapDiv{
			width: 50%;
			margin-left: 25%;	
		}

.pQuienes2 {
	height: 500px;
}

@media only screen and (max-width: 480px) {
.menuEnlace {
	width: 100%;
	max-width: 468px;
}

}

