body, html{
	margin: 0;
	padding: 0;
    background-color: #000000;
}
img{
	border: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.blue{
    color: #4a9ed6;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.clear{
	clear: both;
	height: 0;
}
/* TOP ************************************************************************/
#top_wrap{
	background-color: #4d4d4d;
	background-image: url(../img/fondo_cabecera.png);
	background-repeat: repeat-x;
	height: 61px;
}
#top{
	width: 1004px;
	margin: 0 auto;
	color: #ffffff;
}
#sombra_top{
	position: absolute;
	top: 61px;
	width: 100%;
	left: 0;
	height: 20px;
	background-image: url(../img/sombra_top.png);
	background-repeat: repeat-x;
	z-index: 100;
}
#menu{
	margin: 0;
	padding: 0;
}
#menu li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
    position: relative;
}
#menu li a{
	display: block;
	padding: 20px 15px 0px 15px;
	color: #ffffff;
	text-transform: uppercase;
	height: 41px;
	font-weight: bold;
	font-size: 12px;
}
#menu li#logo_top{
	padding:10px 25px 0 5px;
}
#menu li a:hover{
	background-color: #333333;
	text-decoration: none;
}
#menu li a.selected{
	background-color: #000000;
	text-decoration: none;
}
#menu li ul{
    z-index: 1000;
    display: none;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
}
#menu li ul li{
    width: 250px;
    margin: 0;
    padding: 0;
    background-color: #606060;
    opacity:0.8;
    filter:alpha(opacity=80);
}
#menu li ul li a{
    padding: 10px 20px 10px 20px;
    height: auto;
}

