@charset "utf-8";
/* CSS Document */

body{
	border:0px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	background:url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	background-size:cover;
	/*background-repeat:repeat-x;*/
}

.contenedor{
	width:984px;
	height:900px;
	margin:auto;
	margin-top:-0.6em;
}

.contenedor .encabezado{
	float:left;
	width:983px;
	height:150px;
	border-bottom:3px solid #92b916;
}

.contenedor .encabezado .logo{
	float:left;
	width:300px;
	height:150px;
}

.contenedor .encabezado .busqueda{
	float:right;
	width:320px;
	height:150px;
}

.contenedor .encabezado .busqueda .parteSuperior{
	float:left;
	width:320px;
	height:50px;
}

.contenedor .encabezado .busqueda .parteSuperior .parte1{
	float:left;
	width:148px;
	height:49px;
	text-align:center;
	color:#FFFFFF;
}

/*titulo encabezado*/
.contenedor .encabezado .contenedor-redes{
	float:left;
	width:350px;
	height:150px;
}

.contenedor .encabezado .contenedor-redes .titulo-encabezado{
	float:left;
	width:360px;
	height:50px;
	margin-top:3.9em;
	background:url(../imagenes/un_condutor.png);
	background-repeat:no-repeat;
}

/*Redes sociales encabezado*/
.contenedor .encabezado .contenedor-redes .redes{
	float:right;
	width:300px;
	height:50px;
	border:none;
}

.contenedor .encabezado .contenedor-redes .redes table tr td a img{
	border:none;
}

.contenedor .encabezado .busqueda .parteSuperior .parte1 a{
	text-decoration:none;
}

.contenedor .encabezado .busqueda .parteSuperior .parte1 a img{
	border:none;
}

.contenedor .encabezado .busqueda .parteSuperior .parte1 a strong:hover{
	color:#971721;
}

.contenedor .encabezado .busqueda .parteSuperior .parte1 a:link, a:visited{
	color:#FFFFFF;
}

.contenedor .encabezado .busqueda .parteSuperior .parte2{
	float:right;
	width:140px;
	height:41px;
	background:url(../imagenes/suscribete.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#92b916;
}

.contenedor .encabezado .busqueda .parteSuperior .parte2 a{
	text-decoration:none;
	color:inherit;
}

.contenedor .encabezado .busqueda .parteSuperior .parte2 a:hover{
	color:#971721;
}

input#redondear{
	height:25px;
	border:1px solid #92b916;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-left:15px;
}

input#redondear2{
	height:20px;
	border:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-left:10px;
	font-size:12px;
}

input#redondear3{
	height:20px;
	border:1px solid #999;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-left:10px;
}

.contenedor .encabezado .busqueda .parteSuperior .parte2 table tr td input{
	border:1px solid #971721;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.contenedor .encabezado .busqueda .parteInferior{
	float:right;
	width:300px;
	height:50px;
	margin-top:3em;
}

.contenedor .menu{
	float:left;
	width:983px;
	height:50px;
}

.contenedor .menu table tr td a .inicio{
	width:147px;
	height:41px;
	margin-top:-1em;
	background:url(../imagenes/inicio.png);
}

.contenedor .menu table tr td a .inicio:hover{
	background:url(../imagenes/inicio_h.png);
	color:#FFF;
}

.contenedor .menu table tr td a .quienes{
	width:147px;
	height:41px;
	margin-top:-1em;
	background:url(../imagenes/quienes_somos.png);
}

.contenedor .menu table tr td a .quienes:hover{
	background:url(../imagenes/quienes_somos_h.png);
	color:#FFF;
}

.contenedor .menu table tr td a .productos{
	width:167px;
	height:41px;
	margin-top:-1em;
	background:url(../imagenes/nuestros_cursos.png);
}

.contenedor .menu table tr td a .productos:hover{
	background:url(../imagenes/nuestros_cursos_h.png);
	color:#FFF;
}

.contenedor .menu table tr td a .mundo{
	width:147px;
	height:41px;
	margin-top:-1em;
	background:url(../imagenes/redes_sociales.png);
}

