@charset "UTF-8";
* {
	padding:0;
	margin:0;
}
@font-face{
	font-family:'GothamHTF-Book';
	src:url(../fonts/GothamHTF-Book.eot);
	src:url(../fonts/GothamHTF-Book.ttf) format("truetype"),
	url(../fonts/GothamHTF-Book.woff2),
	url(../fonts/GothamHTF-Book.svg) format('svg');
	}
@font-face{
	font-family:'GothamHTF-Medium';
	src:url(../fonts/GothamHTF-Medium.eot);
	src:url(../fonts/GothamHTF-Medium.ttf) format("truetype"),
	url(../fonts/GothamHTF-Medium.woff2),
	url(../fonts/GothamHTF-Medium.svg) format('svg');
	}
@font-face{
	font-family:'GothamRounded-Medium';
	src:url(../fonts/GothamRounded-Medium.eot);
	src:url(../fonts/GothamRounded-Medium.ttf) format("truetype"),
	url(../fonts/GothamRounded-Medium.woff2),
	url(../fonts/GothamRounded-Medium.svg) format('svg');
	}
body {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:14px ;
	color:#000;
}
.wrapper {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.banner_home, .banner_propiedades, .banner_propiedades_detalle, .banner_contacto {

	background-repeat:no-repeat;
	background-size: cover;
	background-position: right center;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	height:400px;
	line-height:30px;
	}

.banner_servicios, .banner_nosotros {

	background-repeat:no-repeat;
	background-size: cover;
	background-position: right center;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
	height:600px;
	line-height:30px;
	}

.banner_home {
	background-image:url(../images/grafico_home.jpg);
}
.banner_contacto {
	background-image:url(../images/grafico_contacto.jpg);
}
.banner_servicios {
	background-image:url(../images/grafico_servicios.jpg);
}
.banner_nosotros {
	background-image:url(../images/grafico_nosotros.jpg);
}

.banner_propiedades {
	background-image:url(../images/grafico_propiedades.jpg);
}
.banner_propiedades_detalle {
	background-image:url(../images/grafico_propiedades_detalle.jpg);
}

.header {
	background-color:aliceblue;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
}
.WP_top {
	position:absolute;
	top:8px;
	right:9px;
}
.WP_top a:hover {
	opacity:0.7;
	transition:0.3s ease;
	
}
.prop_destacadas {
	background: rgb(205,219,240);
background: linear-gradient(0deg, rgba(205,219,240,1) 0%, rgba(235,239,249,1) 100%);
	padding-top:30px;
	padding-bottom:30px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	
}
.prop_destacadas h2 {
	padding-top:25px;
}
.prop_listado {
	background: rgb(235,239,249,1);
background: linear-gradient(0deg, rgba(235,239,249,1) 0%, rgba(205,219,240,1) 100%);
	padding-top:30px;
	padding-bottom:30px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	
}
h1 {
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:40px ;
}
h2 {
	text-align:center;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:28px ;
	color:#1B3665;
}
h3 {
	text-align:center;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:22px ;
}
.col2_detalle h3, .col1_detalle2 h3{
	text-align: left;
}
h1 {
	
	color:#1B3665;
}
.hashtag {	
	color:#1B3665;
}
.col_banner{
	width: 40%;
	float: left;
}
.parrafo_header{
	color:#1B3665;
	width:30%;
	line-height:23px;
	font-size:17px;
	margin-top:20px;
	
}
h1 span {
	color:#F58020;
}
.txt_naranja {
	color:#F58020;
}
.txt_nota {
	font-size: 14px;
}
.left_header input, .left_header select {
	color:#1b3665;
	float:left;
	width:20%;
}
.input_border {
	border: thin #6FA8DB solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
}
.input_filters {
	border: thin #6FA8DB solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5%;
	padding-right:5%;
	width:70%;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:20px;
}
.input_ch {
	border: thin #6FA8DB solid;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:1%;
	padding-right:1%;
	width:15%;
	margin-right:2%;
	margin-left:2%;
	margin-bottom:20px;
}
.seccion_filtros_propiedades {
	padding-top:20px;
	padding-bottom:20px;
}

.bot_buscar a {
	text-decoration:none;
	color:#FFF;
	background-color:#F58020;
	display:block;
	float:left;
	padding:4px 3% 4px 3%;
	margin-left:10%;
	border-radius:15px;
	font-size:18px;
}
.bot_buscar a:hover {
	transition_0.3s ease;
	background-color:#1b3665;
}
.buton_contacto {
	font-size:18px;
	background-color:#F58020;
	color:#FFF;
	padding:4px 3% 4px 3%;
	transition:0.3s ease;
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	border-radius:8px;
	cursor:pointer;
	border:2px solid #F58020;
	-webkit-border-radius: 10px; /* Para Safari y Chrome */
	-moz-border-radius: 10px; /* Para Firefox */
	-khtml-border-radius:10px; /* Navegadores de Linux */
	border-radius: 10px; /* CSS3 */
	min-width: 150px;
}
.buton_contacto:hover {
		transition: 0.3s ease;
	background-color:#1b3665;
}
.col1_filtros {
	float:left;
	width:33%;
}
.right_header {
	margin-left:20px;
	float:right;
	font-family: 'GothamRounded-Medium',Helvetica, Arial, sans-serif;
	font-size:16px ;
	
}
.right_header ul {


	
}
.right_header li {
	display:inline;
	
}
.right_header a {
	text-decoration:none;
	color:#1b3665;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	
}
.right_header a:hover, .inicio .navi01 a, .nosotros .navi02 a, .propiedades .navi03 a, .servicios .navi04 a, .contacto .navi05 a {
	transition:0.3s ease;
	color:#F58020;
}

.bloque_prop {
	margin-top:30px;
	float:left;
	width:33%;
	text-align:center;
}
.clear {
	clear:both;
}
.foto_propiedad{
	border:white 3px solid;
}
.img_lupa{
	width:37%;
	text-align:center;
	margin-right: 25%;
	margin-top: 15%;
	/*position:relative;*/
	float: right;
	max-width: 350px;
}
/*.img_ubicacion{
	height: auto;
	width: 300px;
}*/
.img_prop_bloques {
	width:60%;
	text-align:center;
	border:white 3px solid;
}
.img_prop_bloques:hover {
	transition:0.3s ease;
	border:#F58020 3px solid;
}
.logo {
	margin-bottom:50px;
}
.ic1_prop {
	float:left;
	width:33%;
	text-align:right;
}
.ic2_prop {
	float:left;
	width:33%;
	text-align:center;
}
.ic3_prop {
	float:left;
	width:33%;
	text-align:left;
}
.nombre_propiedad {
	font-size:20px;
	padding-top:11px;
	padding-bottom:11px;
	
}
.boton_mas_detalles {
	width:40%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	cursor: pointer;

}
.boton_mas_detalles a {
	display:block;
	text-decoration:none;
	color:#F58020;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right;20px;
	background:white;
	border-radius: 15px;

}
.boton_mas_detalles a:hover {
	transition:0.3s ease;
	color:#FFF;
	background:#1B3665;
}
.servicios_home {
	background: rgb(126,148,203);
background: linear-gradient(180deg, rgba(126,148,203,1) 0%, rgba(179,190,225,1) 100%);
	padding-bottom:60px;
	padding-top:30px;
}

.seccion_detalle_azul {
	background: rgb(126,148,203);
background: linear-gradient(180deg, rgba(126,148,203,1) 0%, rgba(179,190,225,1) 100%);
	padding-bottom:60px;

	color:#FFF;
}

.seccion_detalle_azul h2 {
	color:#FFF;
	text-align:left;
}


.bloque_icono_servicios {

	color:#FFF;
	float:left;
	
}
.align_left {
	width:25%;
	text-align:left;
}
.align_center {
	width:50%;
	text-align:center;
}
.align_right {
	width:25%;
	text-align:right;
}
h2 .color_white {
	color:#FFF;
	margin-bottom:20px;
}
.ic_servicios_home a:hover {
	transition:0.3s ease;
	opacity:0.6;
}

.nombre_servicios_home {
	margin-top:20px;
}
.nombre_servicios_home a {
	color:#FFF;
	text-decoration:none;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:18px ;
	
}
.nombre_servicios_home a:hover {
	transition:0.3s ease;
	color:#F58020;
}
.footer {
	background-color:#1B3665;
	min-height:120px;
	color:#FFF;
	font-size:12px;
	padding-left:5%;
	padding-right:5%;
	padding-top:40px;
	
	}

.footer a {
	color:#FFF;
}
.footer a:hover {
	color:#F58020;
}
.col1_foot {
	float:left;
	width:33%;
	text-align:left;
	}
.col2_foot {
	float:left;
	width:33%;
	text-align:center;
}
.col3_foot {
	float:right;
	width:33%;
	text-align:right;
	padding-top:20px;
	font-size:10px;
	}
.wp_verde {
	position:fixed;
	top:20px;
	right:20px;
	}
.ic_valores {
	width:80%;
	max-width:250px;
	
	}
.val1 {
	float:left;
	text-align:center;
	width:12%;
	padding-left:4%;
	padding-right:4%;
	font-size:16px;
	}
.ic_valores {
	width:80%;
	max-width:250px;
	
	}
.container_white {
	padding-left:5%;
	padding-right:5%;
	}
.articulos_home {
	padding-top:30px;
	padding-bottom:30px;
}
.bloque_art1 {
	float:left;
	width:45%;
	margin-top:30px;
	color:#1B3665;
}
.bloque_art2 {
	float:left;
	width:45%;
	margin-left:10%;
	margin-top:30px;
	color:#1B3665;
}
.tit_articulo {
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:20px ;
	margin-bottom:10px;
}
.descripcion_articulo {
	margin-bottom:10px;
}
.foto_articulos {
	float:left;
	width:45%;
}
.boton_articulo a {
	text-decoration:none;
	color:#F58020;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:16px ;
}
.boton_articulo a:hover {
	transition:0.3s ease;
	color:#1B3665;
}
.img_articulo {
	width:90%;
	margin-right:10%;
	max-width:240px;
}
.img_articulo_90 {
	width:90%;
	margin-right:10%;
	text-align:center;
	border:white 3px solid;
}
.img_articulo_90:hover {
	transition:0.3s ease;
	border:#F58020 3px solid;
}
.col1_foot a:hover {
	opacity:0.5;
	transition:0.3s ease;
}
.img_ic_servicios {
	width:50%;
	max-width:107px;
}
.col1_detalle {
	float:left;
	width:45%;
	padding-top:30px;
}
.col2_detalle {
	float:right;
	width:45%;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:16px ;
}
.img_foto_detalle {
	width:96%;
	border:solid 5px white;

}
.lupa_detalle {
	position:relative;
	bottom:5px;
	left:5px;
}
.col2_detalle h2, h3 {
	margin-bottom:20px;
}
.height_space {
	margin-bottom:12px;
}
.seccion2_detalle {
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:16px ;
	color:#1B3665;
	background: rgb(205,219,240);
background: linear-gradient(0deg, rgba(205,219,240,1) 0%, rgba(235,239,249,1) 100%);
	
	padding-bottom:30px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	
	
}
.col1_detalle2 {
	float:left;
	width:45%;
	padding-top:30px;
}
.col1_detalle2 h3 {
	margin-top:40px;
}
.descripcion_propiedad {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
}
.mapa_google_detalle {
	margin-top:25px;
	margin-bottom:25px;
}
.boton_regresar a {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
	float:right;
	text-decoration:none;
	background-image:url("../images/flechita_regresar_naranja.png");
	background-repeat:no-repeat;
	Background-size:18px 22px;
	background-position:5px 5px;
	background-color:#FFF;
	display:block;
	padding:8px 4% 8px 7%;
	border-radius:15px;
	color:#F58020;
	
}
.boton_regresar a:hover {
	transition:0.3s ease;
	background-color:#1B3665;
}
.boton_regresar2 a {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
	float:left;
	margin-left:5%;
	text-decoration:none;
	background-image:url("../images/flechita_regresar_naranja.png");
	background-repeat:no-repeat;
	Background-size:18px 22px;
	background-position:5px 5px;
	background-color:#FFF;
	display:block;
	padding:8px 4% 8px 7%;
	border-radius:15px;
	color:#F58020;
	
}
.boton_regresar2 a:hover {
	transition:0.3s ease;
	background-color:#1B3665;
}
.boton_similares a {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
	float:left;
	text-decoration:none;
	background-image:url("../images/ic_mas_naranja.png");
	background-repeat:no-repeat;
	Background-size:22px 22px;
	background-position:5px 5px;
	background-color:#FFF;
	display:block;
	padding:8px 4% 8px 7%;
	border-radius:15px;
	color:#F58020;
	
}
.boton_similares a:hover {
	transition:0.3s ease;
	background-color:#1B3665;
}
.col2_detalle2_form {
	float:right;
	width:30%;
	background-color:#1B3665;
	color:#FFF;
	padding:40px 5% 40px 5%;
	
}
.col_detalle_contacto {
	float:left;
	width:30%;
	background-color:#1B3665;
	color:#FFF;
	padding:40px 5% 40px 5%;
	
}
.col_detalle_contacto2 {
	float:left;
	width:50%;
	background-color:#1B3665;
	color:#FFF;
	padding:40px 5% 40px 5%;
	
}
.input_form_box {
	width:92%;
	padding:8px 4% 8px 4%;
	margin-bottom:10px;
	border-radius:12px;
	background-color:#E6E7E8;
	border:none;
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
}
.text_area_style {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:16px ;
	width:92%;
	padding:8px 4% 8px 4%;
	margin-bottom:10px;
	border-radius:12px;
	background-color:#E6E7E8;
	border:none;
}

.bot_enviar a {
	text-decoration:none;
	color:#FFF;
	background-color:#F58020;
	display:block;
	float:left;
	padding:8px 6% 5px 6%;
	width:30%;
	margin-left:30%;
	margin-right:30%;
	border-radius:15px;
	font-size:18px;
	text-align:center;
}
.bot_enviar a:hover {
	transition:0.3s ease;
	background-color:#FFF;
	color:#F58020;
}
.Subtit_interes {
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:18px ;
	color:#FEE000;
	text-align:center;
	margin-bottom:20px;
	
}
.Tit_contactanos {
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:40px ;
	text-align:center;
	margin-bottom:20px;
	
}

.bloque_servicios_float1 {
	float:left;
	width:27%;
	text-align:center;
	color:#fff;
	margin-left:3%;
	margin-right:3%;
}
.boton_servicios_accion a {
	text-decoration:none;
	display:block; 
	background-color:#1B3665;
	color:#FEE000;
	padding:8px 5% 8px 5%;
	margin-left:20%;
	margin-right:20%;
	border-radius:14px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
}
.boton_servicios_accion a:hover {
	transition:0.3s ease;
	color:#FFF;
	background-color:#F58020;
}
.pregunta_tab a {
	background-color:#7e94cb;
	display:block;
	width:90%;
	padding:8px 5% 8px 5%;
	text-decoration:none;
	color:#FFF;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:18px ;
	background-image:url("../images/flechita_barra_cerrada.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:15px 15px;
	margin-bottom:20px;
}
.pregunta_tab a:hover {
	transition:0.3s ease;
	background-color:#F58020;
	
}
.activo_pregunta a {
	background-color:#F58020;
	display:block;
	width:90%;
	padding:8px 5% 8px 5%;
	text-decoration:none;
	color:#FFF;
	font-family: 'GothamHTF-Medium',Helvetica, Arial, sans-serif;
	font-size:18px ;
	background-image:url("../images/flechita_barra_abierta.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:22px 10px;
	margin-bottom:10px;
	
}
.parrafo_respuesta {
	margin-bottom:20px;
	margin-left:5%;
	margin-right:5%;
	display: none;
}
.parraf_servicio {
	font-size:16px;
}
.parrafo_central {
	text-align:center;
	width:30%;
	margin-left:35%;
	margin-right:35%;
	margin-top:30px;
	line-height:25px;
	}

.parrafo_central h3 {
	font-size:22px;
	color:#1B3665;
}
.val1 {
	color:#626262;
}


.boton1, .boton2, .boton3 {
	
	}
.boton1 a {
	left:5%;
	}
.boton2 a {
	left:44%;
	}
.boton3 a {
	right:5%;
	}
.boton1 a, .boton2 a, .boton3 a {
	background-color:#1B3665;
	padding:15px;
	position:fixed;
	bottom:0px;
	font-size:20px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-xhtml-border-radius:15px;
	-o-border-radius:15px;
	-ms-border-radius:15px;
	border:thin #FFF solid;
	color:#FEE000;
	text-decoration:none;

	}
.boton1 a:hover, .boton2 a:hover, .boton3 a:hover {
	background-color:#F58020;
	color:#FFF;
	}
.hashtag_gde {
	font-family: 'GothamHTF-Book',Helvetica, Arial, sans-serif;
	font-size:28px ;
}
.hashtag_gde span {
	color:#F58020;
}
.contacto_body {
	background-color:#1B3665;
	color:#FFF;
	border-bottom:solid #FEE000 1px;
}
/* paginación */
.navegacion_resultados {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-size:14px;
}
.navegacion_resultados a {
color:#036;
text-decoration:none;

}
/****ANIMACIONES*****/



.anima_izquierda_derecha {

transition:animation 5s ease-in;
-webkit-transition:-webkit-animation 5s ease-in;
-moz-transition:-moz-animation 5s ease-in;
-ms-transition:-ms-animation 5s ease-in;
-xhtml-transition:-xhtml-animation 5s ease-in;
-o-transition:-o-animation 5s ease-in;
		

animation:izqDer 5s;
-webkit-animation:izqDer 5s;
-moz-animation:izqDer 5s;
-ms-animation:izqDer 5s;
-xhtml-animation:izqDer 5s;
-o-animation:izqDer 5s;
}

@keyframes izqDer{
		0%{opacity:0; transform:translatex(-100px);}
		
		100%{opacity:1; transform:translatex(0px);}
		}
@-webkit-keyframes izqDer{
		0%{opacity:0; -webkit-transform:translatex(-100px);}
	
		100%{opacity:1; -webkit-transform:translatex(0px);}
		}
@-moz-keyframes izqDer{
		0%{opacity:0; -moz-transform:translatex(-100px);}
		
		100%{opacity:1; -moz-transform:translatex(0px);}
		}
@-ms-keyframes izqDer{
		0%{opacity:0; -ms-transform:translatex(-100px);}
		
		100%{opacity:1; -ms-transform:translatex(0px);}
		}
@-xhtml-keyframes izqDer{
	0%{opacity:0; -xhtml-transform:translatex(-100px);}
		
		100%{opacity:1; -xhtml-transform:translatex(0px);}
		}
@-o-keyframes izqDer{
		0%{opacity:0; -0-transform:translatex(-100px);}
		
		100%{opacity:1; -0-transform:translatex(0px);}
		}



.anima_derecha_izquierda {

transition:animation 2s ease-in;
-webkit-transition:-webkit-animation 2s ease-in;
-moz-transition:-moz-animation 2s ease-in;
-ms-transition:-ms-animation 2s ease-in;
-xhtml-transition:-xhtml-animation 2s ease-in;
-o-transition:-o-animation 2s ease-in;
		

animation:moverTit 2s;
-webkit-animation:moverTit 2s;
-moz-animation:moverTit 2s;
-ms-animation:moverTit 2s;
-xhtml-animation:moverTit 2s;
-o-animation:moverTit 2s;
}

@keyframes moverTit{
		0%{opacity:0; transform:translatex(100px);}
		
		100%{opacity:1; transform:translatex(0px);}
		}
@-webkit-keyframes moverTit{
		0%{opacity:0; -webkit-transform:translatex(100px);}
	
		100%{opacity:1; -webkit-transform:translatex(0px);}
		}
@-moz-keyframes moverTit{
		0%{opacity:0; -moz-transform:translatex(100px);}
		
		100%{opacity:1; -moz-transform:translatex(0px);}
		}
@-ms-keyframes moverTit{
		0%{opacity:0; -ms-transform:translatex(100px);}
		
		100%{opacity:1; -ms-transform:translatex(0px);}
		}
@-xhtml-keyframes moverTit{
	0%{opacity:0; -xhtml-transform:translatex(100px);}
		
		100%{opacity:1; -xhtml-transform:translatex(0px);}
		}
@-o-keyframes moverTit{
		0%{opacity:0; -0-transform:translatex(100px);}
		
		100%{opacity:1; -0-transform:translatex(0px);}
		}




.anima_abajo_arriba {

transition:animation 2s ease-in;
-webkit-transition:-webkit-animation 2s ease-in;
-moz-transition:-moz-animation 2s ease-in;
-ms-transition:-ms-animation 2s ease-in;
-xhtml-transition:-xhtml-animation 2s ease-in;
-o-transition:-o-animation 2s ease-in;
		

animation:abajoArriba 2s;
-webkit-animation:abajoArriba 2s;
-moz-animation:abajoArriba 2s;
-ms-animation:abajoArriba 2s;
-xhtml-animation:abajoArriba 2s;
-o-animation:abajoArriba 2s;
}

@keyframes abajoArriba{
		0%{opacity:0; transform:translatey(100px);}
		
		100%{opacity:1; transform:translatey(0px);}
		}
@-webkit-keyframes abajoArriba{
		0%{opacity:0; -webkit-transform:translatey(100px);}
	
		100%{opacity:1; -webkit-transform:translatey(0px);}
		}
@-moz-keyframes abajoArriba{
		0%{opacity:0; -moz-transform:translatey(100px);}
		
		100%{opacity:1; -moz-transform:translatey(0px);}
		}
@-ms-keyframes abajoArriba{
		0%{opacity:0; -ms-transform:translatey(100px);}
		
		100%{opacity:1; -ms-transform:translatey(0px);}
		}
@-xhtml-keyframes abajoArriba{
	0%{opacity:0; -xhtml-transform:translatey(100px);}
		
		100%{opacity:1; -xhtml-transform:translatey(0px);}
		}
@-o-keyframes abajoArriba{
		0%{opacity:0; -0-transform:translatey(100px);}
		
		100%{opacity:1; -0-transform:translatey(0px);}
		}