#menu li:hover ul{
    display: block;
}
#idiomas{
	float:right;
	margin-top: 15px;
	padding-top: 3px;
	width: 50px;
	height: 24px;
	text-align: center;
	background-image: url(../img/fondo_idiomas.png);
	background-repeat: no-repeat;
}
#idiomas a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}
#idiomas a.selected{
	font-weight: bold;
    color: #4fa7ff;
}
/* FOOTER *********************************************************************/
#footer_wrap{
	background-color: #242424;
	background-image: url(../img/fondo_footer.png);
	background-repeat: repeat-x;
	min-height: 100px;
	background-size: auto 100%;
}
#footer{
	width: 1004px;
	margin: 0 auto;
	position: relative;
	padding: 45px 0 10px 0;
	color: #898989;
}
#footer a{
	color:#898989;
}
#footer ul, #footer li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fcol1{
	width: 245px;
	float: left;
	margin-right: 10px;
}
.fcol2{
	width: 490px;
	float: left;
	margin-right: 10px;
}
.fcol3{
	width: 245px;
	float: left;
}
#footer h2{
	background-image: url(../img/linea_tit_footer.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
	
}
#footer #direccion{
	float: left;
	width: 350px;
}
#footer #telfs{
	width: 125px;
	float: right;
	text-align: right;
}
#social{
	position: absolute;
	right: 2px;
	top: 35px;
}
.footer_cert{
    width: 160px;
    text-align: center;
    float: left;
}
.footer_cert .ico_cert{
    margin-bottom: 10px;
}
/* COPY ***********************************************************************/
#copy_wrap{
	background-color: #000000;
	height: 48px;	
}
#copy{
	width: 1004px;
	margin: 0 auto;
	padding-top: 16px;
	font-size: 11px;
}
#copy, #copy a{
	color: #ffffff;
}
/* CONTENIDOS *****************************************************************/
#contenedor_claro, #contenedor_oscuro, #contenedor_noticias{
	background-color: #171717;
	background-image: url(../img/fondo_contenedor.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#pagina{
	width: 925px;
	margin: 0 auto;
	padding: 160px 27px 0 52px;
	position: relative;
	font-size: 11px;
	overflow: hidden;
	color: #666666;
}
#contenedor_oscuro #pagina{
	background-color: #292929;
}
#contenedor_claro #pagina, #contenedor_noticias #pagina{
	background-color: #ffffff;
}
#contenedor_landing_wrap{
	background-color: #e9e9e9;
	background-image: url(../img/fondo_landing.png);
}
#contenedor_landing{
	width: 1004px;
	margin: 0 auto;
}
#logo{
	display:block;
	width: 142px;
	height: 116px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 20px;
	text-indent: -9999px;
}
#contenedor_claro #logo{
	background-image: url(../img/logo_letra_negra.png);
}
#contenedor_oscuro #logo{
	background-image: url(../img/logo_letra_blanca.png);
}
#barra_cerrar{
	background-color: #292929;
	text-align: right;
	width: 994px;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 20px;
}
#barra_bottom{
	background-color: #489cd3;
	text-align: right;
	width: 994px;
	margin: 0 auto;
	padding: 5px;
	margin-bottom: 20px;
    height: 10px;
}
#pagina h2{
	font-size: 13px;
	font-weight: bold;
	color: #489cd3;
	margin-bottom: 0;
}
#pagina a{
	color: #489cd3;
}
#pagina p{
	margin-bottom: 10px;
}
/* NOTICIAS ***********************************/
.share_email_noticia{
    padding-top: 30px;
}
#cabecera_noticias{
    background-color:#489cd3;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0 0 60px;
    height: 35px;
    background-image: url(../img/novedades_noticias.png);
	background-repeat: no-repeat;
    position: relative;
}
#cabecera_noticias a{
    display: block;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px 0 30px;
    text-transform: normal;
    background-image: url(../img/right.png);
	background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 650px;
}
#contenedor_noticias #pagina{
    padding: 60px 80px 60px 80px;
    width: 844px;
}
.noticia{
    clear: both;
}
.noticia .fecha{
    margin: 20px 0 20px 0;
    font-size: 12px;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #000;
}
.noticia .noticia_info{
  width: 570px;
  float: left;
}
.noticia h1{
    margin: 0px 0 10px 0 !important;
    font-size: 13px;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #000;
    color: #000 !important;
}
.noticia .img_wrap{
    width: 250px;
    margin-right: 20px;
    float: left;
}
.noticia .img_wrap img{
    display: block;
    margin-bottom: 20px;
}
.noticia .leer_mas{
    
}
/* HOME  **************************************/
#contenedor_home_wrap{
	background-image: url(../img/fondo_home.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #e9e9e9;
}
#contenedor_home{
	width: 1004px;
	margin: 0 auto;
}
#cabecera{
	height: 550px;
	padding: 0 4px 4px 4px;
	background-color: #6d6d6d;
	position: relative;
}
#main_slide_cabecera .slide{
	position: relative;
	width: 746px;
	height: 551px;
}
.titulos_cabecera{
	position: absolute;
	top: 438px;
	left: 0;
	width: 746px;
	height: 85px;
	background-image: url(../img/barra_trans.png);
}
.titulos_cabecera h1{
	position: absolute;
	z-index: 110;
	top: 15px;
	left: 65px;
	font-size: 23px;
	color: #292929;
	font-weight: bold;
}
.titulos_cabecera h2{
	position: absolute;
	z-index: 110;
	top: 43px;
	left: 65px;
	font-size: 16px;
	color: #888888;
	font-weight: normal;
}
#controles_cabecera{
	position: absolute;
	bottom: 30px;
	width: 746px;
	height: 85px;
	left: 4px;
	z-index: 100;
}
#controles_cabecera #next, #controles_cabecera #prev{
	position: absolute;
	top: 22px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#controles_cabecera #next{
	background-image: url(../img/next.png);
	right: 10px;
}
#controles_cabecera #prev{
	left: 10px;
	background-image: url(../img/prev.png);
}
#controles_cabecera #pager{
	position: absolute;
	top: 98px;
	right: 5px;
}
#controles_cabecera #pager a{
	font-size: 1px;
	padding: 4px 20px;
	background-color: #999999;
	color: #999999;
	width: 30px;
	height: 10px;
	text-indent: -99999px;
	margin-right: 5px;
}
#controles_cabecera #pager a.activeSlide{
	background-color: #489cd3;
	color: #489cd3;	
}
#cabecera_sombra{
	height: 27px;
	background-image: url(../img/sombra_big.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 20px;
}
#info_home{
    position: relative;
}
#cajas_home{
    list-style-type: none;
    padding: 0;
    margin: 0;	
    width: 750px;
    background-color: #454545;
    height: 214px;
}
#cajas_home a{
    text-decoration: none;
}
#cajas_home li{
    list-style-type: none;
    float: left;
    width: 247px;
    overflow: hidden;
    height: 148px;
    margin: 0 4px 0 0px;
    padding: 0 0 25px 0;
}
#cajas_home li img{
    width: 100%;
    height: 138px;
}
#cajas_home h2{
    margin: 0;
    display: block;
    padding: 12px 0 0 20px;
    height: 29px;
    background-color: #fff;
    background-image: url(../img/r_arrow.png);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    color: #000;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