.contenedor .menu table tr td a .mundo:hover{
	background:url(../imagenes/redes_sociales_h.png);
	color:#FFF;
}

.contenedor .menu table tr td a .contactenos{
	width:147px;
	height:41px;
	margin-top:-1em;
	background:url(../imagenes/contactenos.png);
}

.contenedor .menu table tr td a .contactenos:hover{
	background:url(../imagenes/contactenos_h.png);
	color:#FFF;
}

.contenedor .menu table{
	table-layout:fixed;
	color:#666;
	text-align:center;
}

.contenedor .menu table tr td a{
	width:147px;
	height:41px;
	text-decoration:none;
	color:#666;
}

/*-----------------------------PARTE DEL CONTENIDO PRINCIPAL DE LA PAGINA----------------------*/

.contenedor .banner{
	float:left;
	width:983px;
	height:300px;
	margin-top:5em;
}

.contenedor .banner .login{
	float:left;
	width:300px;
	height:300px;
}

.contenedor .banner .login a img{
	border:none;
}

.contenedor .banner .login .iniciar_session{
	float:left;
	width:300px;
	height:100px;
	background:url(../imagenes/fondo_campus.png);
}

.contenedor .banner .login .menu-inferior{
	float:left;
	width:300px;
	height:200px;
	background:#B3B3B3;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-bottom-radius:10px;
}

.contenedor .banner .login .menu-inferior a img{
	border:none;
}

img#mundo_social:hover{
	background:url(../imagenes/mundo_social_h.png);
}

img#zona_interactiva:hover{
	background:url(../imagenes/zona_interactiva_h.png);
}

img#tecnologia:hover{
	background:url(../imagenes/tecnologia_h.png);
}

img#imagenes:hover{
	background:url(../imagenes/imagenes_h.png);
}

img#videos:hover{
	background:url(../imagenes/videos-h.png);
}

.contenedor .banner .imagenes_banner{
	float:left;
	width:680px;
	height:300px;
	margin-left:1px;
}


/*-----------------------------------------SUB MENU----------------------*/

.contenedor .submenu{
	float:left;
	width:300px;
	height:150px;
	margin-top:2em;
}

.contenedor .submenu a img{
	border:none;
}

.contenedor .submenu2{
	float:left;
	width:300px;
	height:150px;
	margin:2em 0px 0px 2.9em;
}

.contenedor .submenu2 a img{
	border:none;
}

.contenedor .submenu3{
	float:left;
	width:300px;
	height:150px;
	margin:2em 0px 0px 2.9em;
}

.contenedor .submenu3 a img{
	border:none;
}

/*-------------------------------------PARTE INFERIOR------------------------------*/
.contenedor .invitacion{
	float:left;
	width:500px;
	height:250px;
	margin-top:2em;
	background:url(../imagenes/ultimas_noticias.png);
}

.contenedor .invitacion .centrar-invitacion{
	float:left;
	width:457px;
	height:184px;
	margin:5.3em 0px 0px 3em;
	font-size:10px;
	overflow:auto;
}

.contenedor .invitacion .centrar-invitacion strong{
	color:#666;
	font-size:14px;
}

.contenedor .invitacion .centrar-invitacion a{
	text-decoration:none;
	color:inherit;
}

.contenedor .invitacion .centrar-invitacion a:hover{
	color:#666;
}

.contenedor .invitacion .centrar-invitacion a:hover strong{
	color:#8DC63F;
}

.contenedor .invitacion .centrar-invitacion hr{
	background:#cccccc;
	color:#CCCCCC;
}

.contenedor .invitacion .centrar-invitacion span{
	color:#999999;
	font-size:11px;
	text-align:right;
}


.contenedor .eventos{
	float:left;
	width:200px;
	height:250px;
	margin:2em 0px 0px 2.9em;
	background:url(../imagenes/eventos.png);
}

.contenedor .eventos .centrar-eventos{
	float:left;
	width:178px;
	height:184px;
	font-size:10px;
	margin:5.3em 0px 0px 1.4em;
	overflow:auto;
}

