<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Oswald');

/*
font-family: 'Open Sans', sans-serif;
Light 300
Normal 400
Normal 400 Italic
Semi-Bold 600
Bold 700
Extra-Bold 800
*/

body  {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	z-index:0;
}
*{
	margin:0;
	padding:0;
	outline:none !important;
}
a{
	color:inherit;
	text-decoration:none;	
	outline:none
}
a:hover{
	text-decoration:none;
	color:#000000;
}
.contenido a{
	color:#ca1f26;	
}
.contenido a:hover{
	color: #232331;
}
.container .contenido li{
	line-height:27px;
}
.container .contenido ul.ticks{
	margin-left:0px;	
}
.container .contenido ol,
.container .contenido ul{
	padding-left:35px;	
	display: block;
}

.container ol { counter-reset: item }
.container ol li { display: block }
.container ol li:before { content: counters(item, ".") ". "; counter-increment: item }

.container .contenido ol li,
.container .contenido ul li,
.container .contenido p{
	font-size:14px;	
}
.icono_menu_movil{
	display:none;	
}
h2{
	color:#000;
	font-weight:normal;
	font-size:30px;
	margin:30px 0px;
}
h2.titulo_seccion{
	color:#ca1f26;
	font-size:35px;
}
h3{
	color:#000000;	
	font-size:25px;
	font-weight:normal;
	margin:25px 0px;
}
h4{
	color:#000000;	
	font-size:20px;
	font-weight:normal;
	margin:20px 0px;
}
img{
	border:none;	
}
strong,b{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;	
}
#mainContent{
	position:relative;
}
.maincontent_index{
	margin-top:390px;	
	background:#fff;
	padding-bottom:40px;
}
p{
	margin: 15px 0px;
}
.container { 
	/*max-width: 1190px;*/
	max-width: 1472px;
	min-width: 1040px;
	margin: 0 auto; 
	text-align: left; 
	padding: 0 10px;
	/*width:100%;*/
	/*width: 1300px;*/
}
.etiqueta{
    padding-top: 5px;
    width: 200px;
}
#header{
	width:100%;	
	padding:0px;
	height:160px;
	/*padding-top:21px;*/
/*	background: #7c8291;*/
	z-index:12;
	position:relative;
}
#header .container{
	/*padding: 0;*/
}
/*#header .container.primer_container{
	padding-left: 0;
}*/
#header .container .row{
	margin: 0;
}
#header .container div[class^="col"]{
	padding: 0;
}
#header .fondo_rojo{
	width: 19%;
	height: inherit;
	background-color: #CA1F26;
	float: left;
	z-index: 2;
	position: relative;
}
#header .bloque_logo{
	display: table;
	height: 160px;
	position: relative;
	float: right;
	padding-right: 19.5%;
}
#header .container .bloque_logo{
	float: left;
	padding-right: 0;
	width: 5%;
	z-index: 12;
}
#header .container .bloque_logo::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background-color: #ca1f26;
}
#header .bloque_logo .main-logo{
	display: table-cell;
	vertical-align: middle;
	background-color: #CA1F26;
	padding-right: 40px;
}
#header .bloque_logo .triangulo_rojo{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 160px 0 0 70px;
	border-color: transparent transparent transparent transparent;	
	border-left-color: #CA1F26;
}
#header .main-logo{
	margin:0px;	
	/*margin-top:-10px;*/
}
#header .main-logo .container{
	background: url(../imagenes/logo_enorme.png);
	background-repeat: no-repeat;
	background-position: 99%;
	height: 123px;
}
#header .main-logo img{
	max-height:120px;
	/*position: relative;
	top: 15%;*/
}
#header.index .main-logo img{
	max-height:120px;	
}
#header h1{
	clear: both;
    float: right;
    font-size: 47px;
    margin-top: 25px;
	display:none;
}
#header .container .row .cabecero_top{
	padding-left: 42px;
}
#header .cabecero_top::after{
	content: '';
	top: -40px;
	bottom: 1px;
	position: absolute;
	left: -900px;
	right: -900px;
	display: block;
	border-bottom: 1px solid #ddd;
	z-index: 1;
}


#header .opciones_cabecero{
	float:left;	
	padding-right: 0px;
	margin-top: 12px;
	/*width: 35%;*/
	position: relative;
}
#header.index .opciones_cabecero{
	margin-top: 12px;
}
#header .opciones_cabecero ul{
	margin:0px;
	padding:0px;
	line-height:12px;	
}
#header .opciones_cabecero ul li{
	display:inline-block;
	list-style:none;
	font-size:13px;
	color:#444;
	line-height:12px;
	position:relative;
	font-weight:300;
}
#header .opciones_cabecero ul li:first-child a img{
	margin-top:-5px;
}
#header .opciones_cabecero ul li:last-child{
	padding:0px;
	margin:0px;
	border:0px;	
}
#header .opciones_cabecero ul li a{
	color: #777777;
    display: inline-block;
    padding: 10px 0;
	text-transform: uppercase;
}
#header .opciones_cabecero ul li a.selected{
	font-weight: bold;
}
#header .opciones_cabecero ul li.idioma:hover &gt; a,
#header .opciones_cabecero ul li.idioma a:hover{
	color:#2E2E2E;
}
#header .opciones_cabecero ul li.idioma.ultimo,
#header .opciones_cabecero ul li.acceso_clientes{
	margin-right: 15px;
}
#header .opciones_cabecero ul .buscador .contenedor_buscador{
	background-color: #efefef;
}
#header .opciones_cabecero ul .buscador .contenedor_buscador .boton_buscar{
	padding: 0;
}
#header .opciones_cabecero ul .buscador #buscador_cabecera{
	border: 0;
	background-color: #efefef;
	padding-left: 3px;
}
#header .opciones_cabecero ul .buscador .icono_buscar{
	padding: 5px;
}
#header .opciones_cabecero ul li span{
	/*border-right:#444 1px solid;*/
	/*padding:0 10px;*/
	display:inline-block;
}
#header .opciones_cabecero ul li:last-child span{
	border-right:0px;
	padding-right:0px;	
}
#header .opciones_cabecero ul li:hover ul{
	display:block;
}
#header .opciones_cabecero ul li ul{
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	z-index:11 !important;
	width:100%;
	min-width:0 !important;
}
#header .opciones_cabecero ul li ul li{
	margin:0;
	padding:0;	
	border:0;
	width:100%;
}
#header .opciones_cabecero ul li ul li a{
	text-align:left !important;	
}
#header .opciones_cabecero span img.telefono{
	margin-right:5px;
}

#header .redes_sociales{
	padding-top: 12px;
	float: right;
	padding-bottom: 23px;
	margin: 0;
	margin-right: 38px;
	padding-left: 30px;
	position: relative;
}
#header .redes_sociales::before{
	content: '';
	top: -40px;
	bottom: 1px;
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transform: skew(30deg, 0);
	-moz-transform: skew(38deg, 0);
	-ms-transform: skew(30deg, 0);
	-o-transform: skew(30deg, 0);
}
#header .redes_sociales::after{
}
#header .redes_sociales .listado_redes_sociales{
	margin:0px;
	padding:0px;
	line-height:12px;	
	padding-top: 6px;
}
#header .redes_sociales .listado_redes_sociales li{
	display:inline-block;
	list-style:none;
	font-size: 16px;
	color:#444;
	line-height:12px;
	position:relative;
	font-weight:300;
	margin: 0 10px;
}
#header .redes_sociales .listado_redes_sociales li a{
	color: #777777;
	padding: 10px 0;
}
#header .redes_sociales .listado_redes_sociales li a:hover{
	color: #CA1F26;
}

#header .linea_cabecera{
	margin: 0;
	border-top-color: #ddd;
	z-index: 1;
	top: -65%;
	position: relative;
}

#header .bloque_derecha{
	float: left;
	width: 18%;
}


.franja_bloques_servicios{
	width:100%;	
	float:left;
	clear:both;	
}

.franja_registro_dominios{
	background:#232331;
	color:#fff;	
	vertical-align:top;
	padding:10px 0px;
}
.franja_registro_dominios .container{
	text-align:center;	
}
.franja_registro_dominios .titulo_bloque{
	border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    padding: 6px;
}
.franja_registro_dominios .titulo_bloque strong{
	display:block;
	font-weight:700;
	line-height:18px;
	font-size:19px;
}
.franja_registro_dominios form{
	display: inline-block;
    margin-left: 24px;
    padding-top: 2px;
    vertical-align: top;
	width:70%;
}
.franja_registro_dominios form span{
	float: left;
    font-size: 25px;
    font-weight: 700;
    margin-top: 6px;	
}
.franja_registro_dominios form input{
	background-color: rgba(255, 255, 255, 0.3);
    border: 0 none;
    float: left;
    font-size: 28px;
    font-weight: 400;
    height: 52px;
    line-height: 52px;
    margin-left: 10px;
    padding: 0 20px;
    width: calc(100% - 240px);
}
.franja_registro_dominios form button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    margin-left: 15px;
    padding: 8px 10px;
}
.franja_registro_dominios form button:hover{
	background:#fff;
	color:#232331;	
}
.franja_registro_dominios form button span {
    float: right;
    font-size: 25px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 3px;
}
	

#footer{
	background:#232331;
	font-size:13px;
	line-height:12px;
	width:100%;
	/*height:150px;*/
	margin-top:15px;
	overflow: hidden;
}
#footer .row{
	margin: 0;
}
#footer .main-logo img{
	max-height: 120px;
}
#footer .main-logo{
	padding: 15px 0 3px;
	background-color: #ca1f26;
}
#footer .main-logo::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	width: 1000px;
	background-color: #CA1F26;
}
#footer .main-logo::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 245px 0 0 90px;
	border-color: transparent transparent transparent transparent;
		border-left-color: transparent;
	position: absolute;
	top: 0;
	right: -89px;
	border-left-color:#ca1f26;
}
#footer .main-logo .direccion{
	margin-top: 12px;
}
#footer .main-logo .direccion .column{
	padding: 0;
}
#footer .main-logo .direccion p{
	color: #FFF;
	margin: 6px 0;
	font-size: 11px;
}
#footer .main-logo .direccion .mce-object-iframe{
	display: none;
}
#footer .main-logo .direccion p:last-child{
	margin: 0;
}
#footer .bloque_derecha{
	text-align: right;
}
#footer .bloque_derecha .redes_sociales{
	padding-top: 55px;
}
#footer .bloque_derecha .redes_sociales a{
	color: #aaaaaa;
	font-size: 26px;
}
#footer .bloque_derecha .redes_sociales a:hover{
	color: #CA1F26;
}
#footer .bloque_derecha .redes_sociales li{
	display: inline-block;
	list-style: none;
	font-size: 16px;
	color: #444;
	line-height: 12px;
	position: relative;
	font-weight: 300;
	margin: 0 10px;
}
#footer .bloque_derecha .menu_footer{
	margin-top: 50px;
}
#footer .bloque_derecha .menu_footer li{
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
#footer .bloque_derecha .menu_footer li:last-child{
	margin-right: 0;
}
#footer .bloque_derecha .menu_footer li a{
	color: #989898;
	font-size: 14px;
}
#footer .bloque_derecha .menu_footer li a.selected,
#footer .bloque_derecha .menu_footer li a:hover{
	color: #FFF;
}
#footer .bloque_derecha .menu_footer li ul{
	display: none;
}
#footer .bloque_derecha .copyright{
	color: #FFF;
	margin-top: 20px;
	font-size: 12px;
}
#footer .bloque_derecha .copyright a:hover{
	color: #777777;
}
#footer .columna_contacto{
	float:left;
	width:25%; /* 70% */
	padding-top:20px;
	color: #FFF;
}
#footer .columna_contacto p{
	margin: 8px 0;
}
#footer .columna_contacto .row p{
	padding-left: 10px;
}
#footer .columna_contacto img{
	margin-bottom:20px;	
}
#footer .columna_redes{
	float:right;
	width:50%;
	margin-top: 36px;
	/*padding-left:25px;*/
	/*display:none;*/
	text-align: right;
}
#footer .columna_redes img{
	max-width:60px;
}
#footer .columna_redes a.icono{
	border: 1px solid #232331;
	background: #232331;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	line-height: 38px;
	/*margin-right: 15px;*/
	margin-top: 15px;
	position: relative;
	text-align: center;
	width: 40px;
	border-radius: 0px;
	background-clip: padding-box;
}
#footer .columna_redes a.icono i{
	line-height: 38px;
}
#footer strong{
	font-weight:700;
}
#footer strong.grande{
	font-size:16px;	
}
#footer .columna_info{
	float:left;
	width:25%; /* 70% */
	margin-top:30px;
	padding-left:20px;
	font-size:13px;
	border-left:#ccc 1px solid;
	margin-bottom:20px;
}
#footer .columna_info p:first-child{
	font-size:12px;	
	line-height:20px;
	/*padding-bottom:30px;*/
	margin-top:6px;
}
#footer .columna_enlaces{
	float:left;
	width:25%; /* 70% */
	margin-top:30px;
	font-size:13px;
	margin-left:3%;
	border-right: 1px solid #ccc;
}
#footer .columna_enlaces ul,
#footer .columna_enlaces .redes_sociales{
	padding:0px;
	margin:0px;
	padding-left:20px;
	border-left:#ccc 1px solid;
	list-style:none;
}
#footer .columna_enlaces ul li{
	line-height:22px;	
}
#footer .columna_enlaces .redes_sociales{
	padding:10px 20px;	
	display:none;
}
#footer .columna_enlaces .redes_sociales a img{
	opacity:0.5;
	margin-right:10px;
}
#footer .columna_enlaces .redes_sociales a:hover img{
	opacity:1;	
}