#cajas_home li.cabecera_cajas_titulo{
    background-color: #489cd3;
    color: #fff;
    width: 100%;
    height: 30px;
    background-image: url(../img/ico_maleta.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding: 5px 0 0 0;
}
#cajas_home li.cabecera_cajas_titulo span{
    padding: 2px 0 0 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
#cajas_home li.last{
    margin-right: 0;
    width: 248px;
}
#caja_area_pacientes{
    position: absolute;
    top: 0;
    left: 755px;
    background-color: #424542;
    float: right;
    width: 239px;
    height: 212px;
    padding: 0 0 2px 0;
}
#caja_area_pacientes h2{
    cursor: pointer;
    padding: 0;
    margin: 0;
    background-color: #489cd3;
    color: #fff;
    width: 100%;
    height: 34px;
}
#caja_area_pacientes h2 span{
    padding: 2px 0 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
#caja_area_pacientes_desplegable{
    display: none;
    position: absolute;
    top: 34px;
    left: 37px;
    z-index: 1000;
    width: 208px;
}
#caja_area_pacientes_desplegable, #caja_area_pacientes_desplegable li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 1px;
}
#caja_area_pacientes_desplegable li a{
    display: block;
    background-color: #606060;
    opacity:0.8;
    filter:alpha(opacity=80);
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    width: 185px;
    text-decoration: none;
    text-transform: uppercase;
}
#caja_area_pacientes_desplegable li a:hover{
    background-color: #333;
}
#slides_home_pacientes{
    width: 239px;
    height: 174px;
    overflow: hidden;
}
#slide_home_pacientes{
    width: 239px;
    height: 174px;
    overflow: hidden;
}
.slide_home_pacientes h3{
    background-color: #fff;
    height: 39px;
    padding: 0;
}
.slide_home_pacientes h3 span{
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 10px 10px;  
}
.slide_home_pacientes h3 a{
    color: #000;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
    background-color: #fff;
    background-image: url(../img/r_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
}
.slide_home_pacientes a:hover{
    text-decoration: none;
}
#novedades_noticias{
    display: block;
	position: absolute;
	right: 4px;
	top: 0;
	background-image: url(../img/novedades_noticias.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	width: 191px;
	height: 32px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 13px 0 0 55px;
}
#landings{
	width: 246px;
	height: 505px;
	position: absolute;
	top: 46px;
	left: 754px;
}
#landings .carousel-viewport{
	width: 246px;
	height: 505px;
	position: relative;
    overflow: hidden;
}
#landings .carousel-overview{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#landings .carousel-item{
	width: 246px;
	height: 251px;
	overflow: hidden;
	background-color: #ffffff;
	margin: 0 0 5px 0;
	padding: 0;
    list-style-type: none;
}
#landings .carousel-item .img_wrap{
    padding: 0 !important;
    margin: 0 !important;
    width: 246px;
    height: 153px;
    overflow:hidden;
}
#landings .carousel-item img{
    width: 246px;
    clip: rect(0px,  246px, 153px, 0px);
}
#landings .carousel-item .texto_resumen_landing{
	padding: 9px 12px 0 12px;
	color: #999999;
	font-size: 10px;
}
#landings .carousel-item .texto_resumen_landing h2{
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	color: #000000;
}
#landings .carousel-next, #landings .carousel-prev{
	display: block;
	position: absolute;
	top: -38px;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	text-indent: -999999px;
    z-index: 100;
}
#landings .carousel-prev{
	left: 175px;
	background-image: url(../img/up.png);
}
#landings .carousel-next{
	background-image: url(../img/down.png);
	left: 210px;
}
#landings .disable{
	display: none;
}
/* CERTIFICADOS *******************************/
#links_certificados{
	margin: 100px 0 100px 90px;
}
#links_certificados a{
	display:block;
	float: left;
	margin-right: 30px;
}
#links_certificados img{
	display:block;
	margin-bottom: 10px;
}
#links_certificados a span{
	text-decoration: underline;
	font-weight: bold;
	padding-left: 58px;
	color: #000000;
}
#page_calidad p{
    text-indent: 25px;
    text-align: justify;
    font-size: 13px;
}
/* MAPA **************************************/
#googlemap{
	width: 1004px;
	height: 285px;
	margin-left: -52px;
}
#info_localizacion div{
	float: left;
	margin-right: 50px;
}
#info_localizacion .col1{
	width: 250px;
}
#info_localizacion .col2{
	width: 100px;
}
#info_localizacion .col3{
	width: 150px;
}
/* CONTACTO **********************************/
.formDatosContacto input, .formDatosContacto select{
	width: 213px;
	background-color: #292929;
	color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 4px 4px 4px 5px;
}
.formDatosContacto select{
	color: #fff;
    width: 223px;
    height: 26px;
    background-color: #489cd3;
}
.formDatosContacto input#acepto{
	width: 20px;
	background-color: #ffffff;
	color: #292929;
	border: 1px solid #000000;
}
.formDatosContacto input#enviar{
	background-color: #489cd3;
	color: #ffffff !important; 
	padding: 3px 6px;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	margin-left: 440px;
	border: 0;
	cursor: pointer;
}
.formDatosContacto textarea{
	width: 376px;
	height: 200px;
	background-color: #292929;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 3px 3px 3px 5px;
	font-size: 11px;
}
.formDatosContacto .col{
	float: left;
	width: 223px;
	margin-right: 20px;
}
.formDatosContacto .err{
	background-color: #ff8888;
	color: #000000;
}
.formDatosContacto #interesado_en{
    color: #489cd3;
}
.formDatosContacto .check_label{
    color: #fff;
    padding-left: 5px;
    margin-bottom: 5px;
}
#info_contacto{
	font-size: 13px;
	color: #606060;
    height: 100px;
}
#info_contacto a{
	color: #606060 !important;
    text-decoration: underline;
}
#info_contacto h2{
    color: #489cd3;
}
#info_contacto div{
	float: left;
    width: 22%;
    margin-right: 20px;
}
#info_contacto a{
	color: #ffffff;
	text-decoration: underline;
}
#lopd_wrap{
	color: #cccccc;
	clear: both;
}
#form_contacto_wrap{
    padding: 20px 20px 20px 40px;
    width: 984px;
    margin-left: -52px;
    background-color: #363636;
}
#intro_form_contacto{
	color: #cccccc;
	margin-bottom: 20px;
}
#intro_form_contacto h2{
	color: #fff;
    background-color: #489cd3;
    padding: 5px;
    display: inline;
    margin-bottom: 10px;
}
#intro_form_contacto .error{
	background-image: url(../img/alerta.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 50px;
	color: #ff8888;
}
/* TEXTO LEGAL *******************************/
#texto_legal{
	overflow: auto;
	height: 500px;
}
/* QUIENES SOMOS *****************************/
#page_quienes p{
    text-indent: 25px;
}
#page_quienes p{
    text-align: justify;
}
a.boton, a.boton_small{
	background-color: #489cd3;
	color: #ffffff !important; 
}
a.boton{
	padding: 3px 6px;
}
a.boton_small{
	padding: 0px 3px;
	font-size: 9px;
}
#tira_imagenes{
	position: absolute;
	bottom: 0;
	left: 0px;
	background-color: #252525;
	width: 1004px;
}
#tira_imagenes img{
	margin: 6px 6px 0 0;
}
#tira_imagenes img.last{
	margin-right: 0;
	margin-left: 2px;
}
#tira_proveedores{
	position: absolute;
	bottom: 0;
	left: 0px;
	background-color: #ffffff;
	width: 1004px;
	display: none;
}
#tira_proveedores .proveedores{
	width: 502px;
	height: 216px;
	float: left;
}
#tira_proveedores .proveedores h2{
    padding-left: 20px;
    text-transform: uppercase;
	background-color: #489cd3;
	color: #ffffff;
	background-image: url(../img/borde_dcha_tit_proveedores.png);
	background-repeat: repeat-y;
	background-position: top right;
}