.contenedor .eventos .centrar-eventos a{
	text-decoration:none;
	color:inherit;
}

.contenedor .eventos .centrar-eventos a:hover{
	color:#666;
}

.contenedor .eventos .centrar-eventos a:hover strong{
	color:#8DC63F;
}

.contenedor .eventos .centrar-eventos strong{
	color:#666;
	font-size:14px;
}

.contenedor .eventos .centrar-eventos hr{
	background:#cccccc;
	color:#CCCCCC;
}

.contenedor .eventos .centrar-eventos span{
	color:#333;
	font-size:11px;
	text-align:right;
}

.contenedor .galeria{
	float:left;
	width:200px;
	height:250px;
	margin:2em 0px 0px 2.9em;
	background:url(../imagenes/galeria.png);
}

.contenedor .galeria .centrar-galeria{
	float:left;
	width:200px;
	height:200px;
	margin:4.8em 0px 0px 0px;
	overflow:auto;
}

.contenedor .galeria .centrar-galeria .imagen-galeria{
	float:left;
	width:80px;
	height:70px;
	margin:1em 0px 0px 1em;
	border:3px solid #FFFFFF;
}

.contenedor .galeria .centrar-galeria .imagen-galeria .fecha-galeria{
	width:79px;
	height:auto;
	margin:-15px auto 0px auto;
	color:#FFF;
	text-align:center;
	display:none;
}


/*--------------------------------------------FOOTER DE LA PAGINA----------------------------*/
.contenedor .footer{
	float:left;
	width:984px;
	height:50px;
	margin-top:1em;
	border-top:3px solid #92b916;
}

.contenedor .footer .footer1{
	float:left;
	width:250px;
	height:50px;
}

.contenedor .footer .footer2{
	float:right;
	width:600px;
	height:50px;
}

.contenedor .footer .footer2 a{
	text-decoration:none;
	color:inherit;
}

.contenedor .footer .footer2 a:hover{
	color:#971721;
}

/*------------------------------------QUIÉNES SOMOS---------------------------------------*/
.contenedor .menu-quienes{
	float:left;
	width:984px;
	height:10px;
	margin-top:10em;
	border-top:3px solid #92b916;
	background:#CCCCCC;
}

.contenedor .menu-quienes .historia{
	float:left;
	width:150px;
	height:105px;
	margin-top:-3.8em;
	background:url(../imagenes/HISTORIA.png);
	background-repeat:no-repeat;
}

.contenedor .menu-quienes .historia:hover{
	background:url(../imagenes/historia_h.png);
}


.contenedor .menu-quienes .mision{
	float:left;
	width:150px;
	height:105px;
	margin-top:-3.8em;
	margin-left:2em;
	background:url(../imagenes/MISION.png);
	background-repeat:no-repeat;
}

.contenedor .menu-quienes .mision:hover{
	background:url(../imagenes/mision_h.png);
}

.contenedor .menu-quienes .empresa{
	float:left;
	width:150px;
	height:105px;
	margin-top:-3.8em;
	margin-left:2em;
	background:url(../imagenes/EMPRESA.png);
	background-repeat:no-repeat;
}

.contenedor .menu-quienes .empresa:hover{
	background:url(../imagenes/EMPRESA_H.png);
}

.contenedor .menu-quienes .responsabilidad{
	float:left;
	width:150px;
	height:105px;
	margin-top:-3.8em;
	margin-left:2em;
	background:url(../imagenes/responsabilidad.png);
	background-repeat:no-repeat;
}

.contenedor .menu-quienes .responsabilidad:hover{
	background:url(../imagenes/responsabilidad_h.png);
}

.contenedor .sep-1{
	clear:both;
	width:984px;
	height:15px;
}

.contenedor .menu-quienes2{
	clear:both;
	width:984px;
	height:600px;
	border-top:3px solid #92b916;
	border:3px solid #CCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#b2b2b2;
}