#footer .center{
	text-align:center;	
	margin:30px 0px;
}
#footer .center a{
	padding:0 40px;
	display:inline-block;	
}
#footer .center a.separacion{
	border-right:#000 1px solid;	
}
#footer .gris{
	color:#808080;
	font-size:14px;	
	margin-bottom:10px;
}
#footer .gris a{
	padding:0px;
	display:inline;	
}
#footer .gris a:hover{
	color:inherit;
	text-decoration:underline;	
}
#footer .columna_redes a{
	/*margin-right:12px;*/
	margin-left: 20px;
}
#footer p{
	line-height:10px;
}

#footer .columna_redes p{
	color: #FFF;
	margin-top: 75px;
	text-align: right;
}

#header .opciones_cabecero a.email,
#footer .columna_info a.email{
	background:url(../imagenes/envelope.png) no-repeat 0px 2px;
	padding-top:4px;
	padding-left:10px;
	background-size:16px;
}
#header .opciones_cabecero a.telefono,
#footer .columna_info a.telefono{
	background:url(../imagenes/cellphone.png) no-repeat 0px 0px;
	padding-top:2px;
	padding-left:10px;
	background-size:16px;
}
#footer .columna_info a.telefono,
#footer .columna_info a.email{
	padding-top:0;
	padding-left:20px;
}


#header .opciones_cabecero strong{
	font-weight:400;	
}

#header .opciones_cabecero a img{
	max-width:26px;
	height:auto;
}

#mainMenu{
	/*border-top:#232331 1px solid;*/
	position:relative;
	/*float:right;*/
	z-index:10;
	/*width:840px;	*/
	margin-top: 60px;
	width: 100%;
	padding:0px;
/*	background: #FFFFFF;*/
	height:60px;
	/*clear:both;*/
	text-align:left;
	/*background-color: #333333;*/
}
#mainMenu .container{
	padding: 0;
}
#mainMenu .cerrar_menu,
#mainMenu .contacto {
	display:none;
}

#mainMenu.menuFijo .contacto a.telefono{
	background:url(../imagenes/cellphone.png) no-repeat 0px 0px;
}
#mainMenu.menuFijo .contacto a.email{
	background:url(../imagenes/envelope.png) no-repeat 0px 2px;
}

#mainMenu.menuFijo .contacto a.email,
#mainMenu.menuFijo .contacto a.telefono{
	padding-top:0;
	padding-left:20px;
	background-size:16px;
	background-position:left;
	font-size:12px;
}

#mainMenu.menuFijo .contacto a.email strong,
#mainMenu.menuFijo .contacto a.telefono strong{
	font-weight:400;
}
#mainMenu.menuFijo .contacto a.telefono:hover,
#mainMenu.menuFijo .contacto a.email:hover{
	color:#000;
}

#mainMenu.menuFijo{
	background: #FFF none repeat scroll 0 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	margin-top: 0;
	height: 60px;
}
#mainMenu.menuFijo ul:first-child{
	width:1170px;
	margin:0 auto;
	float:none;
	position:absolute;
}
#mainMenu.menuFijo ul li.logo{
	display:table;
	float:left;
	height: 60px;
	background-color: #CA1F26;
}
#mainMenu.menuFijo ul li.logo a{
	display: table-cell;
	vertical-align: middle;
}
#mainMenu.menuFijo ul li.logo::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	width: 1000px;
	background-color: #CA1F26;
}
#mainMenu.menuFijo ul li.logo::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	/*border-width: 60px 0 0 35px;*/
	border-width: 60.5px 0 0 34px;
	border-color: transparent transparent transparent transparent;
		border-left-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 0;
	right: -34px;
	border-left-color: #ca1f26;
}
#mainMenu.menuFijo .contacto{
	display:inline-block;
}
#mainMenu.blog.menuFijo ul li a{
	padding-left: 12px;
	padding-right: 12px;
}
#mainMenu.blog.menuFijo ul li.telefonos{
	padding-left: 25px;
	background-size: 20%;
	margin-right: 1%;
}
#mainMenu.blog.menuFijo ul li.telefonos a{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
}
#mainMenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	/*float:right;*/	
	position:absolute;
	/*width: 1170px;*/
	width: 100%;
	text-align: right;
}
#mainMenu ul li{
	display:inline-block;
	position:relative;
}
#mainMenu ul li:hover{
	/*background-color: #232331;*/
}
#mainMenu ul li.logo{
	display:none;	
}
#mainMenu ul li.logo img{
	height:50px;
	width:auto;
	/*margin-top:6px;*/
}
#mainMenu ul li.logo img.logo_movil{
	display: none;
}

#mainMenu ul li.logo a{
	background:none !important;
	padding: 0 25px;
}
/*#mainMenu ul li:last-child a{
	padding-right: 0;
}*/
#mainMenu ul li a{
	display:inline-block;
	padding:0 14px;	
	background:none;
	text-align:center;
	color: #777777;
	font-size:13px;
	font-weight:400;
	line-height:20px;
}
#mainMenu ul li a:hover,
#mainMenu ul li:hover a,
#mainMenu ul li a.selected{
	/*background:#232331;*/
	color:#000;	
}
#mainMenu ul li a.selected{
	font-weight: bold;
	color: #000;
}
#mainMenu ul li a &gt; span{
	/*padding: 0 25px;
	border-right: 1px solid #222222;
	display: block;
	width: 100%;*/
}

#mainMenu ul li.telefonos a{
	display: block;
	padding: 0;
}

#mainMenu ul li.telefonos{
	margin-right: 2%;
	padding:10px 0 12px;
	
	background: url(../imagenes/icono_telefono.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 35px;
	background-size: 25%;
}

#mainMenu ul li.telefonos a:hover,
#mainMenu ul li.telefonos:hover a{
	background: none;
}

#mainMenu ul li.telefonos,
#mainMenu ul li.blog{
	float: right;
}
#mainMenu ul li.blog{
	padding: 12px 0px;
}
#mainMenu ul li.blog a{
	padding: 9px 15px;
	background-color: #232331;
}
#mainMenu ul li.blog:hover a{
	background-color: #FFF;
	color: #232331;
}

#mainMenu ul li a .icono_abajo{
/*
	display:inline-block;
	background:url(../imagenes/icono_submenu_blanco.png) no-repeat 100% 4px;
	width:14px;	
	height:10px;
*/
}
/*
#mainMenu &gt; ul &gt; li:last-child &gt; a{
	padding-right:0px;
}
*/
#header .opciones_cabecero ul li ul,
#mainMenu ul ul{
	display:none;
	background:#fff;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.25);	
	width:inherit;
	min-width:200px;
	z-index:2;
}
#mainMenu ul ul ul{
	width:200px;
	z-index:1;
}
#mainMenu ul ul li{
	float:none;
	width:100%;
	display:block;
}
#mainMenu ul li:hover ul li a{
	background-color: #FFF;
	color:#000;
	text-align:left;
}
#header .opciones_cabecero ul li ul li a,
#mainMenu ul li ul a{
	display:block;
	padding: 5px 20px;
	background:none;
	text-align:center;
	color:#000;
	font-size:13px;
	font-weight:400;
	line-height:25px;
	width:100%;	
}
#mainMenu ul li ul a .icono_abajo{
	float:right;
	background:url(../imagenes/icono_submenu_negro.png) no-repeat 100% 4px;	
	margin-right: 10px;
    margin-top: 8px;
}
#header .opciones_cabecero ul li ul li a:hover,
#mainMenu ul li:hover ul li a:hover{
	/*background: rgba(17, 17, 17);*/
}
#mainMenu ul ul ul li ul,
#mainMenu ul ul li ul{
	display:none;
	position:absolute;
	left:100%;
	top:0px;
	background:#7c9423;
}
#mainMenu ul ul ul li:hover &gt; ul{
	display:block;
}
#mainMenu ul ul li:hover &gt; ul{
	display:block;
}
#mainMenu ul li:hover &gt; ul{
	display:block;	
}

#mainMenu ul li:hover ul li ul li a{
	display:block;
}
#mainMenu ul li:hover ul li ul li a:hover{
	display:block;
}
#mainMenu ul li ul li:hover &gt; a{
	background:#efefef;	
}

#mainMenu.menuFijo ul li a.selected{
	color: #000;
}
#mainMenu.menuFijo li a{
	padding: 20px 25px;
	color: #989898;
}
#mainMenu.menuFijo li a.selected,
#mainMenu.menuFijo li a:hover{
	color: #000;
}
#mainMenu.menuFijo ul li ul li a{
	padding: 5px 20px;
}
#mainMenu.menuFijo ul li ul li:hover a{
	color: #000;
}
#mainMenu.menuFijo ul li:hover a{
	color:#000;	
}
#mainMenu.menuFijo ul li:hover ul li a{
	color: #000;
}

#slider{
	width:100%;
	min-width:1040px;
	height:500px;
	overflow:hidden;
	float:left;
	z-index:0;

	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(left, #e0e0e0 0%, #f5f5f5 36%, #f5f5f5 72%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e0e0e0 0%,#f5f5f5 36%,#f5f5f5 72%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e0e0e0 0%,#f5f5f5 36%,#f5f5f5 72%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=1 );
	
	margin:0px;
	position:relative;
}
#slider .texto{
	text-align:center;
	width:100%;
	margin:0 auto;
	z-index: 1;
	position: absolute;
	top: 38%;
}
#slider .texto h2{
    color: #FFF;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 52px;
    margin-bottom: 20px;
	text-transform: uppercase;
	width: 48%;
	margin: 0 auto;
	
}
#slider .texto h3{
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.02em;
	margin: 0;
	color: #ffffff;
	z-index: 1;
}
#slider .texto strong{
	font-weight:700;
	color:#fff;	
}
#slider ul{
	float:left;
	width:100%;
	height:inherit;
/*	margin:0 !important; */
	padding:0 !important;
	list-style:none;
	margin:0px;
}
#slider #prevBtn,
#slider #nextBtn{
	display:block;	
	width:50px;
	height:50px;
	position:absolute;
	top:45%;
	z-index:1000;
	visibility:hidden;
	opacity:0;
	margin:0px;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
#slider:hover #prevBtn,
#slider:hover #nextBtn{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	border: 1px solid #FFF;
}

#slider #prevBtn a,
#slider #nextBtn a{
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	outline:none;
}
#slider #prevBtn a{
	background:url(../imagenes/previous.png) no-repeat;	
}
#slider #nextBtn a{
	background:url(../imagenes/next.png) no-repeat;	
}
#slider #prevBtn{
	left:3%;	
}
#slider #nextBtn{
	right:3%;	
}
#slider ul li{
	float:left;	
	width:100%;
	height:inherit;
	overflow:hidden;
	display:block;
	position:relative;
	text-align:center;
}
#slider ul li img{
	/*width:1150px;*/
	height:auto;
	top:0;
	/*left:50%;*/
	/*margin-left:-575px;*/
	position:absolute;
	display:block;
}

#migas{
	background:#232331;
	
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background-attachment: fixed;
	background-color: transparent;
	background-image: url('../imagenes/migas.png');
	background-repeat: repeat;
	border: 0px solid #FFF;
	background-size: cover;
	background-position: center center;*/
	
	
	/*padding:15px 0px;*/
	font-size:14px;
	clear:both;
	width:100%;
	min-width:1080px;
	color:#fff;
	
}
#migas .ruta_migas{
	/*padding: 25px 0;*/
	background-color: #232331;
	height: 70px;
}

#migas .ruta_migas .contenedor{
	padding: 0;
	display: table;
	height: 70px;
}
#migas .ruta_migas .contenedor .ruta{
	display: table-cell;
	vertical-align: middle;
}

#migas .ruta_migas .contenedor img{
	height: 10px;
	width: auto;
}
#migas .ruta_migas a:hover{
	color: #CA1F26;
}



#migas .bloque_migas{
	background-attachment: fixed;
	background-color: transparent;
	background-image: url('../imagenes/migas.png');
	background-repeat: repeat;
	border: 0px solid #FFF;
	/*background-size: cover;*/
	background-position: center center;
}
#migas .bloque_migas .ubicacion_migas{
	width: 100%;
	height: 100%;
	padding: 80px 0;
	background: rgba(212,212,212,0.84);
}
#migas .container h1{
	color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    /*padding-bottom: 10px;
    padding-top: 30px;*/
    text-align: left;
	font-family: 'Oswald', sans-serif;
		
}
#migas .container p.ruta_migas{
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 10px 0 0;
}
#migas .container p.ruta_migas a{
	color: #FFF;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}
#migas .container p.ruta_migas a:hover{
	color:#232331;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}
#migas span.glyphicon{
	display:none !important;
}

#migas .ruta_migas .contenedor:last-child{
	text-align: right;
}
#migas .ruta_migas .contenedor:last-child i{
	font-size: 36px;
	padding-right: 10px;
	color: #CA1F26;
}
#migas .ruta_migas .contacto_migas{
	display: table-cell;
	vertical-align: middle;
}
#migas .ruta_migas .contacto{
	line-height: 19px;
	display: inline-block;
	text-align: left;
}
#migas .ruta_migas .contacto a{
	display: block;
	margin: 0;
	font-size: 20px;
}
#migas .ruta_migas .contacto a.email{
	font-size: 14px;
	color: #9f9f9f;
}
#migas .ruta_migas .contacto a.email:hover{
	color: #CA1F26;
}


/*#mainContent .row .column h4 a:hover{
	color:#232331;
}*/

.listado_faq{
	padding:0px !important;
	margin:0px;
	list-style:none;
	width:100%;	
}
.listado_faq li .pregunta{
}
.listado_faq li &gt; .pregunta,
.listado_faq li &gt; .respuesta{
	display:block;
	border-top:#232331 1px solid;
}
.listado_faq li .pregunta a{
	line-height:30px;
	display:block;
	color:#363636;
	font-size:18px;
}
.listado_faq li .pregunta a span{
	padding-left:40px;
/*	background:url(../imagenes/flecha_verde_h4.png) no-repeat 10px 15px;*/
	display:inline-block;
	line-height:40px;
	position:relative;
	color:#232331;
}
.listado_faq li .pregunta a span::before {
    content: "+";
    font-size: 20px;
    height: 20px;
    left: 5px;
    line-height: 13px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}