#tira_proveedores .proveedores_lista{
	background-image: url(../img/fondo_scroll.png);
	background-repeat: repeat-y;
	background-position: top right;
	height: 196px;
	width: 502px;
	overflow: auto;
}
#tira_proveedores .proveedores_lista .proveedor{
	padding: 20px 20px 0 20px; 
}
/* 404 ************************************************************************/
#error404{
	text-align: center;
	font-size: 300px;
	line-height: 100%;
	color: #666666;
	padding: 50px 0 50px 0;
}
#error404 span{
	display:block;
	padding-top: 0px;
	font-size: 45px;
	line-height: 100%;
	color: #cccccc;
}
/* LANDINGS *******************************************************************/
#cabecera #caja1, #cabecera #caja2{
	position: absolute;
	right: 5px;
	width: 243px;
	height: 272px;
}
#cabecera #caja1{
	top: 0;
}
#cabecera #caja2{
	top: 278px;
}
#caja1 .caja, #caja2 .caja{
	width: 243px;
	height: 272px;
	background-color: #ffffff;
}
.caja h2{
	font-size: 14px;
	border-bottom: 1px dotted #000000;
	padding:0 0 5px 0;
	margin: 10px;
	line-height: 130%;

}
.caja .texto{
	padding: 0px 10px;
	font-size: 12px;
}
#lateral_landing{
	width: 281px;
	float: left;
	margin-right: 20px;
}
#contenido_bloques{
	width: 702px;
	float: right;
}
#videos{
	margin-bottom: 30px;
}
.video{
	width: 284px;
	height: 247px;
	position: relative;
	background-image: url(../img/fondo_video.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.video img{
	position: absolute;
	top: 24px;
	left: 26px;
}
.video h3{
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	padding-top: 226px;
}
#banners{

}   
#banners .banner{
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
}
#banners .banner h2{
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    background-color: #ccc;
    padding: 8px;
}
#banners .banner .mas_info{
    display: block;
    padding: 10px 0 8px 8px;
    background-image: url(../img/bg_bpottom_dist.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    text-align: left;
    margin: 0;
    color: #000;
}
#catalogos{
	background-color: #d0d0d0;
	margin: 20px 0 40px 0;
}
#catalogos h2{
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
}
#catalogos .intro{
	padding: 15px;
	line-height: 130%;
}
#catalogos .catalogo{
	float: left;
	width: 112px;
	margin-left: 18px;
}
#catalogos .catalogo.first_row{
	clear: left;
}
#catalogos .catalogo img{
	border: 1px solid #999999;
	margin-bottom: 5px;
}
#catalogos .catalogo h3{
	font-size: 11px;
	line-height: 140%;
	font-weight: normal;
}
.bloque1{
	background-color: #ffffff;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: left;
}
.bloque1 h2{
	padding: 5px;
	margin: 5px;
	border-bottom: 1px dotted #000000;
	font-size: 20px;
	margin-bottom: 10px;
}
.bloque1 img.fleft{
	float: left;
}
.bloque1 img.fright{
	float: right;
}
.bloque1 .texto{
	width: 440px;
}
.bloque1 .texto.fleft{
	float: left;
	padding: 0 10px 0 20px;
}
.bloque1 .texto.fright{
	float: right;
	padding: 0 20px 0 10px;
}