.contenedor .menu-quienes2 .correr-quienes{
	width:950px;
	height:550px;
	margin:auto;
	margin-top:3em;
	background:#FFF;
}

/*-----------------------------------------------REDES SOCIALES-----------------------------*/
.contenedor .redes_sociales{
	float:left;
	width:983px;
	height:10px;
	margin-top:5em;
	background:#CCCCCC;
	border-top:3px solid #92b916;
}

.contenedor .redes_sociales1{
	float:left;
	width:983px;
	height:600px;
	margin-top:1.5em;
	border:3px solid #b2b2b2;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#FFFFFF;
}

.contenedor .redes_sociales1 .twitter{
	float:left;
	width:350px;
	height:548px;
	margin:2em 0px 0px 1em;
	background:url(../imagenes/twitear.png);
}

.contenedor .redes_sociales1 .twitter .centrar-twitter{
	float:left;
	width:320px;
	height:430px;
	margin:6.8em 0px 0px 1.2em;
}

.contenedor .redes_sociales1 .titulo_redes{
	float:left;
	width:260px;
	height:400px;
	margin-top:8em;
}

.contenedor .redes_sociales1 .facebook{
	float:left;
	width:350px;
	height:548px;
	margin:2em 0px 0px 0px;
	background:url(../imagenes/facebook.png);
}

.contenedor .redes_sociales1 .facebook .centrar-facebook{
	float:left;
	width:320px;
	height:425px;
	margin:7em 0px 0px 1.2em;
}

/*------------------------------------------------CONTACTENOS--------------------------------*/
.contenedor .contactenos1{
	float:left;
	width:983px;
	height:1300px;
	margin-top:1.5em;
	border:3px solid #b2b2b2;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#FFFFFF;
}

/*-------------------------------------NOTICIAS-----------------------------------------------*/
.contenedor .noticas1{
	float:left;
	width:983px;
	height:600px;
	margin-top:1.5em;
	border:3px solid #b2b2b2;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#FFFFFF;
}

.contenedor .noticas1 .titulo-noticias{
	float:left;
	width:982px;
	height:80px;
}