.listado_faq li .pregunta a.selected span::before {
	content: "-";
}
.listado_faq li .pregunta a:hover,
.listado_faq li .pregunta a.selected{
	background:#efefef;
}

.listado_faq li .respuesta{
	margin:0px;	
	border-top:0px;
	padding:00px 20px;
	display:none;
	padding-left:40px;
}
.submenu_cuerpo ul{
	list-style:none;
	padding-left:0px;
	max-width:500px;
}
.submenu_cuerpo &gt; ul{
	border-bottom:#232331 1px solid;
}
.submenu_cuerpo ul li a{
	display:block;
	border-top:#232331 1px solid;
	position:relative;
	line-height:31px;
}
.submenu_cuerpo ul ul li a{
	padding-left:20px;	
}
.submenu_cuerpo ul li a:hover{
	background:#efefef;	
}
.submenu_cuerpo ul a::after {
	content: "&gt;";
    font-size: 16px;
    height: 20px;
    right: 5px;
    line-height: 13px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}


#form_contacto{
	padding-left: 410px;
    /*width: 1074px;*/
	width: 100%;
}
.formulario label{
	font-size:15px;
	/*padding-left:40px;
	background:url(../imagenes/flecha_verde_h4.png) no-repeat 10px 20px;*/
	display:inline-block;
	line-height:30px;
	/*width:309px;*/
	width: 45%;
	margin-right:40px;
}
.formulario textarea,
.formulario input[type=text],
.formulario input[type=tel],
.formulario input[type=email]{
	border: 1px solid #c0c1c3;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    height: auto;
    line-height: 25px;
    padding: 5px;
    width: 662px;
}
.formulario p label:nth-child(2),
.formulario p input:last-child{
	margin-right:0px;	
}
.formulario select{
	border:#c0c1c3 1px solid;
	width:97px;	
	box-shadow:none;
	border-radius:0px;
	font-size:17px;
	line-height: 25px;
	padding:5px;
	height:auto;
	margin-right:10px;
}
.formulario select.medio{
	width:318px;
	margin-right:40px;
}
.formulario input.medio{
	/*width:309px;*/
	width: 47%;
	margin-right:3%;
}
.formulario .tercio{
	width:198px;
	margin-right:40px;
}
/*
.formulario #boton_enviar,
#form_contacto #boton_enviar{
	background:none;
	color:#232331;
	cursor:pointer;	
}
*/
.formulario textarea{
	height:215px;
	font-size:15px;	
	width: 97.5%;
}

.formulario .version_movil{
	display:none;
}
.formulario input.telefono,
.formulario label.telefono{
	/*width: 120px;*/
	width: 25%;
	margin-right: 25px;
}
.formulario input.email,
.formulario label.email{
	/*width: 498px;*/
	width: 69%;
}
#form_contacto .enviar_boton{
	margin-right: 20px;
}

.contenido .columna_izda{
	float:left;	
	/*width:270px;*/
	width: 30%;
	padding-bottom:30px;
}
.contenido .cuerpo_seccion{
	padding-left:300px;	
}
.contenido .columna_izda .submenu_izda ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.contenido .columna_izda .submenu_izda ul ul{
	display:none;	
}
.contenido .columna_izda .submenu_izda ul li a{
	border-bottom: 1px solid #7c8291;
    color: #7c8291;
    display: block;
    line-height: 27px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-top: 5px;
    position: relative;
}
.contenido .columna_izda .submenu_izda ul li a::after {
    content: "&gt;";
    font-size: 13px;
    height: 10px;
    line-height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 5px;
    top: 50%;
}
.contenido .columna_izda .submenu_izda ul li a.selected,
.contenido .columna_izda .submenu_izda ul li a:hover{
	background:#efefef;	
}

#mainContent .galeria{
	/*float:right;*/
	/*width:272px;*/
	width:100%;
	overflow:hidden;
	/*margin-left:20px;*/	
	margin-top:15px;
}

#mainContent .galeria .galeria_seccion{
/*	width:270px;
	height:250px !important;
	overflow:hidden;
	float:left;*/
	z-index:0;
}
/*#mainContent .galeria .galeria_seccion.row li[class*=col-md]{
	padding:0;
	width:23%;
	margin:0 1%;
	overflow:hidden;
}*/

#mainContent .galeria .galeria_seccion h3{
	color:#7c8291;
	margin:0px;
	font-size:14px;
	font-weight:700;
}
#mainContent .galeria .galeria_seccion p.controles{
	margin:0px;
	float:right;	
}
#mainContent  .galeria .galeria_seccion li p.texto{
	display:block;
	background:#d5dbe3;
	color:#000;
	padding:5px;
	font-size:13px;
	line-height:20px;
	margin:0px;
}
#mainContent .galeria .galeria_seccion .texto strong{
	font-weight:700;
}
#mainContent .galeria .galeria_seccion ul{
/*	float:left;*/
	/*width:100%;*/
/*	height:190px;*/
/*	margin:0 !important; */
	padding:0 !important;
	list-style:none;
	margin:0px;
}
#mainContent .galeria .galeria_seccion #prevBtn,
#mainContent .galeria .galeria_seccion #nextBtn{
	display: inline-block;
    height: 23px;
    text-align: center;
    width: 23px;
}
#mainContent .galeria .galeria_seccion #prevBtn a,
#mainContent .galeria .galeria_seccion #nextBtn a{
	display:block;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
	background:#d5dbe3;
	color:#7c8291;
	text-decoration:none;
}
#mainContent .galeria .galeria_seccion ul li{
	display:inline-block;
	text-align:center;
	margin-bottom:25px;
	overflow: hidden;
}
#mainContent .galeria .galeria_seccion ul li a{
	display:inline-block;	
}
#mainContent .galeria_seccion.row li p{
	padding:0;
}
#mainContent .galeria_seccion.row{
	margin:0;
}
#mainContent .galeria .galeria_seccion ul li img.efecto{
	max-width:100%;
	height:auto;
	
	display:block;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  
	margin-top:0px;
	margin-left:0px;
}
#mainContent   .galeria .galeria_seccion ul li a:hover img.efecto{
	transform: scale(1.1);
	
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s; 
	
}
#mainContent .galeria .galeria_seccion ul li p.imagen{
	margin:0;
	max-width:100%;
	overflow:hidden;
	position:relative;
}
/*#mainContent .galeria .galeria_seccion ul li a{
	overflow:hidden;
	width:100%;
	max-width:100%;
	height:100%;
}*/
#mainContent .galeria .galeria_seccion ul li a:hover p.texto{
	background:none;
	color:inherit;
	text-align:left;
}
#mainContent .galeria .galeria_seccion ul li a p.texto{
	text-align:left;
}
#mainContent p.bloque_texto_gris{
	padding: 20px 15px;
	margin: 0;
	color: #787878;
	font-size: 16px;
	
	background-color: #F8F8F8;
	border-radius: 5px;
	border: 1px solid #D1D0D1;
}

/* Sweep To Top */
.hvr-sweep-to-top-purple {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top-purple{	
	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
}
.hvr-sweep-to-top-purple:before,
.hvr-sweep-to-top-gray:before,
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232331 ;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top-gray:before{
	background: #e4e4e4;	
}
.hvr-sweep-to-top-purple:before{
	background: #232331 ;	
	-webkit-transition-duration: 0.6s;
  	transition-duration: 0.6s;
}
.hvr-sweep-to-top-gray:hover, .hvr-sweep-to-top-gray:focus, .hvr-sweep-to-top-gray:active{
	color: #232331  !important;	
}
.hvr-sweep-to-top-purple:hover, .hvr-sweep-to-top-purple:focus, .hvr-sweep-to-top-purple:active{
	color: #ffffff !important;	
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top-purple:hover:before, .hvr-sweep-to-top-purple:focus:before, .hvr-sweep-to-top-purple:active:before,
.hvr-sweep-to-top-gray:hover:before, .hvr-sweep-to-top-gray:focus:before, .hvr-sweep-to-top-gray:active:before,
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#filtrar_fecha.formulario{
	margin-left:-15px;
	margin-top:20px;
}

#filtrar_fecha.formulario label{
	width:auto;
	font-size:18px;
}
#filtrar_fecha.formulario select{
	width:auto;
}



.contenido .galeria .sub_galeria_seccion{
	clear:both;
	float:left;
	width:100%;
	padding-top:20px;
	list-style:none;
	padding-left:0px;
}
.contenido .galeria .sub_galeria_seccion li{
	display:inline-block;
	padding-right:5px;
	margin-bottom:10px;
}
.contenido .galeria .sub_galeria_seccion li img{
	border:#dfe4ea 1px solid;
}

#sitemap &gt; ul{
	border-left:#1d1d1d 1px solid;
	display:inline-block;
	width:514px;
	padding-left:15px;
	margin:0px;	
}
#sitemap ul ul{
	margin:0px;
	list-style:none;	
}
#sitemap ul ul ul{
	padding-left:15px;
}
#sitemap &gt; ul &gt; li{
	list-style:none;
	margin-bottom:30px;
}
#sitemap &gt; ul &gt; li:last-child{
	margin-bottom:0px;	
}
#sitemap ul &gt; li a{
	color:#1d1d1d;
	font-size:20px;
	font-family:"titillium_bold";	
}
#sitemap ul ul li a{
	color:#1d1d1d;
	font-size:15px;
	font-family:"titillium_regular";
	padding-left:13px;
	background:url(../imagenes/icono_cuadradito.png) no-repeat left 9px;	
}
#sitemap ul ul ul li a{
	color:#1d1d1d;
	font-size:15px;
	font-family:"titillium_regular";
	padding-left:13px;
	background:url(../imagenes/flecha_pequena.png) no-repeat left 7px;	
}
#sitemap h4{
	background:none;	
	margin-bottom:40px;
}
#sitemap h4 a{
	color:#1d1d1d;
	font-family:"titillium_bold";	
	font-size:25px;	
}
.cuadro_direccion{
	background:#fff;
	width:100%;
	margin-top:-30px;
	padding:15px 0px;
	text-align:left;
	vertical-align:text-bottom;	
	margin-bottom:30px;
}
.cuadro_direccion label{
	color:#7c8291;
	font-size:22px;
}
.cuadro_direccion span{
	display:inline-block;
	position:relative;
	vertical-align:top;	
}
.cuadro_direccion input[type=text]{
	border:#7c8291 2px solid;
	border-right:0px;
	line-height:40px;
	height:40px;
	margin-left:15px;
	float:left;
	padding-left:10px;
	-webkit-appearance: none;
}
.cuadro_direccion input[type=button]{
	border:#7c8291 2px solid;
	border-left:0px;
	background:url(../imagenes/flecha_direccion.png) no-repeat 0px 12px #fff;
	cursor:pointer;
	text-indent:-9999px;
	width:30px;
	float:left;
	height:40px;
	-webkit-appearance: none;
}
.pantalla_como_llegar{
	padding:0px 100px;	
	background:#fff;
}
.pantalla_como_llegar table a{
	font-size:14px;	
}

.boton_formulario{
	display:inline-block;
	padding-left:80px;
	background-color:#232331;
	color:#ffffff !important;
	line-height:80px;
	padding-right:10px;
	margin-right:15px;	
	width:250px;
	font-size:17px;
	font-weight:300;
	text-align:center;
	margin-bottom:10px;
	transition: all 0.3s;
}
.boton_formulario.formulario_medico{
	background-image:url(../imagenes/icono_form_medico.png);
	background-repeat:no-repeat;
	background-position:5px 10px;	
}
.boton_formulario.formulario_profesional{
	background-image:url(../imagenes/icono_form_profesional.png);
	background-repeat:no-repeat;
	background-position:5px 10px;	
}
.boton_formulario:hover{
	background-color:#26cfad;
}