.bloque2_wrap{
	margin-bottom: 20px;
	width: 699px;
	overflow: hidden;
	position: relative;
}
.bloque2_wrap .carousel-viewport{
	position: relative;
	width: 699px;
	overflow: hidden;
}
.bloque2_wrap .carousel-overview{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.bloque2_wrap .carousel-item{
	padding: 12px 0 10px 0;
	width: 229px;
	min-height: 425px;
	margin: 0 6px 0 0;
	float: left;
	overflow: hidden;
}
.bloque2_wrap .carousel-item.last{
	margin-right: 0px;
}
.bloque2_wrap .carousel-item h2{
	padding: 5px;
	margin: 5px;
	border-bottom: 1px dotted #ffffff;
	font-size: 13px;
	margin-bottom: 10px;
	vertical-align: text-bottom;
}
.bloque2_wrap .carousel-item .texto{
	padding: 0 10px;
	font-size: 11px;
}
.bloque2_wrap .carousel-next, .bloque2_wrap .carousel-prev{
	display: block;
	position: absolute;
	bottom: 0;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999999px;
}
.bloque2_wrap .carousel-prev{
	left: 635px;
	background-image: url(../img/prev.png);
}
.bloque2_wrap .carousel-next{
	background-image: url(../img/next.png);
	left: 670px;
}
.bloque2_wrap .disable{
	display: none;
}
/* ACCESO USUARIOS ************************************************************/
.popup_wrap{
	color: #ffffff;
	display: none;
}
.popup_wrap .overlay_oscuro{
	background:#000000;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	height: 100%;
	z-index:1000;
}
.popup_wrap h2{
	color: #489cd2;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.popup_wrap h3{
	color: #4a9ed6;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.popup_wrap .cerrar{
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	position: absolute;
	bottom: 4px;
	right: 4px;
	background-image: url(../img/cerrar.png);
	background-repeat: no-repeat;
}
.respuesta_ajax{
	display: none;
}
.respuesta_ajax a{
	color: #ffffff;
	font-weight: bold;
}
#login{
	width: 605px;
	min-height: 275px;
	padding: 30px 20px;
	z-index:1100;
	background-color: #292929;
}
#altaUsuario{
	width: 876px;
	min-height: 400px;
	padding: 30px 20px;	
	z-index:1100;
	background-color: #292929;
}
#obtPass{
	width: 300px;
	min-height: 200px;
	padding: 30px 20px;
	z-index:1100;
	background-color: #292929;
}
#nuevoPass{
	width: 300px;
	min-height: 200px;
	padding: 30px 20px;
	z-index:1100;
	background-color: #292929;
}
#login .col1{
	width: 246px;
	margin-right: 80px;
	float: left;
}
#login .col2{
	width: 276px;
	float: left;
}
#login input, #obtPass input, #nuevoPass input{
	width: 213px;
	background-color: #292929;
	color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 8px;
	font-size: 11px;
	padding: 3px 3px 3px 5px;
}
#login input#identificarse, #login input#crearcuenta, #obtPass input#obtener, #nuevoPass input#obtener{
	background-color: #489cd3;
	color: #ffffff !important; 
	padding: 3px 0px;
	width: 223px;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
}
#login input#identificarse, #obtPass input#obtener, #nuevoPass input#obtener{
	margin-top: 19px;
}
#login #olvido_pass{
	color: #ffffff;
	text-decoration: none;
}
.chkcontactowrap{
    height: 18px;
}