.contenedor .noticas1 .titulo-noticias .boton-regresar{
	float:right;
	width:147px;
	height:41px;
	margin-top:-7em;
	background:url(../imagenes/mas_noticias.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar1{
	float:right;
	width:147px;
	height:41px;
	margin-top:-7em;
	background:url(../imagenes/btn_eventos.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar2{
	float:right;
	width:147px;
	height:41px;
	margin-top:-7em;
	background:url(../imagenes/fdn_imagenes.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar3{
	float:right;
	width:147px;
	height:41px;
	margin-top:-7em;
	background:url(../imagenes/btn_videos.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar5{
	float:right;
	width:147px;
	height:41px;
	margin-top:-7em;
	background:url(../imagenes/btn_inicio.png);
}


.contenedor .noticas1 .m-noticias{
	width:900px;
	height:500px;
	margin:7.5em auto 0px auto;
	overflow:auto;
	line-height:normal;
	box-shadow:3px -7px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow:3px -7px 8px rgba(0,0,0,0.5);
	-moz-box-shadow:3px -7px 8px rgba(0,0,0,0.5);
	-khtml-box-shadow:0px 0px 4px rgba(0,0,0,0.5);
}

.contenedor .noticas1 .m-noticias h1{
	color:#666666;
}

.contenedor .noticas1 .m-noticias a{
	color:inherit;
	text-decoration:none;
}

.contenedor .noticas1 .m-noticias ul li{
	list-style:url(../imagenes/hojita.jpg);
}

.contenedor .noticas1 .m-noticias ul li:hover{
	list-style:url(../imagenes/hojita_h.jpg);
}

.contenedor .noticas1 .m-noticias a:hover h2{
	color:#8DC63F;
}

.contenedor .noticas1 .m-noticias a:hover {
	color:#666;
}

.contenedor .noticas1 .titulo-noticias .boton-regresar:hover{
	background:url(../imagenes/mas_noticias_h.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar1:hover{
	background:url(../imagenes/btn_eventos_h.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar2:hover{
	background:url(../imagenes/fdn_imagenes_h.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar3:hover{
	background:url(../imagenes/btn_videos_h.png);
}

.contenedor .noticas1 .titulo-noticias .boton-regresar5:hover{
	background:url(../imagenes/btn_inicio_h.png);
}

.contenedor .noticas1 .imagen-noticias{
	float:left;
	width:350px;
	height:492px;
	margin-top:2em;
}

.contenedor .noticas1 .imagen-eventos{
	float:left;
	width:350px;
	height:492px;
	margin-top:2em;
}

.contenedor .noticas1 .imagen-galeria_imagen{
	float:left;
	width:350px;
	height:492px;
	margin-top:2em;
}

.contenedor .noticas1 .imagen-galeria_video{
	float:left;
	width:350px;
	height:492px;
	margin-top:2em;
}

.contenedor .noticas1 .imagen-galeria_video1{
	float:left;
	width:350px;
	height:492px;
	margin-top:2em;
	background:url(../imagenes/back-des.png);
	background-repeat:no-repeat;
}


.contenedor .noticas1 .contenedor-noticias{
	float:left;
	width:560px;
	height:480px;
	margin:2em 0px 0px 2em;
	overflow:auto;
	box-shadow:3px -7px 8px rgba(0,0,0,0.8);
	-webkit-box-shadow:3px -7px 8px rgba(0,0,0,0.8);
	-moz-box-shadow:3px -7px 8px rgba(0,0,0,0.8);
	-khtml-box-shadow:0px 0px 4px rgba(0,0,0,0.8);
}

.contenedor .noticas1 .contenedor-noticias strong{
	color:#999999;
	font-size:16px;
}

.contenedor .noticas1 .contenedor-noticias span{
	color:#CCCCCC;
	font-size:11px;
}

.contenedor .noticas1 .contenedor-noticias ul li{
	list-style-image:url(../imagenes/hojita.jpg);
}

.contenedor .noticas1 .contenedor-noticias ul li:hover{
	list-style-image:url(../imagenes/hojita_h.jpg);
	color:#8F1822
}

.contenedor .noticas1 .contenedor-noticias ul li a{
	text-decoration:none;
	color:inherit;
}

.contenedor .noticas1 .contenedor-noticias ul li a:hover strong{
	color:#8DC63F;
}

.contenedor .noticas1 .contenedor-noticias ul li a:hover i{
	color:#666666;
}

/*---------------------------hacer galeria de imagenes---------------------*/
.contenedor .noticas1 .m-noticias .con-imagenes{
	float:left;
	width:200px;
	height:160px;
	margin:2em 0px 0px 3em;
	border:7px solid #CCC;
}

.contenedor .noticas1 .m-noticias .con-imagenes img{
	width:200px;
	height:160px;
}

#registro_h{
	width:105px;
	height:24px;
	background:url(../imagenes/registrate.png);
}

#registro_h:hover{
	width:105px;
	height:24px;
	background:url(../imagenes/registrate_h.png);
}


/*------------------------NUESTROS CURSOSS---------------*/
.contenedor .noticas1 .m-noticias .aprendiz{
	float:left;
	width:800px;
	height:50px;
	margin:1em 0px 0px 1em;
	background:url(../imagenes/CURSO-APRENDIZ.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .aprendiz:hover{
	background:url(../imagenes/CURSO-APRENDIZ_H.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .aprendiz-conte{
	clear:both;
	width:850px;
	height:auto;
	margin:0px 0px 0px 1em;
}

.contenedor .noticas1 .m-noticias .validacion{
	float:left;
	width:800px;
	height:50px;
	margin:1em 0px 0px 1em;
	background:url(../imagenes/curso-validacion.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .validacion:hover{
	background:url(../imagenes/curso-validacion_h.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .validacion-conte{
	clear:both;
	width:850px;
	height:auto;
	margin:0px 0px 0px 1em;
	display:none;
}

.contenedor .noticas1 .m-noticias .ampliacion{
	float:left;
	width:800px;
	height:50px;
	margin:1em 0px 0px 1em;
	background:url(../imagenes/ampliaciones.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .ampliacion:hover{
	background:url(../imagenes/ampliaciones_h.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .ampliacion-conte{
	clear:both;
	width:850px;
	height:auto;
	margin:0px 0px 0px 1em;
	display:none;
}

/*-----------------------------------------------SEGUIMIENTO DE CERTIFICADOS-------------------------------*/
.contenedor .noticas1 .m-noticias .login_seguimiento{
	width:400px;
	height:300px;
	margin:4em auto 0px auto;
	background:url(../imagenes/login_seguimiento.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .login_seguimiento2{
	width:400px;
	height:300px;
	margin:4em auto 0px auto;
	background:url(../imagenes/fondo_examen.png);
	background-repeat:no-repeat;
}

.contenedor .noticas1 .m-noticias .login_seguimiento2 .cuadro-login2{
	float:left;
	width:350px;
	height:150px;
	margin:12em auto 0px 3em;
}

.contenedor .noticas1 .m-noticias .login_seguimiento2 .cuadro-login2 .enviar2{
	width:105px;
	height:24px;
	background:url(../imagenes/consultar_h.png);
}

.contenedor .noticas1 .m-noticias .login_seguimiento2 .cuadro-login2 .enviar2:hover{
	background:url(../imagenes/consultar.png);
}

.contenedor .noticas1 .m-noticias .login_seguimiento .cuadro-login{
	float:left;
	width:350px;
	height:150px;
	margin:12em auto 0px 3em;
}

.contenedor .noticas1 .m-noticias .login_seguimiento .cuadro-login .enviar{
	width:105px;
	height:24px;
	background:url(../imagenes/consultar_h.png);
}

.contenedor .noticas1 .m-noticias .login_seguimiento .cuadro-login .enviar:hover{
	background:url(../imagenes/consultar.png);
}

/*------------------------------ZONA INTERACTIVA--------------------*/
.test_conocimiento{
	width:189px;
	height:41px;
	background:url(../imagenes/test_conocimientos_h.png);
}

.test_conocimiento:hover{
	background:url(../imagenes/test_conocimientos.png);
}

.descargar{
	width:189px;
	height:41px;
	background:url(../imagenes/descargas_h.png);	
}

.descargar:hover{
	background:url(../imagenes/descargas.png);
}

.contenedor .noticas1 .contenedor-noticias .test_con{
	clear:both;
	width:540px;
	height:auto;
	margin:auto;
}

.contenedor .noticas1 .contenedor-noticias .download{
	clear:both;
	width:540px;
	height:auto;
	margin:auto;
	display:none;
}

/*---------------------------------------MOSTRAR RESULTADOSSSS-------------------------------*/
.contenedor .noticas1 .m-noticias .mostrar-resultado{
	width:600px;
	height:320px;
	margin:auto;
	margin-top:5em;
	border:2px solid #390;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.contenedor .noticas1 .m-noticias .mostrar-resultado .ver{
	width:235px;
	height:64px;
	background:url(../imagenes/ver.png);
}

.contenedor .noticas1 .m-noticias .mostrar-resultado .ver:hover{
	background:url(../imagenes/ver_h.png);
}

/*--------------------------------------- MOSTRAR ICONO DE WHATSAPP ------------------------------*/
.float{
	position:fixed;
	width:80px;
	height:80px;
	bottom:80px;
	right:80px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:60px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
	background-color:#fff;
}

.my-float{
	margin-top:12px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	.float{
		position:fixed;
		width:190px;
		height:190px;
		bottom:100px;
		right:100px;
		background-color:#25d366;
		color:#FFF;
		border-radius:200px;
		text-align:center;
		font-size:150px;
		box-shadow: 2px 2px 3px #999;
		z-index:100;
	}
	.float:hover {
		text-decoration: none;
		color: #25d366;
		background-color:#fff;
	}

	.my-float{
		margin-top:22px;
	}
}