.cookies{
	position:fixed;
	background:rgba(0,0,0,0.8);
	padding:5px 10px;
	bottom:0px;
	z-index:100;
	color:#fff;	
	width:100%;
	line-height:30px;
	font-size:15px;
}
.cookies a{
	color:#ccc;	
	font-weight:bold;
}
.cookies .cerrar{
	float:right;	
}
.cookies .cerrar a{
	background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    line-height: 19px;
    padding: 3px;
    text-align: center;
    width: 25px;
}
.listado_portfolio{
	padding-top:20px;	
}
.proyecto_small{
	padding:10px;	
	height:201px;
}
.proyecto_small .entrada-titulo {
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}
.proyecto_small .entrada-titulo {
    background: rgba(255, 255, 255, 0.8);
    color: #222222;
    height: 100%;
    left: 0;
    line-height: 1.25em;
    position: absolute;
    top: 0;
    width: 100%;
	margin:0px;
	font-size:18px;
}
.proyecto_small a {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
.proyecto_small .thumb {
    left: 0;
    line-height: 0;
    position: relative;
    top: 0;
	height:100%;
	width:100%;
}
.proyecto_small .text {
    opacity: 0;
	display: block;
	padding: 30px 0 0 10px;
    transition: all 0.2s ease 0s;
	font-size:14px;
}
.proyecto_small .text strong{
	display:block;	
	font-weight:700;
	width:70%;
	font-size:13px;
	line-height:17px;
	margin-bottom:10px;
}
.proyecto_small a:hover h2 {
    opacity: 1;
}
.proyecto_small a:hover h2 .text{
	opacity: 1;
    padding-top:10px;
}
.proyecto_small img {
    height: auto;
    width: 100%;
}
.fotos_proyecto img{
	max-width:100%;
	width:100%;
	height:auto;
	margin-top:15px;	
}
.fotos_proyecto img:first-child{
	margin-top:0px;	
}
.descripcion_proyecto p{
	text-align:justify;	
}

.spinner {
  width: 120px;
  text-align: center;
}
.spinner &gt; div {
  width: 10px;
  height: 10px;
  background-color: #232331;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
table.listado_busqueda_dominios{
	font-size:15px;	
}
table.listado_busqueda_dominios tr.no-disponible td{
	color:#999;	
}
table.listado_busqueda_dominios tr.selected.no-disponible td{
	background-color:#fad2d3;	
}
table.listado_busqueda_dominios tr.selected.disponible td{
	background-color:#d3f4ff;	
}

table.listado_busqueda_dominios tr.disponible .glyphicon{
	color:#090;
}
table.listado_busqueda_dominios tr.no-disponible .glyphicon{
	color:#C00;
}
.right{
	text-align:right !important;	
}
.center{
	text-align:center !important;	
}
.left{
	text-align:left !important;	
}
.boton_azul{
	background-color:#232331;
	border:#232331 1px solid;
	color:#fff !important;
	font-size:14px;
	padding:5px 7px;
	padding-bottom:3px;
	height: 37px;
    line-height: 25px;
	font-weight:700;
	display:inline-block;
	margin-right: 15px;
	margin-top: 15px;
}
.boton_azul:hover{
	background-color:#fff;
	color:#232331 !important;		
}
.boton_verde{
	background-color:#090;
	border:#090 1px solid;
	color:#fff !important;
	font-size:14px;
	padding:5px 7px;
	padding-bottom:3px;	
	height: 37px;
    line-height: 25px;
	font-weight:700;
	display:inline-block;
}
.boton_verde:hover{
	background-color:#fff;
	color:#090 !important;		
}
.boton_gris{
	background-color:#ddd;
	border:#ddd 1px solid;
	color:#666 !important;
	font-size:14px;
	padding:5px 7px;
	padding-bottom:3px;	
	height: 37px;
    line-height: 25px;
	font-weight:700;
	display:inline-block;
}
.boton_rojo{
	background-color:#ba0c0c;
	border:#ba0c0c 1px solid;
	color:#FFF !important;
	font-size:14px;
	padding:5px 7px;
	padding-bottom:3px;	
	height: 37px;
    line-height: 25px;
	font-weight:700;
	display:inline-block;
}
.boton_rojo span,
.boton_verde span,
.boton_gris span,
.boton_azul span{
	color:inherit !important;	
}
.boton_rojo label,
.boton_verde label,
.boton_gris label,
.boton_azul label{
	margin-bottom:0px;
}
.quitar_dominio{
	cursor:pointer;	
}
.panel input[type="text"]{
	width:300px;
	display: inline-block;
}
.info_facturacion{
	font-size:14px;	
}
.info_facturacion select,
.info_facturacion input{
	width:100%;	
}
.info_facturacion .row{
	margin-bottom:10px;	
}

/* ============ Ventana Acceso ============ */
#capa_opaca{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:2000px;
	background:rgba(255,255,255,0.9);
	z-index:12;
	display:none;	
}
#capa_cargando{
	position:fixed;
	height:300px;
	width:200px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-150px;
	color:#000;
	font-weight:300;
	z-index:12;	
	text-align:center;
	display:none;
}
.spinner_cargando {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  margin-bottom:20px;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.spinner_cargando .dot1, .spinner_cargando .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.spinner_cargando .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.ventana_acceso{
	width:410px;
	height:auto;
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-205px;
	margin-top:-120px;
	z-index:15;
	box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}
.ventana_acceso .cerrar {
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
	text-align:center;
}
.ventana_acceso .cerrar:hover {
	color:#000;
	background:#efefef;
}
.ventana_acceso .cabecera{
	background:#232331;
	text-align:center;
	overflow:hidden;
	height:60px;
}
.ventana_acceso .bloque_rojo{
	width: 20%;
	height: inherit;
	background-color: #CA1F26;
	float: left;
}
.ventana_acceso .triangulo_rojo{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 0 45px;
	border-color: transparent transparent transparent transparent;
	border-left-color: transparent;
	border-left-color: #CA1F26;
	float: left;
}
.ventana_acceso .icono_titulo{
	margin:12px auto;
	overflow:hidden;
	width: 55%;
	float: left;
}
#ventana_olvidar_contrasena .icono_titulo{
	width:100%;
	text-align:center;
}
#ventana_olvidar_contrasena .icono_titulo img{
	margin-left: 22px;
}
#ventana_olvidar_contrasena .icono_titulo .titulo{
	font-size: 15px;
	margin-right: 0px;
}
.ventana_acceso .cabecera img{
	float:left;
	height: 33px;
    width: 25px;
	margin-left: 10px;
}
.ventana_acceso .cabecera .titulo{
	color: #fff;
    font-size: 15px;
    line-height: 41px;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 7px;
}

.ventana_acceso .contenido{
	background:#fff;
	text-align:left;
	padding-left:25px;
	overflow:hidden;
	
}
.ventana_acceso .contenido p{
	font-size:14px;
	padding-top:20px;
}
.ventana_acceso .contenido form .input_50{
	margin-bottom: 12px;
    padding-left: 5px;
    padding-top: 2px;
    width: calc(100% - 17px);
	border-radius:3px;
	border:#999 1px solid;
}
#ventana_acceso .contenido form input[type="password"]{
	margin-bottom: 6px;
    padding-left: 5px;
    padding-top: 2px;
    width: calc(100% - 17px);
	border-radius:3px;
	border:#999 1px solid;
}

.ventana_acceso .contenido a{
	color: #3b737a;
	font-size:14px;
}
.ventana_acceso .contenido a:hover{
	text-decoration:underline;	
}

.ventana_acceso .contenido input[type="button"]{
	background: #CA1F26 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: right;
    font-size: 17px;
    line-height: 40px;
    margin: 10px 17px 15px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
	border-radius:3px;
	padding: 3px 20px 0;
}
.ventana_acceso .contenido input[type="button"]:hover{
	background: #f38288;
}

/* ================ VENTANA REGISTRO ==================== */
#ventana_registro{
	margin-top:-200px;
}
#ventana_registro .cabecera .icono_titulo{
	width: 240px;
}
#ventana_registro .contenido form input:first-child{
	margin-top:15px;
}
#ventana_registro .contenido form label{
	font-size:12px;
	width:350px;
	font-weight:normal;
}
#ventana_registro .contenido form #condiciones{
	margin-top: 0;
    position: relative;
    top: -14px;
}

#ventana_registro .contenido form input[placeholder]{
	padding-left:8px;
}

.listado_opciones_dominio{
	list-style:none;
	float:left;	
}
.listado_opciones_dominio li{
	margin-bottom:10px;	
}
.listado_opciones_dominio a{
	width:250px;	
	text-align:left;
}
.listado_opciones_dominio a span{
	color:#333;	
	margin-right:7px;
}

.resumen_info_dominio{
	width:60%;
	float:left;	
}
.resumen_info_dominio p strong{
	display:inline-block;
	width:200px;	
}
.resumen_info_dominio p span{
	display:inline-block;	
	vertical-align: text-top;
}

#listado_registros_dns{
	font-size:80%;	
}
#listado_registros_dns input,
#listado_registros_dns select{
	width:100%;	
}
#datos_registro_whois .row label{
	display:block;	
}
#datos_registro_whois select,
#datos_registro_whois input[type=text],
#datos_registro_whois input[type=tel],
#datos_registro_whois input[type=email]{
	width:200px;	
}

.menu_area_privada #opciones_area_privada .opcion_area_privada {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}
.menu_area_privada #opciones_area_privada .opcion_area_privada img {
    height: 11px;
    width: 11px;
}
.menu_area_privada #opciones_area_privada .borde_opcion, .mis_datos form .contenido .formulario_datos_personales .borde_dato {
    border-bottom: 1px solid #cedcde;
    padding-bottom: 15px;
}
.menu_area_privada #opciones_area_privada li:first-child {
    padding-top: 15px;
}
.menu_area_privada #opciones_area_privada li {
    list-style: outside none none;
}
.menu_area_privada #opciones_area_privada li a {
    color: #CA1F26;
    }
.menu_area_privada #opciones_area_privada {
    background: #fff none repeat scroll 0 0;
    clear: both;
    padding-bottom: 15px;
}
.mis_datos, .mis_direcciones {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    width: 765px;
}
.mis_datos form .contenido {
    margin-left: 15px;
    margin-right: 15px;
}
.mis_datos form .contenido .formulario_datos_personales .titulo_apartado {
    overflow: hidden;
    padding-top: 8px;
}
.mis_datos form .contenido .formulario_datos_personales .titulo_apartado p {
    float: left;
	font-weight:700;
    font-size: 20px;
}
.mis_datos form .contenido .formulario_datos_personales .titulo_apartado #titulo_envio {
    margin-left: 17px;
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal {
    clear: both;
    margin-bottom: 15px;
}
.mis_datos .contenido .formulario_datos_personales {
    list-style: outside none none;
}
.mis_datos form .contenido .formulario_datos_personales label {
    width: 145px;
	font-weight:400;
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal .input_50 {
    margin-left: 30px;
    padding-left: 8px;
    width: calc(50% - 17px);
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal .dato_sexo {
    display: inline;
    margin-left: 33px;
    width: 70px;
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal .dato_sexo label {
    width: 50px;
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal .fecha_nacimiento {
    display: inline;
    width: 375px;
}
.mis_datos form .contenido .formulario_datos_personales .dato_personal .fecha_nacimiento select {
    margin-left: 30px;
    padding-left: 8px;
    width: 88px;
}
.botones {
    float: right;
    font-weight:700;
    font-size: 14px;
    line-height: 40px;
    padding: 19px 15px 20px;
    width: 100%;
}
.botones input {
    float: right;
}
.tabla_facturas{
	font-size:13px;	
}
.tabla_facturas tr.impagada td{
	background:pink;	
}

.tarifas_dominios ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.tarifas_dominios .otros_dominios li{
	font-size:13px;
	color:#666;
}
.tarifas_dominios .dominios_habituales li{
	font-size:20px;
	color:#666;
	line-height:35px;
}
.tarifas_dominios strong{
	color:#000;	
	font-size:inherit;
}
.tarifas_dominios li .precio{
	float:right;
	text-align:right;
	display:inline-block;
	color:#232331;
	font-weight:700;
}
.tarifas_dominios li .precio_antes{
	float:right;
	text-align:right;
	display:inline-block;
	color:#999;
	font-weight:400;
	text-decoration:line-through;
	padding-right:10px;
	font-size:13px;
}
.tarifas_dominios .otros_dominios li:nth-child(8n),
.tarifas_dominios .otros_dominios li:nth-child(8n-3),
.tarifas_dominios .otros_dominios li:nth-child(8n-2),
.tarifas_dominios .otros_dominios li:nth-child(8n-1){
	background:#efefef;
}
#mainContent{
	margin-top: 40px;
}
#mainContent .contenido img{
	max-width:100%;
	height:auto;	
}
#mainContent .contenido iframe{
	max-width:100%;	
}

#header .opciones_cabecero .menu_usuario{
	position:absolute;
	right: 18%;
	width:211px;
	height:auto;
	background-color:#fff;
	border:1px solid #CA1F26;
	border-top: 3px solid #CA1F26;
	float:left;
	z-index:140;
	display:none;
	cursor:pointer;
}

#header .opciones_cabecero .container{
	position: relative;
}
#header .opciones_cabecero .menu_usuario ul{
	margin-bottom:0px;	
}
#header .opciones_cabecero .menu_usuario ul li{
	list-style:none;
	text-align:left;
}
#header .opciones_cabecero .menu_usuario ul li{
	/*padding-bottom:10px;*/
	width: 100%;
	padding: 5px 5px;
}
#header .opciones_cabecero .menu_usuario ul li a{
	color: #777777;
	width:100%;
	display:block;
	
	padding-left: 15px;
    padding-right: 15px;
}
#header .opciones_cabecero .menu_usuario ul li a:hover{
	background-color:#efefef;
	color:#000;
}
#header .opciones_cabecero .menu_usuario ul li:first-child{
	padding-top:10px;
}
#header .opciones_cabecero .menu_usuario ul li:last-child{
	border-top:1px solid #CA1F26;
	padding-top:10px;	
}

#header .opciones_cabecero .menu_usuario ul li.salir span{
	padding-left: 2%;
}

#header .opciones_cabecero .menu_usuario li.cerrar_menu,
#header .opciones_cabecero .menu_usuario li.logo{
	display: none;
}


.area_privada{
	overflow:hidden;
	width:1170px;
}
.mi_cuenta{
	margin-top:15px;
	clear: none;
    float: left;
    width: 375px;
}
.mi_cuenta .menu_area_privada{
	float:left;
	width:380px;	
	clear:both;
	width:100%;
}
.mi_cuenta .menu_area_privada #opciones_area_privada .opcion_area_privada{
	width:auto;
    margin-left: 15px;
	margin-right:15px;
}
.mi_cuenta .menu_area_privada #opciones_area_privada .opcion_area_privada img{
	width:11px;
	height:11px;
}
.mi_cuenta .menu_area_privada #opciones_area_privada .borde_opcion,
.area_privada .mis_datos form .contenido .formulario_datos_personales .borde_dato
{
	border-bottom:1px solid #cf0798;
	padding-bottom:15px;
}
.mi_cuenta .menu_area_privada #opciones_area_privada li:first-child{
	padding-top:15px;
}
.mi_cuenta .menu_area_privada #opciones_area_privada li{
	list-style:none;
}
.mi_cuenta .menu_area_privada #opciones_area_privada li a{
	color:#CA1F26;
}
.mi_cuenta .menu_area_privada #opciones_area_privada{
	clear:both;
	background: #fff none repeat scroll 0 0;
	padding-bottom: 15px;
}

.mi_cuenta .menu_area_privada .pestana{
	margin-left: 15px;
	font-size: 24px;
	font-weight: bold;
}

.zona_privada{
	background: #fff none repeat scroll 0 0;
	margin-top:15px;
	width: 765px;
	float:left;
	margin-left:30px;
}
.zona_privada .oculto{
	display: none;
}
.zona_privada .listado_actas{
	padding-left: 5%;
}
.zona_privada p.folder{
	background: url("../imagenes/folder.png") no-repeat;
	background-size: 23px auto;
	/*padding-left: 38px;*/
	padding-bottom: 5px;
	background-position: 3%;
}
.zona_privada p.folder i{
	padding-right: 35px;
}
.zona_privada p.file{
	background: url("../imagenes/file.png") no-repeat;
	background-size: 23px auto;
	padding-left: 38px;
	padding-bottom: 5px;
}