/* AREA PROFESIONALES ************************************************************/
.area_profesionales_wrap{
    padding-top: 0;
}
#lista_areas_profesionales ,#lista_areas_profesionales li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#lista_areas_profesionales li.area_profesional{
    width: 300px;
    float: left;
    background-color: #6b6d6b;
    padding: 0 4px 4px 4px;
    margin: 0 30px 30px 0;
    position: relative;
}
#lista_areas_profesionales li.area_profesional h1{
    margin: 0;
    padding: 0; 
}
#lista_areas_profesionales li.area_profesional h1 a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 0 0 23px;
    background-color: #4a9ed6;
    text-transform: uppercase;
    background-image: url(../img/next-p.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
#lista_areas_profesionales li.area_profesional.last{
    margin-right: 0;
}
#lista_areas_profesionales li.area_profesional .imagenlistado{
    width: 100%;
    float: left;
    margin: 0 4px 0 0;
    overflow: hidden;
}
#lista_areas_profesionales li.area_profesional .imagenlistado img{
    width: 100%;
}
#lista_areas_profesionales li.area_profesional .imagenlistado.last{
    margin-right: 0;
}
.imagenlistado_wrap_{
    width: 470px;
    height: 330px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.imagenlistado h2{
    margin-bottom: 5px;
}
.imagenlistado h2 a{
    display: block;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    font-weight: normal;
}
.imagenlistado h2 a strong{
    font-weight: bold;
}
.area_profesional .shadow{
    position: absolute;
    bottom: -12px;
    left: 0;
}

#texto_legal .lb-content{
    padding-right: 30px;
}