/*
Theme Name:         Reverie
Theme URI:          http://themefortress.com/reverie/
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.2.0
Author:             Zhen Huang
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	
	
	
	/* Global */
	h1, h2, h3, h4, h5 { font-family: 'Open Sans', "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif; font-weight: 300; }
	
	/* Add Divider for Listed Posts */
	.post-divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure {
		margin-bottom: 17px;
	}
	figure img {
	height: auto;
	border: 1px solid #DDD;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px #ddd;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	border-image: initial;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Overwrite Off-Canvas Style */
	footer { background: #fff; color: inherit; padding: 10px 0; }
	.js [role="main"] { background: inherit; }
	.top-header { overflow: visible; }
	#content { padding-left: 0; }
	#sidebar { padding-right: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
/*  --------------------------
    Your Customized Style
    ----------------------- */

/*body {
	background: #000000;
}*/

.fondo-secciones {
	background:#ffffff;
}

.fondo-intro {
	background:#07132e;
}

/*	HEADER  */
.cont-menu {
	height:125px;
	background: url(images/fondo-header.jpg) top center #fff;
	position: fixed;
	width:100%;
	z-index: 300;
}

.logo-header {
	margin-top: 15px;
	display:inline-block;
}

/*.menup {
}

.menup a {
	color: #FFF;
	font-size: 14px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
}

.menup a:hover {
	color:#999999;
}*/

.btn-home {
	background: url(images/b-home.png) no-repeat;
	width: 97px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}


.btn-descargables {
	background: url(images/b-descargables.png) no-repeat;
	width: 182px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-eventos {
	background: url(images/b-eventosalternos.png) no-repeat;
	width: 217px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-registro {
	background: url(images/b-registro.png) no-repeat;
	width: 125px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-sede {
	background: url(images/b-sede.png) no-repeat;
	width: 93px;
	height: 35px;
	mmargin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-premiacion {
	background: url(images/b-premiacion.png) no-repeat;
	width: 154px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-contacto {
	background: url(images/b-contacto.png) no-repeat;
	width: 133px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 10px;
	transition: .5s;
}

.btn-preguntas {
	background: url(images/b-preguntasfrecuentes.png) no-repeat;
	width: 294px;
	height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-top: 20px;
	transition: .5s;
}

.btn-home:hover, .btn-descargables:hover, .btn-eventos:hover, .btn-registro:hover, .btn-sede:hover, .btn-premiacion:hover, .btn-contacto:hover, .btn-preguntas:hover{
	transform: scale(.9);
}

.anima-home {
	animation: anima-home .7s ease-in;
	-webkit-animation: anima-home .7s ease-in;
	}
	@keyframes anima-home{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}

.anima-descargables {
	animation: anima-descargables 1s ease-in;
	-webkit-animation: anima-descargables 1s ease-in;
	}	
	@keyframes anima-descargables{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-eventos {
	animation: anima-eventos 1.3s ease-in;
	-webkit-animation: anima-eventos 1.3s ease-in;
	}	
	@keyframes anima-eventos{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-registro {
	animation: anima-registro 1.6s ease-in;
	-webkit-animation: anima-registro 1.6s ease-in;
	}
	@keyframes anima-registro{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-sede {
	animation: anima-sede 1.9s ease-in;
	-webkit-animation: anima-sede 1.9s ease-in;
	}	
	@keyframes anima-sede{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-premiacion {
	animation: anima-premiacion 2.2s ease-in;
	-webkit-animation: anima-premiacion 2.2s ease-in;
	}
	@keyframes anima-premiacion{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-contacto {
	animation: anima-contacto 2.5s ease-in;
	-webkit-animation: anima-contacto 2.5s ease-in;
	}
	@keyframes anima-contacto{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}


.anima-preguntas {
	animation: anima-preguntas 2.8s ease-in;
	-webkit-animation: anima-preguntas 2.8s ease-in;
	}
	@keyframes anima-preguntas{
		0%{transform: translate(0px,-200px);}
		100%{transform: translate(0,0);}
	}
	
	
.textoenheader {
	color: #FFF;
	font-size: 12px;
	padding-top: 35px;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	display:inline-block;
}


.header-small {
	height:55px;
	background:  #000;
	position: fixed;
	width:100%;
	z-index: 300;
}


.menupeq {
	margin-top: 15px;
	margin-right: 15px;
	display: inline-block;
}


	
.logopeq {
	margin-left: 15px;
	display: inline-block;
}

.menu-desplegado {
	background: #4d4d4d;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	opacity: .9;
	margin-top: 55px;
	position:fixed;
	z-index:300;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;	
}

.menu-desplegado li {
	color:#000;
	border-bottom: #dea12a solid 1px;
	padding: 5px 10px;
	list-style: none;
	text-align: right;
}

.menu-desplegado a {
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size: 15px;
	color:#fff;
	display: block;
	width: 100%;
	height: 100%;
}
	
.menu-desplegado a:hover { 
	color:#dea12a;
}

a.current {
	color: #555555;            
}

.margenacontenido, .margenancla {
	height: 125px;
}



/*	FOOTER  */	

.contenedor-footer {
	height:auto;
	background:#fff;
	padding-top:20px;
	padding-bottom: 20px;
}

.logos-footer-a {
	margin-left: 10px;
	margin-right: 10px;
}

.logos-footer-b {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.texto-footer {
	color:#667085;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:11px;
}

.link-footer {
	color:#667085;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:14px;
}

.link-footer:hover {
	color:#667085;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:14px;
}

.derechosreservados {
	/*background: url(images/logotipo_footer.png) no-repeat left;*/
	color:#667085;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:14px;
	padding-left: 77px;
	padding-top: 20px;
	height: 35px;
	display: inline-block;
}



/*GENERALES*/

.fondo-blanco {
	background-color: #FFF;
	/*background: #fff url(images/fondo-textura-blanco.png) repeat;
	padding-top: 30px;
	padding-bottom: 30px;*/
}

.derecha {
	float:right;
}

.izquierda {
	float:left;
}

.alineaderecha {
	text-align:right;
}

.alineaizquierda {
	text-align:right;
}

.centrado {
	text-align:center;
}

.justificado {
	text-align: justify;
}

.escondida { display:none;}

.mostrada { display:inline-block;}

.titulo-normal{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-size:24px;
	line-height: 30px;
}

.texto-normal{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height: 24px;
	color: #000;
}


/*INICIO*/

.portada-inicio {
	background: url(images/portada_inicio.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 800px;
	padding-top: 20px;
}

.logotipo-inicio {
	margin-top: 80px;
	animation: logotipo-inicio 2s ease-in;
}
	@keyframes logotipo-inicio{
		0%{transform: scale(.2,.2) translate(0px,-200px);}
		100%{transform: scale(1,1) translate(0,0);}
	}


.fecha-inicio{
	animation: fecha-inicio 3s ease-in;
	-webkit-animation: fecha-inicio 2s ease-in infinite;
	}
	@keyframes fecha-inicio{
	0% {transform: scale(.9,.9)}
	50% {transform: scale(1,1)}
	100% {transform: scale(.9,.9)}
	} 


.fondo-inicio {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.titulo-sede-inicio {
	color:#00a3ce;
	font-size: 48px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-top: 200px;
	text-shadow: 3px 3px 7px #333;
	-webkit-text-stroke: 2px #fff;
}

.cuadro-sede-inicio {
	color:#fff;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	background: #ef4d6e;
	border: 2px solid #fff;
	box-shadow: 3px 3px 7px #333;
	max-width: 700px;
	border-radius: 20px;
	padding: 5px 10px;
	display: inline-block;
}

.bienvenidos {
	color: #828586;
	font-size: 72px;
	font-family: 'Josefin Sans', sans-serif;
}

.santuario {
	color: #f89e49;
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
}

.santuario span{
	color: #00a3ce;
	font-weight: 700;
	font-style: italic;
}




/*DESCARGABLES*/

.portada-descargables {
	background: url(images/portada_descargables.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-descargables {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #00a3ce;
}

.logotipo-descargables {
	margin-top: 10px;
	animation: logotipo-descargables 3s ease-in;
	-webkit-animation: logotipo-descargables 2s ease-in infinite;
	}
	@keyframes logotipo-descargables{
	0% {transform: scale(.9,.9)}
	50% {transform: scale(1,1)}
	100% {transform: scale(.9,.9)}
	} 
 


.fondo-descargables {
	background: #7fd1e6;
	padding-top: 70px;
	padding-bottom: 70px;
}


.btn-pdf {
	background: url(images/icono_pdf.png) no-repeat left center;
	height: 106px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-family: 'Righteous', cursive;
	text-shadow: 3px 3px #2fc3e9;
	-webkit-text-stroke: 1px #fff;
	padding-left: 110px;
	padding-top: 30px;
	text-decoration: underline;
	letter-spacing: 2px;
}


.btn-doc {
	background: url(images/icono_doc.png) no-repeat left center;
	height: 106px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-family: 'Righteous', cursive;
	text-shadow: 3px 3px #2fc3e9;
	-webkit-text-stroke: 1px #fff;
	padding-left: 110px;
	padding-top: 30px;
	text-decoration: underline;
	letter-spacing: 2px;
}

.btn-jpg {
	background: url(images/icono_jpg.png) no-repeat left center;
	height: 106px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-family: 'Righteous', cursive;
	text-shadow: 3px 3px #2fc3e9;
	-webkit-text-stroke: 1px #fff;
	padding-left: 110px;
	padding-top: 30px;
	text-decoration: underline;
	letter-spacing: 2px;
}




/*EVENTOS ALTERNOS*/

.portada-eventos {
	background: url(images/portada_eventosalternos.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-eventos {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #fbb138;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-eventos {
	background: #fed99c;
	padding-top: 70px;
	padding-bottom: 70px;
}


/*REGISTRO*/


.portada-registro {
	background: url(images/portada_registro.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-registro {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #f3733c;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-registro {
	background: #fbceba;
	padding-top: 70px;
	padding-bottom: 70px;
}


/*SEDE*/

.portada-sede {
	background: url(images/portada_sede.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-sede {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #ee3050;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-sede {
	background: #f697a7;
	padding-top: 70px;
	padding-bottom: 70px;
}

.btn-regular {
	background: url(images/fondo-btn-regular.png) no-repeat center center;
	width: 500px;
	height: 69px;
	display: inline-block;
	color: #fff;
	font-size: 32px;
	font-family: 'Righteous', cursive; 
	padding-top: 17px;
	text-shadow: 3px 3px #2fc3e9;
}

.btn-submenu{
	font-family: 'Righteous', cursive; 
	font-size: 24px;
	line-height: 26px;
	color: #a54a5a;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	border: 2px solid #a54a5a;
	padding: 5px 8px;
}

.btn-submenu:hover, .btn-submenu:focus, .btn-submenu:active{
	color: #333;
}

.titulo-sede{
	font-family: 'Righteous', cursive; 
	font-size: 32px;
	line-height: 38px;
	color: #a54a5a;
}


.titulo-hotel{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-size:24px;
	line-height: 30px;
	color: #a72b40;
}

.texto-hotel{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 22px;
	color: #000;
}

.link-hotel{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	line-height: 24px;
	color: #a54a5a;
}

.link-hotel:hover{
	color: #333;
}

.img-hotel {
	border: 2px solid #a71654;
}


/*PREMIACION*/

.portada-premiacion {
	background: url(images/portada_premiacion.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-premiacion {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #00a3ce;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-premiacion {
	background: #7fd3e9;
	padding-top: 70px;
	padding-bottom: 70px;
}


/*PREGUNTAS*/

.portada-preguntas {
	background: url(images/portada_preguntasfrecuentes.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-preguntas {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #f1713b;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-preguntas {
	background: #facdbb;
	padding-top: 70px;
	padding-bottom: 70px;
}

.imagen-preguntas {
	margin-top: 80px;
}

.titulo-preguntas{
	font-weight: bold;
	color: #c74c1b;
	font-family: 'Righteous', cursive; 
	font-size: 32px;
}


.caja-pregunta {
	background: #edab91;
	border-bottom: 2px solid #f18a61;
	padding: 20px;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

.pregunta{
	font-size: 28px;
	line-height: 40px;
	color: #c74c1b;
}

.respuesta {
	font-size:18px;
	line-height: 24px;
}

.respuesta a{
	font-weight: bold;
	color: #c74c1b;
}

.respuesta a:hover{
	color: #c74c1b;
	text-decoration: underline;
}


/*CONTACTO*/

.portada-contacto {
	background: url(images/portada_contacto.jpg) no-repeat center top fixed;
	background-size: cover;
	height: 590px;
	padding-top: 20px;
}

.margen-contacto {
	background: #FFFFFF;
	height: 15px;
	border-top: solid 5px #fbb138;
}

.logotipo-eventos {
	margin-top: 80px;
}


.fondo-contacto {
	background: #fdd89b;
	padding-top: 70px;
	padding-bottom: 70px;
}

.direccion {
	background: url(images/direccion_contacto.png) left no-repeat;
	font-family: 'Myriad Pro Semi Bold', 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:16px;
	color: #777;
	text-align:left;
	padding-left: 50px;
	display:inline-block;
	width:100%;
}

.telefono {
	background: url(images/telefono_contacto.png) left no-repeat;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:22px;
	color: #777;
	text-align:left;
	padding-left: 50px;
	display:inline-block;
	width:100%;
}

.mail {
	background: url(images/mail_contacto.png) left no-repeat;
	font-family: 'Open Sans', "Helvetica", Arial, Verdana, sans-serif;
	font-size:20px;
	color: #777;
	text-align:left;
	padding-left: 50px;
	display:inline-block;
	width:100%;
}

.instagram {
	background: url(images/iconos_redes.png) no-repeat 0px 0px;
	width: 37px;
	height: 38px;
	display:inline-block;
	float:right;
	margin-right:10px;
}

.facebook {
	background: url(images/iconos_redes.png) no-repeat -64px 0px;
	width: 20px;
	height: 38px;
	display:inline-block;
	margin-right:10px;
	margin-top: -10px;
}

.googlemas {
	background: url(images/iconos_redes.png) no-repeat -108px 0px;
	width: 40px;
	height: 38px;
	display:inline-block;
	float:right;
	margin-right:10px;
}

.twitter {
	background: url(images/iconos_redes.png) no-repeat -162px 0px;
	width: 40px;
	height: 38px;
	display:inline-block;
	margin-right:10px;
	margin-top: -10px;
}

.pinterest {
	background: url(images/iconos_redes.png) no-repeat -218px 0px;
	width: 38px;
	height: 38px;
	display:inline-block;
	float:right;
}


.form-contacto input[type='text']{ 
	color: #030303;
	height: 30px;
	border-bottom: 2px dotted #252424;
	box-shadow: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	font-size: 18px;
}

.form-contacto textarea{ 
	border-bottom: 2px dotted #252424;
	box-shadow: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	height: 200px;
	font-size: 18px;
}

.form-contacto input[type='submit']{ 
	background: #000;
	color: #fff;
	padding: 9px 30px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #20201F;
	width: 100%;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}


.caja-contacto-requerida { 
	color:#fff;
	font-size: 12px;
	display: none;
}

.enviado{   
	color: #141414;
	font-size: 14px; 
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
	
@media only screen and (max-width: 939px) {
	
	.contenedor-menu {
		background: #dea12a;
		padding-left: 10px;
		padding-right:10px;
		padding-top:10px;
	}
	
	.texto-footer {
		text-align:center;
	}
	
	.contenedor-footer .datosderecha{
		text-align:center;
		margin-top:15px;
	}
	
	.contenedor-footer .datosizquierda{
		text-align:center;
	}	
	
	.margenacontenido, .margenancla {
		height: 55px;
	}
	
	
	.btn-pdf, .btn-doc, .btn-jpg {
		font-size: 18px;
		text-shadow: 3px 3px #2fc3e9;
		-webkit-text-stroke: 2px #fff;
		line-height: 24px;
	}

	
	
}