/* ======== INDEX ====== */

/* BLOQUES DE INICIO */

#mainContent .bloques_inicio .column{
	padding: 0 10px;
}
#mainContent .bloques_inicio .column p{
	padding: 0;
}

#mainContent .bloques_inicio{
	/*padding:0 25px;*/
	padding: 0;
	padding-right: 20px;
}
#mainContent .bloques_inicio:last-child{
	padding-right: 0;
}
#mainContent .bloques_inicio a{
	display:inline-block;
	width:100%;
	background-color: #232331;
	color: #FFF;
	/*height: 178px;*/
	padding: 30px;
	height: 175px;
	
	webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  
}
#mainContent .bloques_inicio a:hover{
	background-color:#3a3a61;
	
	webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  
}
#mainContent .bloques_inicio p.imagen{
	height: 50px;
	width: 100%;
}

#mainContent .bloques_inicio .titulo{
	text-align:center;
	font-size:30px;
	
	font-family: 'Montserrat', sans-serif;
}
#mainContent .bloques_inicio .extracto{
	text-align: center;
	font-size:75%;
    color: #777777;
    font-weight: normal;
    line-height: 1;
}
#mainContent .bloques_inicio img.imagen_hover{
	display:none;
}

/*#mainContent .bloques_inicio a:hover img{
	display:none;
}
#mainContent .bloques_inicio a:hover img.imagen_hover{
	display:block;
}*/

#mainContent .row:first-child p{
	/*padding:0 10px;*/
}
#mainContent .row{
	/*margin: 0;*/
}

#mainContent .bloques_portada{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 30px;
}
#mainContent .bloques_portada h2.titulo_apartado{
	margin: 0;
	padding: 45px 0 20px;
	
	background-image: url('../imagenes/franja_naranja.png');
	background-position: 50% 120%;
	background-repeat: no-repeat;
	
}
#mainContent .bloques_portada h2.titulo_apartado + p{
	margin: 8px 0;
}
#mainContent .bloque_gris{
	background-color: #f9fafb;
}

#mainContent .bloques_portada .noticias_portada h3{
	color: #ca1f26;
}



/* ======== APARTADO EVENTOS ======= */
#mainContent .listado_eventos{
	margin-top:45px;
	padding:0;
}
#mainContent .listado_eventos li{
	list-style:none;
	padding:0;
}
#mainContent .listado_eventos p{
	margin:0;
	padding:0 !important;
}
#mainContent .listado_eventos .fecha_hora{
	float:left;
	width:11%;
	position:relative;
}
#mainContent .listado_eventos .fecha_hora p:last-child{
	margin:0;
}
#mainContent .listado_eventos .fecha_hora .hora{
	margin-bottom:0;
	color:#232331;
}
#mainContent .listado_eventos .fecha_hora .fecha{
	font-size: 21px;
	font-weight: 600;
}
#mainContent .listado_eventos .fecha_hora .categoria{
	word-break:initial;
	width: 95px;
	color:#232331;
}
#mainContent .listado_eventos .fecha_hora .categoria a{
	line-height:18px;
}
#mainContent .listado_eventos .categoria small a:hover{
	color:#232331;
}
#mainContent .listado_eventos .info_evento{
	float:left;
	width:88%;
	padding-left:4%;
	padding-bottom:20px;
	position:relative;
	
	border-left:8px solid black;
}
#mainContent .listado_eventos .info_evento .camara{
	position:absolute;
	left: -33px;
    top: -8px;
}
#mainContent .listado_eventos .info_evento .camara img{
	max-width:59px;
	height:auto;
}
#mainContent .listado_eventos .info_evento .bloque_evento{
	padding-left:32px;
	background-color:#e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-bottom:15px;
	position:relative;
}
#mainContent .listado_eventos .info_evento .triangulo{
	padding:0;
	width:13px;
	height:auto;
	position:absolute;
    left: -13px;
    top: 15px;
}
#mainContent .listado_eventos .info_evento .triangulo img{
	max-width:13px;
	height:auto;
}
#mainContent .listado_eventos .info_evento .titulo_evento h4{
	color:#232331;
	margin:0;
	padding-top:15px;
}
#mainContent .listado_eventos .iconos .whatsap{
	display:none;
}
#mainContent .listado_eventos .iconos{
	width:7%;
	position:absolute;
	right: 0px;
	top: 2px;
}
#mainContent .listado_eventos .iconos img{
	max-width:18px;
	height:auto;
	margin-right:10px;
}
#mainContent .bloque_evento .imagenes_evento{
	margin-top:32px;
}
#mainContent .bloque_evento .imagenes_evento iframe{
	margin-bottom:8px;
}
#mainContent .listado_imagenes{
	padding:0;
}
#mainContent .listado_imagenes li{
	display:inline-block;
	padding-right:15px;
	padding-bottom:15px;
	margin:0;
	height:auto;
	float:left;
}
#mainContent .listado_imagenes li.video{
	padding-bottom:0;
}
#mainContent .listado_imagenes li.entero{
	width:100%;
}
#mainContent .listado_imagenes li.medio{
	width:50%;
}
#mainContent .listado_imagenes li.tercio{
	/*width:33%;*/
}
#mainContent .listado_imagenes li img{
	/*max-width:937px;*/
	max-width: 100%;
	max-height:365px;
	margin: 0 auto;
/*	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;  
	margin-top:0px;
	margin-left:0px;*/
}
/*#mainContent .listado_imagenes li .imagen{
	margin: 0;
	overflow: hidden;
	position: relative;
	width: auto;
	height: auto;
	height:220px;
}
#mainContent .listado_imagenes li img:hover{
	width:286px;
	height:189px;
	margin-left:-8px;
	width:10%;
	max-height:229px;
}*/

#mainContent .galeria_cuadros{
	margin-top: 55px;
}
#mainContent .galeria_cuadros ul{
	overflow: hidden;
}
#mainContent .galeria_cuadros li{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	
	margin-bottom: 10px;
	padding: 0 5px;
}
#mainContent .galeria_cuadros li p.foto_cuadro{
	margin: 0;
	padding: 0;
	
	max-width: 100%;
	overflow: hidden;
}

#mainContent .galeria_cuadros li img{
	max-width: 100%;
	height: auto;
	
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}

#mainContent .galeria_cuadros li:hover p.foto_cuadro img{
	transform: scale(1.1);
	
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}

#mainContent .info_evento .extracto_evento{
	padding-bottom:15px;
	padding-right:22px;
	color:#000;
	text-align:justify;
}
#mainContent .info_evento .extracto_evento p{
	line-height:24px;
}

#mainContent .info_evento .ver_mas{
	text-align:center;
	background-color:#b5b5b5;
	padding-top:6px;
	padding-bottom:6px;
	margin-right:22px;
	cursor:pointer;
}
#mainContent .info_evento .ver_mas:hover{
	background-color:#cfcdcd;
	
}
#mainContent .info_evento .texto_evento{
	display:none;
	padding-bottom:15px;
	padding-right:22px;
}

#mainContent .info_evento .boton_ver{
	width:100%;
	color:#FFF;
}
#mainContent .listado_eventos .titulo_evento .fecha_categoria{
	display:none;
}

.imagenes_evento.medio{
    float: left;
   /* width: 35%;*//*CAMBIO REALIZADO EL 19/01/2017*/
	max-width:35%;
}

.extracto_evento.medio,
.texto_evento.medio{
   /* float: left;*/ /*CAMBIO REALIZADO EL 19/01/2017*/
    margin-left: 2%;
    margin-top: 32px;
    /*width: 63%;*/ /*CAMBIO REALIZADO EL 19/01/2017*/
}


#mainContent .imagenes_evento.medio .listado_imagenes li img{
	max-width:100%;
}
.ver_mas.medio{
	clear:both;
}

#mainContent .filtros_fecha{
	margin-top:20px;
	margin-left:-15px;
	text-align:center;
}
#mainContent .filtros_fecha ul{
	margin:0px;
	padding:0px;	
}
#mainContent .filtros_fecha li{
	list-style:none;
	display:inline-block;	
	vertical-align:top;
	font-size:16px;
}
#mainContent .filtros_fecha li.version_movil{
	display:none;
}
#mainContent .filtros_fecha li a.selected,
#mainContent .filtros_fecha li a:hover{
	background-color:#efefef;
}
#mainContent .filtros_fecha li a{
	display:block;
	color:#000;
	padding:10px 10px;
	width:60px;
	height:36px;
	text-align:center;
	line-height:17px;
}
#mainContent .filtros_fecha li span{
	display:block;	
}


/* ===== APARTADO NOTICIAS ====*/

#mainContent ul.listado_noticias{
	list-style:none;
	margin:30px 0px 0px;
	
	padding:0px;
}
#mainContent .columna_otras_noticias ul.listado_noticias{
	margin:30px auto;
	width:270px;
	padding-left:0;
}
#mainContent ul.listado_noticias li{
	display:inline-block;
	margin-bottom:20px;
	height:290px;
	padding:0px;
}
#mainContent .columna_otras_noticias ul.listado_noticias li{
	display:block;
	width:270px;
	margin-bottom:20px;
	height:auto;
}

#mainContent ul.listado_noticias li:first-child{
/*	
	background:none;
	padding-top:0px;
	margin-top:0px;
*/
}
/*.noticia_destacada .destacada a,*/
#mainContent ul.listado_noticias li a{
	display:block;
	width:100%;
	padding:5px 15px;
}
#mainContent ul.listado_noticias li a:hover{
	background:#e5e5e5;
}
#mainContent ul.listado_noticias li a:hover p.titulo{
	color:#000;
}
#mainContent ul.listado_noticias li p{
	margin:0px;	
}
#mainContent .columna_otras_noticias ul.listado_noticias li a:hover{
	background:#f1f1f1;
}

#mainContent ul.listado_noticias li p.foto{
	height: 130px;
	display: table;
}
#mainContent ul.listado_noticias li p.foto span{
	display: table-cell;
	vertical-align: middle;
	height: 130px;
}

ul.listado_noticias li p.foto img{
	max-width:100%;
	height:auto;
	max-height: 130px;
}
.columna_otras_noticias ul.listado_noticias li p.ver_mas{
	text-align:right;
}
.noticia_destacada .destacada .ver_mas span,
ul.listado_noticias li p.ver_mas span{
	display:inline-block;
	font-size:13px;
	/*border-top:#232331 1px solid;*/
	color: #CA1F26;
	font-weight: bold;
}
.noticia_destacada .destacada .ver_mas span.fecha,
ul.listado_noticias li p.ver_mas span.fecha{
	float:left;
	border:0px;	
}
.noticia_destacada .destacada .titulo,
ul.listado_noticias li p.titulo{
	color:#60677a;
	/*color:#000;*/
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:15px;
	line-height:18px;
	padding-top:6px;
	min-height:42px;
	letter-spacing: -0.40px;
}
.noticia_destacada .destacada .extracto,
#mainContent ul.listado_noticias li .extracto{
	color:#979ca1;
	line-height:28px;
	font-size:13px;
	line-height:15px;
	margin:5px 0px;
	text-align: justify;
	hyphens: auto;
}
.contenedor_noticias a:hover .noticia_destacada{
	background:#e5e5e5;
}
.contenedor_noticias a:hover .noticia_destacada p.titulo{
	color:#000;
}


.noticia_destacada{
	background:#eeeff1;	
	height:293px;
}
.noticia_destacada .destacada{
	padding:0 15px;
}
.noticia_destacada .destacada p{
	margin:0px;	
	display:block;
}
.noticia_destacada .destacada .foto{
	float:left;
	margin-right:15px;	
}
.noticia_destacada .destacada .ver_mas span.fecha{
	display:block;
	padding-top:15px;
	padding-bottom:8px;	
	float:none;
}
.noticia_destacada .destacada .titulo{
	font-size:24px;
	line-height:26px;
}
.noticia_destacada .destacada .extracto{
	font-size:14px;
	margin:10px 0px;	
	color:#69717a;
	line-height:20px;
	text-align:justify;
}
.ver_mas_noticias{
	text-align:center;	
}

	/* === NOTICIA DETALLE ===*/
	
.noticia_detalle{
	padding-bottom:62px;
	margin-bottom:20px;
	/*background:url(../imagenes/puntitos_noticias.png) repeat-x bottom;*/	
	float:left;
	width:100%;
	clear:both;
}
.noticia_detalle .columna_fotos{
	float:left;
	width:500px;	
}
.noticia_detalle .columna_fotos img{
	max-width:500px;
	height:auto;	
}
.noticia_detalle .redes_sociales{
	margin:0px;
	margin-top:5px;
	padding:0px !important;
	margin-bottom:-10px;	
}
.noticia_detalle .redes_sociales li{
	list-style:none;
	padding-right:15px;
	display:inline-block;
	margin:0px;	
}
.noticia_detalle .cuerpo_noticia{
	float:left;
	width:73%;	
	margin-right:2%;
	font-size:14px;
	color:#062033;
	padding-top:15px;
	
	position:relative;
}
.noticia_detalle .cuerpo_noticia img{
	max-width:100%;
	margin:15px 0px;	
}
.noticia_detalle .columna_otras_noticias{
	float:right;
	width:25%;
	background:#f1f1f1;	
}
.noticia_detalle .columna_otras_noticias h3{
	color:#232331;
	font-size:20px;	
	font-weight:600;
	margin:0px;
	padding:0px 10px;
	padding-top:40px;
	line-height:23px;
}
.noticia_detalle .cuerpo_noticia .fecha{
	color:#232331;
	font-size:14px;	
	font-weight:300;
	margin:0px;
}
.noticia_detalle .cuerpo_noticia h3{
	/*color: #60677a;*/
	color:#000;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.noticia_detalle .cuerpo_noticia .subtitulo{
	color:#60677a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;	
	font-size:13px;
}
#mainContent .noticia_detalle .cuerpo_noticia .iconos{
	position:absolute;
	top:0;
	right:0;
}
#mainContent .noticia_detalle .cuerpo_noticia .iconos a{
	margin-right:10px;
}
#mainContent .noticia_detalle .cuerpo_noticia .iconos a:last-child{
	margin-right:0;
}
#mainContent .noticia_detalle .cuerpo_noticia .iconos img{
	height: auto;
	/*margin-right: 10px;*/
	max-width: 18px;
}

#mainContent .noticia_detalle .cuerpo_noticia .iconos .whatsap img{
	max-width:18px;
	margin:0;
	display:none;
}

#mainContent .noticia_detalle .cuerpo_noticia p{
	line-height:16px;
}

#mainContent .articulos_blog .articulo .imagen img{
	max-width: 100%;
	max-height: 500px;
}
#mainContent .articulos_blog .articulo .titulo h2{
	color: #232331;
}
#mainContent .articulos_blog .columna_derecha div.bloque{
	background: #f9fafb;
	margin-bottom: 30px;
	padding: 20px;
}

#mainContent .articulos_blog .columna_derecha div#buscador input[type="text"]{
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
	height: 42px;
	border: 0px;
	box-shadow: none;
	border-bottom: 1px solid #eeeeee;
	
	padding: 6px 12px;
	display: table-cell;
}
#mainContent .articulos_blog .columna_derecha div#buscador .contenedor_buscador{
	display: table;
}
#mainContent .articulos_blog .columna_derecha div#buscador .boton_buscar span{
	background: #232331;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-left: none;
}
#mainContent .articulos_blog .columna_derecha div#buscador .boton_buscar{
	display: table-cell;
	width: 10%;
}
#mainContent .articulos_blog .columna_derecha div#categorias ul{
	padding: 0;
}
#mainContent .articulos_blog .columna_derecha div#categorias ul li{
	list-style: none;
	padding: 5px 0;
	margin: 5px 0;
}
#mainContent .articulos_blog .columna_derecha div#categorias ul li a,
#mainContent .articulos_blog .columna_derecha div#ultimos_post ul li a{
	color: #000;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}
#mainContent .articulos_blog .columna_derecha div#categorias ul li a:hover,
#mainContent .articulos_blog .columna_derecha div#ultimos_post ul li a:hover{
	color: #232331;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	-o-transition: all 0.3s; 
	transition: all 0.3s;
}
#mainContent .articulos_blog .columna_derecha div#categorias ul li span{
	padding: 6px 12px;
	border-radius: 0;
	float: right;
}

#mainContent .articulos_blog .columna_derecha div#ultimos_post ul li a{
	margin-bottom: 8px;
	display: block;
}
#mainContent .articulos_blog .columna_derecha div#ultimos_post ul{
	padding: 0;
}

#mainContent .articulos_blog .columna_derecha div#ultimos_post ul li{
	list-style: none;
	font-size: 20px;
	margin-bottom: 20px;
}
#mainContent .articulos_blog .columna_derecha div#ultimos_post ul li span{
	color: #232331;
	font-size: 14px;
}

#mainContent .enlace_fichero{
	background-color: #eaeaea;
	background-image: url("../imagenes/icono_pdf.png");
	background-repeat: no-repeat;
	/*background-size: 20%;*/
	background-size: 45px;
	background-position: 6% center;
	padding: 25px 25px 25px 100px;
	color: #ca1f26;
	font-size: 18px;
	display: inline-block;
	
	min-width: 300px;
}
#mainContent .encabezado_rojo{
	color: #CA1F26 !important;
	margin-bottom: 0;
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
}
#mainContent p.subtitulo_seccion{
	margin: 0;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}
#mainContent .listado_busqueda{
	list-style: none;
	
}
#mainContent .listado_busqueda.listado_secciones a h4{
	margin-bottom: 0;
}
#mainContent .listado_busqueda.listado_secciones a p{
	margin-top: 4px;
}
#mainContent .listado_busqueda.listado_secciones a:hover h4{
	color: #CA1F26;
}
#header .opciones_cabecero ul li span {
	padding: 0 5px;
}

#header #mainMenu .buscador,
#header .acceso_clientes{
	display: none;
}


.wrapper{
	position: relative;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
	clear:both;
	/*background:#efefef;*/
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 80%;
	padding:30px 0px;
	/*margin: 0 10%;*/
	margin: 0 auto;
	/*background:#efefef;*/
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 548px;
    float: left;
	margin-right: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel li:last-child{
	margin-right: 0;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.connected-carousels{
	float:left;	
}
.connected-carousels .stage {
    width: 700px;
    margin: 20px auto;
    position: relative;
	margin-bottom:0px;
	margin-top:42px;
}

.connected-carousels .photo-credits {
    display:none;
}


.row-grid-oculto, .col-grid-oculto{
	display:none;
}


.g-recaptcha{
	float:left;	
}

.linea_puntos{
	background:url(../imagenes/puntitos_noticias.png) repeat-x bottom;
	width:101%;
	padding-bottom:5px;
}

.download-btn {
    bottom: 5px;
    position: absolute;
    right: 60px; 
    z-index:15;
}
.download-btn a i{
	padding-right:5px;
}

.download-btn .btn-info{
	background-color:#232331;
	border-color:#232331;
}
.download-btn .btn-info:hover{
	background-color:#232331;
}
a.pp_close{
	top:4px;
}
a.pp_expand{
	display:none !important;
}


#bloque_izquierda ul{
	list-style: none;
}

#bloque_izquierda ul li{
	padding-bottom: 6px;
	font-size: 14px;
	position: relative;
}

#bloque_izquierda ul ul{
	padding: 8px 24px;
	padding-right: 0;
}

#bloque_izquierda a:hover,
#bloque_izquierda a.selected{
	color: #ca1f26;
}

#bloque_izquierda ul li::before {
    content: "Â·";
    color: #232331;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
	left: -12px;
	top: -5px;
}

@media screen and (max-width: 1330px) {
	.bloques_portada .bloques_inicio .row{
		margin: 0;
	}
}

@media screen and (max-width: 1300px) {
	.container{
		width: 1190px;
	}
}

@media screen and (max-width: 1290px) {
	
	/*#header .opciones_cabecero{
		width: 40%;
	}*/
	#header .redes_sociales{
		margin-right: 2%;
	}

}
@media screen and (max-width: 1220px) {
	#header .redes_sociales{
		margin-right: 4%;
	}
}




@media screen and (max-width: 1210px) {
	
	#mainMenu{
		/*width:620px;*/
	}
	#mainMenu ul{
		width: 98%;
	}
	
	
	
	.listado_eventos{
		margin-left:0;
		margin-right:0;
	}
	
	#mainContent .listado_eventos .info_evento{
		padding-left:5%;
		width:88%;
	}
	#mainContent .listado_eventos .fecha_hora{
		width:12%;
	}
	#mainMenu.menuFijo &gt; ul{
		width:inherit;
	}
	#mainContent .listado_imagenes li img{
		max-width:100%;
	}
	#mainContent .listado_eventos .info_evento .titulo_evento h4{
		width:88%;
	}
	
	#migas .row{
		margin: 0;
	}
}

@media screen and (max-width: 1190px) {
	.container{
		width: 970px;
	}
}

@media screen and (max-width: 1170px) {
	#mainContent .enlace_fichero {
	  background-size: 35px;
	  padding: 25px 25px 25px 69px;
	  font-size: 16px;
	}
}

@media screen and (max-width: 1110px) {
/*	
	.main-logo img{
		height:auto;
		max-height:150px;	
	}
	#header h1 {
		clear: both;
		float: right;
		font-size: 47px;
		margin-top: 60px;
	}
*/
	
	#header .fondo_rojo{
		width: 10%;
	}
	
	#header .redes_sociales .listado_redes_sociales li{
		margin: 0 5px;
	}
	
	#mainContent .listado_eventos .info_evento{
		padding-left:5%;
		width:86%;
	}
	#mainContent .listado_eventos .fecha_hora{
		width:14%;
	}
	
	#mainContent .galeria .galeria_seccion ul li.col-md-3{
		width:33.3333%;
	}
	#form_contacto.formulario{
		width:100%;
		padding-left:30%;
	}
	.formulario input.medio,
	.formulario label{
		width:47%;
		margin-right: 5%;
	}
	
	.formulario input.telefono,
	.formulario label.telefono{
		width: 20%;
	}
	.formulario input.email,
	.formulario label.email{
		width: 74%;
	}
	.contenido .columna_izda{
		width:22%;
	}
	.formulario textarea{
		width:100%;
	}
	#mainContent .listado_eventos .iconos{
		width:8%;
	}
}
@media screen and (max-width: 1044px) {
	#header .opciones_cabecero ul .buscador #buscador_cabecera{
		width: 130px;
	}
	
	.container,
	#migas{
		min-width:802px;
	}
	#slider{
		min-width:inherit;
		max-width:100%;
		height:390px;
	}
	#slider ul{
		height:390px;
	}
	#slider .texto,
	#slider ul li img{
		width:100%;
		left: inherit;
		margin-left: inherit;
	}
	
	
	
	
/*	.listado_eventos{
		margin-left:0;
		margin-right:0;
	}*/
}

@media screen and (max-width: 1011px) {
	#header .fondo_rojo{
		width: 5%;
	}
}

@media screen and (max-width:995px){
	#mainContent .bloques_inicio{
		padding: 0 10px !important;
		margin-bottom: 10px;
	}
	#migas .ruta_migas .contenedor{
		width: 50%;
		float: left;
	}
	
	
}


@media screen and (max-width: 955px) {
	#mainContent .listado_eventos .info_evento{
		padding-left:7%;
		width:84%;
	}
	#mainContent .listado_eventos .fecha_hora{
		width:16%;
	}
	#mainContent .listado_eventos .iconos{
		width:9%;
	}
	#slider{
		min-width:inherit;
		max-width:100%;
		height:350px;
	}
	#slider ul{
		height:350px;
	}
}
@media screen and (max-width: 915px) {	
	#form_contacto.formulario{
		width:100%;
		padding-left:30%;
	}
	.formulario input.medio,
	.formulario label{
		margin-right: 4%;
		width: 47%;
	}
	
	.formulario input.telefono,
	.formulario label.telefono{
		width: 20%;
		margin-right:3%
	}
	.formulario input.email,
	.formulario label.email{
		width: 75%;
	}
	.formulario textarea{
		width:99%;
	}
	#mainContent .listado_eventos .info_evento{
		padding-left:6%;
		width:84%;
	}
	#mainContent .listado_eventos .fecha_hora{
		width:16%;
	}
	#mainContent .listado_eventos .iconos{
		width:10%;
	}
}

@media screen and (max-width: 895px) {
	
	
	#header .opciones_cabecero{
		width: 40%;
	}
	
	#header .opciones_cabecero ul .buscador #buscador_cabecera{
		width: 112px;
	}
	
	#header .opciones_cabecero ul li.idioma,
	#header .opciones_cabecero ul li.idioma.ultimo, 
	#header .opciones_cabecero ul li.acceso_clientes{
		margin-right: 1%;
	}
	
}


@media screen and (max-width: 860px) {
	#mainContent .galeria .galeria_seccion ul li.col-md-3{
		width:50%;
		padding:0;
	}
	#mainContent .galeria .galeria_seccion ul li a:hover p.texto{
		background: #d5dbe3 none repeat scroll 0 0;
		color: #000;
		text-align:left;
	}
	#mainContent  .galeria .galeria_seccion ul li a p.texto{
		height:50px;
		display:table;
		width:100%;
	}
	#mainContent .galeria .galeria_seccion ul li a p.texto &gt; span{
		display:table-cell;
		vertical-align:middle;
	}
	#slider{
		min-width:inherit;
		max-width:100%;
		height:318px;
	}
	#slider ul{
		height:318px;
	}	
}

@media screen and (max-width: 801px) {
	.container{
		width:100%;
		min-width:inherit;
		max-width:none;
		padding:0;
	}
	
	#mainContent .contenido iframe{
		margin:15px 0px;
		max-width:100%;	
	}
	#mainContent .contenido .noticia_detalle .redes_sociales iframe{
		margin:0;
	}
	.row{
/*		margin:0 -5px;	*/
	}
	#header .main-logo{
		/*margin-top:30px;
		border-top: 1px solid #232331;
		padding-top:10px;
		padding-left:10px;*/
		margin-bottom:0;
	}
	
	.franja_registro_dominios .titulo_bloque {
		width: 100%;
	}
	.franja_registro_dominios .titulo_bloque strong {
		display: inline-block;
		font-size: 19px;
		font-weight: 700;
		line-height: 18px;
	}
	.franja_registro_dominios form {
		width: 100%;
		margin-left:0px;
	}
	.franja_registro_dominios form input{
		font-size:20px;	
		width: calc(100% - 183px);
	}
	.franja_registro_dominios form button{
		float: right;
		font-size: 17px;
		margin-left: 0;
		padding-bottom: 14px;
		padding-top: 10px;
	}
	.franja_registro_dominios form button label{
		margin-bottom:0px;
		margin-top:3px;	
	}
	.franja_registro_dominios form span {
		float: left;
		font-size: 17px;
		font-weight: 700;
		margin-top: 15px;
	}
	
	#header .main-logo img{
		max-height:80px;	
	}
	#header.index .main-logo img{
		max-height:80px;
	}
	#header h1 {
		clear: both;
		float: right;
		font-size: 37px;
		margin-right: 15px;
		margin-top: 70px;
	}
	#header{
		/*padding-top:5px;	*/
		height: 123px;
	}
	#header.index .opciones_cabecero,
	#header .opciones_cabecero{
		margin-top: 0;
		padding-right:6px;
	}
	#header .opciones_cabecero ul li{
		font-size:11px;	
		margin-top:8px;
	}
	#header .opciones_cabecero ul li a{
		font-size:15px;
		padding-bottom:8px;
	}
	#header .opciones_cabecero a.email,
	#header .opciones_cabecero a.telefono{
		padding-left:13px;
	}
	#header .opciones_cabecero a img{
		max-width:24px;
		margin-top: -5px;
	}
	
	/* Opciones cabecero "menu fijo" */
	
	#header .opciones_cabecero.menuFijo{
		background: #fff none repeat scroll 0 0;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		margin-top: 0;
		padding-left: 5%;
		z-index: 10;
	}
	#header .opciones_cabecero.menuFijo ul{
		float: right;
	}
	#header .opciones_cabecero.menuFijo .big{
		margin-top: 0;
	}
	
	#header .icono_menu_movil.menuFijo{
		z-index: 1;
	}
	#mainMenu.menuFijo .contacto{
		display: none;
	}
	#mainMenu.menuFijo &gt; ul li.logo{
		float: none;
	}
	
	#mainMenu ul li.logo img.logo_pc{
		display: none;
	}
	
	#mainMenu ul li.logo img.logo_movil{
		display: list-item;
	}
	
	#header #mainMenu .buscador,
	#header .acceso_clientes{
		display: list-item;
	}
	#header #mainMenu .buscador:hover,
	#header #mainMenu .buscador:hover a,
	#header #mainMenu .buscador:hover a.selected{
		background-color: transparent;
	}
	

	#mainMenu{	
		display:none;
	}
	#slider{
		width:100%;
		min-width:inherit;
		height:250px;
		overflow:hidden;
		position:relative;
		z-index:0;
	}
	#slider .texto h2{
		font-size:21px;	
		margin: 0;
	}
	#slider .texto h3{
		font-size: 12px;
	}
	#slider .texto{
		font-size:70%;
	}
	#slider .texto p{
		display:none;	
	}
	#slider ul{
		float:left;
		width:100%;
		padding:0 !important;
		list-style:none;
		margin:0px;
		height:250px;
	}
	#slider #prevBtn,
	#slider #nextBtn{
		display:none;
	}
	#slider ul li{
		float:left;	
		width:100%;
		overflow:hidden;
		display:block;
		position:relative;
	}
	#slider ul li img{
		display: block;
		height: auto;
		left: auto;
		margin-left: 0;
		margin-top: -100px;
		min-height: auto;
		position: absolute;
		right: 0;
		bottom: 0%;
		top:auto;
		width: 100%;
	}
	.maincontent_index {
		margin-top: 80px;
	}
	ul.listado_elementos_destacados li{
		display:block;
		min-height:300px;
	}
	ul.listado_elementos_destacados li p.titulo a {
		line-height: 18px;
	}
	.icono_movil {
	  position: relative;
	  padding-left: 1.25em;
	}
	.icono_movil:before {
	  content: "";
	  position: absolute;
	  top: 0.25em;
	  left: 0;
	  width: 1em;
	  height: 0.125em;
	  border-top: 0.375em double #000;
	  border-bottom: 0.125em solid #000;
	}

	.icono_menu_movil{
		display: block;
		float: right;
		font-size: 30px;
		height: 18px;
		margin-right: 30px;
		margin-top: 10px;
		position: absolute;
		right: 0;
		/*top: 35px;*/
		top: 50%;
		width: 25px;
	}

	.franja_bloques_servicios .bloque_como_llegar,
	.franja_bloques_servicios .bloque_lesion {
		float: left;
		width: 100%;
	}
	.franja_bloques_servicios .bloque_como_llegar .contenedor,
	.franja_bloques_servicios .bloque_lesion .contenedor{
		width:100%;	
	}
	.franja_bloques_servicios .bloque_lesion .contenedor ul {
		padding-right: 59px;
		padding-top: 72px;
	}
	.franja_bloques_servicios .bloque_lesion .contenedor p{
		font-size:13px;
		padding-left:5px;	
	}
	.franja_bloques_servicios .bloque_lesion .contenedor strong {
		background: rgba(0, 0, 0, 0) url("../imagenes/icono_corazon_roto_home.png") no-repeat scroll -44px bottom;
	}
	.franja_bloques_servicios .bloque_como_llegar {
		background: #374142 url("../imagenes/bg_fondo_bloque_como_llegar.png") no-repeat scroll 30% top;
	}
	.franja_bloques_servicios .bloque_como_llegar .contenedor p {
		width: 80%;
	}
	.linea_botones_home .container .row {
		padding: 0;
	}
	.linea_botones_home .container{
		padding:0px;	
	}
	.row{
		margin:0px;	
	}
	#migas {
		min-width: inherit;
		width: 100%;
		font-size:12px;
		/*margin-top:30px;*/
	}
	#migas .container h1{
		line-height:38px;
		text-align: center;
	}
	#migas .container p.ruta_migas{
		text-align: center;
	}
	.noticia_detalle .columna_otras_noticias,
	.contenido .columna_izda{
		display:none;	
	}
	.noticia_detalle,
	.noticia_detalle .cuerpo_noticia,
	.contenido .cuerpo_seccion {
		padding-left: 0px;
		width:100%;
		float:none;
		padding:10px 5px;
	}
	#mainContent .noticia_detalle .cuerpo_noticia .iconos {
		top: -5px;
	}
	.noticia_detalle .cuerpo_noticia img,
	.contenido .cuerpo_seccion img{
		max-width:100%;
	}
	.noticia_detalle .cuerpo_noticia img{
		margin-left:0px !important;
		margin-right:0px !important;	
		height:auto !important;
	}
	.noticia_detalle .redes_sociales {
		clear: both;
		height: 40px;
		margin: 5px 0 -10px;
		padding: 0;
	}
	#mainContent ul.listado_noticias li:first-child{
		margin-top: 0;
	}
	#mainContent ul.listado_noticias li,
	.noticia_destacada{
		height:auto;
		margin-top: 20px;
	}
	.noticia_destacada .destacada{
		float:left;
		clear:both;
		width:100%;	
	}
	.noticia_destacada .destacada a, #mainContent ul.listado_noticias li a{
		padding:0px;
	}
	.noticia_destacada .destacada .foto{
		width:100%;	
	}
	.noticia_destacada .destacada .foto img{
		max-width:100%;
		height:auto;
	}
	.listado_noticias li .foto{
		text-align:center;
	}
	#mainContent .noticia_detalle .cuerpo_noticia .iconos .whatsap img {	
		display:inline-block;
	}
	.noticia_detalle .cuerpo_noticia h3{
		margin-top:25px;
	}
	
		
	.container.eventos{
		padding:0;
	}
	#mainContent .listado_eventos{
		margin:0;
		margin-top:25px;
		/*padding:0 7px;*/
	}
	
	#mainContent .filtros_fecha li.version_movil{
		display:inline-block;
	}
	#mainContent .filtros_fecha li.version_pc{
		display:none;
	}
	
	#mainContent .listado_eventos .fecha_hora{
		display:none;
	}
	#mainContent .listado_eventos .info_evento .camara{
		left: -27px;
		position: absolute;
		top: 0;
	}
	#mainContent .listado_eventos .info_evento .camara img{
		max-width:50px;
	}
	#mainContent .listado_eventos .info_evento{
		padding-left: 15%;
		width: 96%;
		float:none;
	}
	#mainContent .listado_eventos li{
		padding-left:22px;
	}
	#mainContent .listado_eventos .info_evento .bloque_evento{
		padding-left:8px;
		/*padding-bottom:0;*/
	}
	#mainContent .listado_eventos .listado_imagenes li img,
	#mainContent .listado_eventos .listado_imagenes li iframe{
		max-width:100%;
		height:auto;
	}
	#mainContent .listado_eventos .listado_imagenes li{
		padding-left:0;
		padding-right:8px;
	}
	#mainContent .listado_eventos .titulo_evento .fecha_categoria{
		display:inline-block;
	}
	#mainContent .listado_eventos .titulo_evento{
		/*padding-top:15px;*/
	}
	#mainContent .listado_eventos .info_evento .titulo_evento h4{
		width:85%;
	}
	#mainContent .listado_eventos .fecha_categoria .categoria{
		color: #232331;
		width: 100%;	
	}
	#mainContent .listado_eventos .fecha_categoria .fecha{
		margin-top:5px;
	}
	#mainContent .listado_eventos .iconos .whatsap{
		display:inline-block;
	}
	#mainContent .listado_eventos .iconos{
		width:auto;
		position:absolute;
		right: 0px;
		top: 2px;
	}
	#mainContent .listado_eventos .iconos a{
		max-width:18px;
		height:auto;
		margin-right:10px;
	}
	#mainContent .listado_eventos .iconos a img{
		margin:0;
	}
	#mainContent .listado_eventos .iconos a:last-child{
		margin-right:4px;
	}
	
	#mainContent .bloque_evento .imagenes_evento{
		margin-top:0;
	}
	
	#mainContent .info_evento .extracto_evento{
		padding:0;
		padding-right:10px;
	}
	#mainContent .info_evento .extracto_evento a,
	#mainContent .info_evento .texto_evento a{
		word-break:break-all;
	}
	
	.imagenes_evento.medio{
		width:100%;
		max-width:none;
		float:none;
		margin-top:0;
	}
	.extracto_evento.medio,
	.texto_evento.medio{
		width:100%;
		padding:0;
		margin:0;
		margin-bottom:-20px;
	}
	
	#mainContent .filtros_fecha{
		margin-left:0;
	}
	#mainContent .filtros_fecha ul{
		/*padding:0 5px;*/
	}
		
	#mainContent .galeria{
		margin-left:0;
		/*padding-left: 3px;*/
		/*padding:0 1%;*/
	}
	#mainContent .galeria .galeria_seccion ul li{
		height:auto;
		margin-bottom:5px;
		/*height:170px;*/
	}
	#mainContent .galeria .galeria_seccion ul li:nth-child(2n+1){
		clear:both;
		/*margin-right:1%;*/
	}
	#mainContent  .galeria .galeria_seccion ul li p.imagen,
	#mainContent  .galeria .galeria_seccion ul li p.imagen img{
		width:100%;
		height:auto;
	}
/*	#mainContent .galeria .galeria_seccion ul li a:hover p.texto{
		background: #d5dbe3 none repeat scroll 0 0;
		color: #000;
		text-align:left;
	}
	#mainContent  .galeria .galeria_seccion ul li a p.texto{
		height:50px;
		display:table;
		width:100%;
	}
	#mainContent .galeria .galeria_seccion ul li a p.texto &gt; span{
		display:table-cell;
		vertical-align:middle;
	}*/
	
	#mainContent .galeria .galeria_seccion ul li a{
		padding: 0 1%;
	}
	
	
	#footer{
		padding-bottom: 20px;
	}
	
	#footer .container{
		background:none;	
	}

	#footer .columna_contacto {
		padding-top: 5px;
		width: 100%;
	}
	#footer .columna_contacto img{
		height: 100px !important;
	}
	#footer .columna_enlaces,
	#footer .columna_info {
		border-top: 3px solid #a5acb6;
		float: left;
		font-size: 14px;
		margin-top: 0px;
		padding-left: 0px;
		width: 100%;
		border-left:0px;
		margin-left:0px;
		margin-bottom:0px;
	}
	#footer .columna_enlaces{
		padding-bottom:0px;	
		padding-top:20px;
		margin-top:20px;
		display:none;
	}
	#footer .columna_enlaces ul{
		padding-left:0px;
		margin:0px;
		border:0px;
	}
	#footer .columna_redes{
		padding-top:4%;
		padding-bottom:4%;
		border-top: 3px solid #a5acb6;
		width:100%;
		margin-top:5px;
	}
	#footer .container div{
		text-align:center;
	}
	#footer .columna_redes p{
		text-align: center;
		margin-top: 30px;
	}
	
	.linea_puntos{
		width:100%;
		margin-top:12px;
	}
	
	#mainMenu{
		background: #fff none repeat scroll 0 0;
		border: 1px solid #707070;
		display: none;
		height: auto;
		left: 0;
		padding: 5%;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 100;
		margin-top: 0;
	}
	#mainMenu .cerrar_menu {
		margin: 0;
		text-align: right;
	}
	#mainMenu .cerrar_menu {
		display: block;
		background: none;
		color: #666;
		cursor: pointer;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding-top: 0px;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		text-align:center;
	}
	#mainMenu .cerrar_menu:hover {
		color:#000;
		background:#efefef;
	}

	#mainMenu ul{
		float:none;
		position:relative;
		text-align: left;
		width:100%;
	}
	#mainMenu.menuFijo ul:first-child{
		position: relative;
	}
	#mainMenu ul li{
		width:100%;
		display:block;
		text-align:left;	
	}
	#mainMenu ul li.logo{
		width:80px;
		margin-bottom:30px;
		display: block;
	}
	#mainMenu ul li.logo a{
		padding: 0;
	}
	#mainMenu ul li a {
		color: #000;
		/*display: block;*/
		font-size: 14px;
		font-weight: 400;
		line-height: 40px;
		padding: 0;
		padding-left: 10px;
		text-align: left;
		width: 100%;
	}
	#mainMenu ul li a:hover,
	#mainMenu ul li:hover a,
	#mainMenu ul li a.selected{
		background:#232331;
		color:#fff;	
	}
	#mainMenu ul li a .icono_abajo{
		display:inline-block;
		width:14px;	
		height:10px;
	}
	/*
	#mainMenu &gt; ul &gt; li:last-child &gt; a{
		padding-right:0px;
	}
	*/
	
	#mainMenu ul ul{
		display:none;
		background:#efefef;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
		width:100%;
		min-width:auto;
		padding-left:10px;
		border-left:#ccc 1px solid;
	}
	#mainMenu ul ul ul{
		width:100%;
		z-index:1;
		background:#fff;
	}
	#mainMenu ul ul li{
		float:none;
		width:100%;
		display:block;
	}
	#mainMenu ul ul li:hover{
	}
	#mainMenu ul li:hover ul li a{
		color:#000;
		text-align:left;
		background: none;
	}
	#mainMenu ul li:hover ul li a:hover{
		color: #232331;
	}
	#mainMenu ul li ul a{
		display:block;
		padding:2px;	
		text-align:left;
		color:#000;
		font-size:13px;
		font-weight:400;
		line-height:25px;
		width:100%;	
	}
	#mainMenu ul li ul a .icono_abajo{
		float:right;
		background:url(../imagenes/icono_submenu_negro.png) no-repeat 100% 4px;	
		margin-right: 10px;
		margin-top: 8px;
	}
	#mainMenu ul ul ul li ul,
	#mainMenu ul ul li ul{
		display:none;
		position:relative;
		top:100%;
		left:0px;
	}
	#mainMenu ul ul ul li ul,
	#mainMenu ul ul li ul{
		display:none;
		position:relative;
		right:100%;
		top:100%;
		background:#fff;
	}
	#mainMenu ul ul ul li ul{
		background:#efefef;	
	}
	#mainMenu ul ul ul li:hover &gt; ul{
		display:block;
	}
	#mainMenu ul ul li:hover &gt; ul{
		display:block;
	}
	#mainMenu ul li:hover &gt; ul{
		display:block;	
	}
	
	#mainMenu ul li:hover ul li ul li a{
		display:block;
	}
	#mainMenu ul li:hover ul li ul li a:hover{
		display:block;
	}
	
	#mainMenu.menuFijo{
		background-color: #FFF;
		display: none !important;
	}
	#mainMenu li.telefonos{
		display: none;
	}
	
	
	#mainMenu .buscador:hover a{
		color: #000 !important;
		
	}
	
	#mainMenu .buscador .contenedor_buscador{
		padding: 5px 10px;
		background-color: #efefef;
	}
	#mainMenu #buscador_menu{
		width: 92%;
		background-color: #efefef;
		border: none;
	}
	#mainMenu .buscador .boton_buscar{
		width: 8%;
		display: inline;
		padding-left: 0;
	}
	#mainMenu .buscador .formulario_busquedas{
		padding: 0 !important;
	}
	
	
	#header .acceso_clientes_movil{
		display: block;
		float: right;
		font-size: 19px;
		position: absolute;
		right: 15%;
		top: 58%;
		width: auto;
	}
	#header .acceso_clientes_movil.logeado{
		right: 20%;
	}
	
	.ventana_acceso .icono_titulo{
		width: 60%;
	}
	.ventana_acceso .bloque_rojo{
		width: 18%;
	}
	
	.area_privada{
		max-width: 100%;
		padding: 0 10px;
	}
	.area_privada .mi_cuenta{
		max-width: 100%;
	}
	.area_privada .zona_privada{
		margin-left: 0;
		max-width: 100%;
	}
	.zona_privada p.folder{
		background-position: 7%;
	}
	
	
	#header .container .menu_usuario{
		position: absolute;
		/*left: -100%;*/
		left: 0;
		top: 0;
		display: none;
		opacity: 1;
		right: inherit;
		width: 100%;
		z-index: 13;
		padding: 5%;
	}
	#header .container .menu_usuario li{
		border: 0;
		padding: 0;
	}
	
	#header .container .menu_usuario ul li.logo,
	#header .container .menu_usuario .cerrar_menu{
		display:block;
	}
	
	#header .container .menu_usuario ul li.logo img{
		height: 25px;
		width: auto;
		margin-top: 6px;
	}
	
	#header .opciones_cabecero .menu_usuario li.cerrar_menu{
		background: none;
		color: #666;
		cursor: pointer;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding-top: 0px;
		position: absolute;
		right: 4%;
		top: 7%;
		width: 30px;
		text-align:center;
		display: block;
	}
	#header .container .menu_usuario ul li:first-child{
		padding-top: 0;
	}
	#header .container .menu_usuario ul li.logo{
		width:80px;
		border: 0;
		padding-top: 0;
		display: list-item;
		
		margin-top: 0;
	}
	#header .container .menu_usuario .cerrar_menu:hover {
		color:#000;
		background:#efefef;
	}
	#header .container .menu_usuario ul li.logo a{
		background: none !important;
		padding-top: 0;
	}
	#header .container .menu_usuario ul li.logo a img{
		height: 50px;
		max-width: none;
	}
	
	
	#map-canvas{
		height:200px;	
	}
	.pantalla_como_llegar{
		padding:0 10px;	
	}
	.pantalla_como_llegar table td{
		width:100%;
		float:left;
		clear:both;	
	}
	.pantalla_como_llegar table td iframe{
		max-width:100%;
		width:100%;	
	}
	.cuadro_direccion input[type="text"]{
		width:200px;
		margin-left:0px;	
	}
	#form_contacto.formulario{
		padding:0 15px;
		width:100%;	
		font-size:12px;
	}
	#form_contacto p{
		font-size:12px;
		width:100%;
		margin-bottom:0;
	}
	.formulario .version_movil{
		display:inline-block;
	}
	.formulario .version_pc{
		display:none;
	}
	.formulario label {
		display: inline-block;
		font-size: 12px;
		line-height: 20px;
		margin-right: 0px;
		width: 100%;
	}
	.formulario textarea,
	.formulario input[type="text"],
	.formulario input[type="tel"],
	.formulario input[type="email"]{
		border: 1px solid #c0c1c3;
		font-size: 13px;
		height: auto;
		line-height: 20px;
		padding: 2px;
		width: 100%;
	}
	.formulario textarea {
		font-size: 15px;
		height: 215px;
	}
	.formulario input.medio{
		margin-right:5px;
		width:45%;
	}
	.formulario .enviar_boton{
		margin-top:30px;
	}
	.formulario .enviar_boton #boton_enviar{
		width:100%;
	}
	.formulario .g-recaptcha{
		float:none;
		transform:scale(1);
		-webkit-transform:scale(1);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.imagenes_encabezado {	
		margin:0 -10px;
		margin-bottom: 20px;
   		margin-top: -30px;
		width: calc(100% + 20px);
		height:105px;
		overflow:hidden;
	}
	
	.proyecto_small {
		height: auto;
		padding: 10px;
	}
	
	/* prettyPhoto styling for small screens */
	.pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
	div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
	div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
	.pp_content { width: 100%!important; height: auto!important; }
	.pp_fade { width: 100%!important; height: 100%!important; }
	a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
	#pp_full_res img { width: 100%!important; height: auto!important; }
	.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
	a.pp_close { right: 10px!important; top: 0px!important; }
	.pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
	
	table.galerias_uca td{
		vertical-align:top;
		width:50%;
		float:left;
	}
	table.galerias_uca td img{
		max-width:200px;
		height:auto;
		width:100%;
		margin-right:5px;	
	}
	table.galerias_uca td small{
		font-size:13px;
		font-weight:600;
		margin-top:5px;
		display:block;
	}
	ul.listado_noticias li p.ver_mas {
		display:block;
	}
	.noticia_destacada .destacada .ver_mas span.fecha, ul.listado_noticias li p.ver_mas span.fecha{
		float:none;	
	}
	table.listado_busqueda_dominios{
		font-size:13px;	
	}
	.boton_verde,
	.boton_gris,
	.boton_azul{
		height:auto;	
	}
	
	#header .redes_sociales{
		padding-top: 6px;
	}
	#header .redes_sociales::before{
		bottom: 8px;
	}
	#header .opciones_cabecero{
		width: 20%;
	}
	
	#header .opciones_cabecero ul li.buscador,
	#header .opciones_cabecero ul li.acceso_clientes{
		display: none;
	}
	
	#header .bloque_logo{
		height: inherit;
	}
	#header .bloque_logo .main-logo{
		padding-right: 10px;
	}
	#header .bloque_logo .triangulo_rojo{
		border-width: 123px 0 0 55px;
	}
	#header .opciones_cabecero ul li span{
		padding: 0 2px;
	}
	
	#migas .ruta_migas .container{
		padding: 0 1%;
	}
	#migas .ruta_migas .contenedor{
		width: inherit;
	}
	#migas .ruta_migas .contenedor .contacto_migas{
		text-align: center;
	}
	#migas .ruta_migas{
		height: auto;
	}
	
	#slider .texto h2{
		width: 100%;
		letter-spacing: -1px;
		line-height: 26px;
		font-size: 17px;
	}
	
	#mainContent .bloques_inicio .titulo{
		font-size: 15px;
	}
	
	#mainContent ul.listado_noticias{
		padding: 10px;
		margin-top: 15px;
	}
	
	#footer .bloque_derecha .redes_sociales{
		padding-top: 20px;
	}
	#footer .bloque_derecha .menu_footer{
		margin-top: 25px;
	}
	
	#footer .bloque_derecha .menu_footer li{
		margin: 5px 10px;
	}
	
	#footer .bloque_derecha .copyright a{
		display: inline-block;
		margin: 5px 0;
	}
	
	#mainContent .enlace_fichero{
		display: inline-block;
		white-space: nowrap;
		margin-right: 0;
		margin-top: 10px;
	}
	
	#mainContent .enlace_fichero:first-child{
		margin-top: 0;
	}
	
	#mainContent .bloques_portada .noticias_portada h3{
		padding: 10px;
	}
	
	#footer .main-logo img{
		max-height: 80px;
	}
	
	#mainContent .bloques_portada{
		margin-top: 0;
		padding-bottom: 0;
	}
	
	#mainContent{
		margin-top: 20px;
	}
	#mainContent .noticias_portada h3{
		margin: 13px 0;
	}
	
	
	#mainContent .bloques_inicio a{
		height: 140px;
		padding: 12px;
	}
	
}
@media screen and (max-width: 768px) {
	
	#mainContent .enlace_fichero{
		width: 100%;
	}
	
	#slider ul li img {
		width: 100%;
	}
	.tarifas_dominios .otros_dominios li:nth-child(8n),
	.tarifas_dominios .otros_dominios li:nth-child(8n-3),
	.tarifas_dominios .otros_dominios li:nth-child(8n-2),
	.tarifas_dominios .otros_dominios li:nth-child(8n-1),
	.tarifas_dominios .otros_dominios li{
		background:#fff;
	}
	.tarifas_dominios .otros_dominios li:nth-child(2n){
		background:#efefef;
	}
	
	#header .bloque_logo .main-logo{
		padding-left: 10px;
	}
	
}
@media screen and (max-width:700px){
	#slider,
	#slider ul{
		height: 236px;
	}
}

@media screen and (max-width:625px){
	#mainContent .listado_eventos .titulo_evento{
		padding-top:15px;
	}
	#mainContent .listado_eventos .info_evento .titulo_evento h4{
		width:inherit;
	}
	#slider,
	#slider ul{
		height: 236px;
	}
}
@media screen and (max-width:570px){
	#slider,
	#slider ul{
		height: 215px;
	}
}
@media screen and (max-width: 500px) {
	
	#header .oculto_movil{
		display:none !important;	
	}
	
	#header h1 {
		font-size: 25px;
		margin-right: 0px;
		margin-top: 80px;
	}
	.icono_menu_movil {
		margin-right: 10px;
		margin-top: 10px;
	}
	#header .opciones_cabecero ul li a{
		font-size:13px;	
	}
	#header .opciones_cabecero ul li span {
		/*padding: 0 5px;*/
	}
	.ventana_acceso {
		left: 10px;
		margin-left: 0;
		margin-top: -150px;
		position: fixed;
		top: 50%;
		width: calc(100% - 20px);
		z-index: 15;
	}
	#slider,
	#slider ul{
		height: 180px;
	}
	#slider ul li img {
		width: 100%;
	}
	table.listado_busqueda_dominios th,
	table.listado_busqueda_dominios td{
		padding:4px !important;
	}
	.boton_verde, .boton_gris, .boton_azul {
		font-size: 10px;
		height:auto;
		padding: 5px 3px 3px;
	}
	.boton_verde span,
	.boton_gris span,
	.boton_azul span{
		display:none;
	}
	
}
@media screen and (max-width: 440px) {
	.franja_registro_dominios form button label {
		display: none;
	}
	.franja_registro_dominios form input {
		font-size: 16px;
		width: calc(100% - 117px);
	}
	.franja_registro_dominios .titulo_bloque strong {
		display: block;
	}
	.franja_registro_dominios form button span {
		margin-left: 0px;
	}
	#slider,
	#slider ul{
		height: 165px;
	}
}
@media screen and (max-width: 400px) {
	#slider {
		height: 135px;
	}
	#slider ul{
		height:135px;
	}
	
	#header .opciones_cabecero,
	#header.index .opciones_cabecero{
		margin-left: -10%;
		margin-top: -4px;
		padding-right: 0;
		z-index: 12;
	}
	
	#header .redes_sociales{
		margin-right: 33px;
	}	
}
@media screen and (max-width: 361px) {
	#header h1 {
		font-size: 20px;
		margin-right: 0px;
		margin-top: 85px;
	}
	.formulario .g-recaptcha{
		transform: scale(1);
	}
	#header .fondo_rojo{
		width: 1%;
	}
}
@media screen and (max-width: 320px) {
	.formulario .g-recaptcha{
		transform: scale(0.97);
	}
	#slider {
		height: 120px;
	}
	#slider ul{
		height:120px;
	}
	
	#header .opciones_cabecero{
		/*width: 18%;*/
	}
	#header .redes_sociales{
		margin-right: 32px;
	}
	#header .redes_sociales .listado_redes_sociales li{
		margin: 0 3px;
	}
	#header .bloque_logo .main-logo{
		padding-right: 2px;
	}
	
	#header .bloque_logo .triangulo_rojo{
		border-width: 123px 0 0 50px;
	}
	#header .redes_sociales .listado_redes_sociales li a{
		font-size: 12px;
	}
	#header .redes_sociales::before {
		bottom: 6px;
	}
	
	#header .acceso_clientes_movil{
		font-size: 17px;
	}
	
	#mainContent .bloques_inicio a{
		padding: 15px;
	}
	#mainContent .bloques_inicio .extracto{
		font-size: 67%;
	}
}
</pre></body></html>