@import "https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;subset=latin-ext";
@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=latin-ext";

/*GENERAL*/
body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-size: 16px;
	color: #000;
}

h2 {
  	padding-bottom: 30px;
  	margin: 0 auto;
	position: relative;
	text-align: center;
    color: #313840;
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 30px;
}

h3 {
  	padding-bottom: 30px;
  	margin: 0 auto;
	position: relative;
	text-align: center;
    color: #F35F3B;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}
p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 20px;
}

#block-system-main {
	max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
}

.detailContent .content{
	margin-top: 70px;
}

#tabs{background-color: #FFF;border: 1px solid #DDD;padding: 10px;position: fixed;right: 0px;top: 250px;z-index: 3;}
#tabs ul{border-bottom: none !important; padding: 10px !important; }
#tabs .primary li a{border-color: #bbb;border-style: solid solid none solid;border-width: 1px;height: auto;margin-right: 0.5em;padding: 0 1em;text-decoration: none;}
#tabs li a{background: none repeat scroll 0 0 #F8F8F8 !important;border: 1px solid #DDD !important;color: #666;display: inline-block;font: 10px/10px Arial;padding: 5px !important;text-align: center;text-transform: uppercase;}


/*PAUTAS*/
.pauta {display: inline-block;vertical-align: top;margin-bottom: 20px;float:left; width:auto; height:auto; display:block;}
.pauta .info {background-color: #eee;}
.pauta .info a{text-decoration: none;}
.pauta_movil{display:none; left:-5px;margin-bottom:0px; float:left;}
.p320x50 {width: 320px;height: auto;padding: 0px 0px 0px 0px;position: relative;top: 0px;float:left;overflow:hidden;}
.p468x60 {width: 468px;height: auto;padding: 10px 0px 0px 0px;position: relative;top: 0px;}
.p300x250 {width: 300px;/*height: auto;*/height: 270px;padding: 0px;position: relative;top: 0px;overflow:hidden;}
.p300x600 {width: 300px;height: 620px;/*height: 270px;*/padding: 0px;position: relative;top: 0px;overflow:hidden;}
.p728x90 {width: 728px;height: 110px;padding: 10px 30px 0px 0px;position: relative;top: 0px;overflow:hidden;}
.p970x90 {width: 970px;height: auto;padding: 0px;position: relative;top: 0px;overflow:hidden;}

/*MENU*/
nav{
	background:#e74c3c;
	height: auto;
	margin:0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
}
.menup{
	background:#fff;
	width: 100%;
	height: 150px;
	position: relative;
	float: left;
	left: 0px;
	top:0px;
	box-shadow:0 0 13px -1px rgba(0, 0, 0, 0.17);
}


.menup #logo {
	position: relative;
	width: 100%;
    height: auto;
    top: 0px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    float: left;
}
.menup #logo h1 {
	background: url(../images/logo_.svg) 0px 7px/100px auto no-repeat;
    height: 120px;
    width: 100px;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}
.menup #logo h1 a {
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 50px;
	padding: 15px 0px;
}



#redes{
	z-index: 2;
	margin:10px;
	width: 30px;
	height: 30px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	float: right;
	transition: 0.5s ease-in-out;
}
#redes span{
	display: block;
	position: relative;
	height: 5px;
	width: 5px;
	/*background: transparent;*/
	background-color: #fff;
	opacity: 1;
	border-radius: 35px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	margin:5px 40%;
}
.redes.desplegar{
	right: 0px;
}
.redes{
	width: 150px;
	position: fixed;
	top: 0px;
	right: -150px;
	list-style: none;
	height: 50px;
	transition: all 0.3s ease-in-out;
}

.redes ul{
	list-style: none;
	position: relative;
	margin: 0px;
    padding: 9px 0px 6px 0px;
    float: left;
}
.redes li{
	width: 35px;
	height: 35px;
	float: left;
	position: relative;
}
.redes a{
	text-indent: -9999px; 
	position: relative; 
	float: left;
	width: 35px;
	height: 35px;
}
.redes .f a{background:url(../images/redes.svg) 3px 0px/100px auto no-repeat;}
.redes .t a{background:url(../images/redes.svg) -30px 0px/100px auto no-repeat;}
.redes .i a{background:url(../images/redes.svg) -63px 0px/100px auto no-repeat;}


#hamburger{
	margin:10px;
	width: 40px;
	height: 30px;
	position: relative;
	top: 2px;
	left: 0;
	cursor: pointer;
	float: left;
	transition: .5s ease-in-out;
}
#hamburger span{
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	/*background: transparent;*/
	background-color: #e74c3c;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#hamburger span:nth-child(even){
	left: 50%;
	border-radius: 0;
}
#hamburger span:nth-child(odd){
	left:0px;
	border-radius: 0;
}
#hamburger span:nth-child(1), #hamburger span:nth-child(2){
	top: 0px;
}
#hamburger span:nth-child(3), #hamburger span:nth-child(4){
	top: 12px;
	background-color: #e74c3c;
}
#hamburger span:nth-child(5), #hamburger span:nth-child(6){
	top: 24px;
}
#hamburger .izq_arriba{
	height: 3px;
    width: 50%;
    /*
	width: 32%;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 2px solid #fff;
	*/
}
#hamburger .der_arriba{
	height: 3px;
    width: 50%;
    /*
	width: 32%;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 2px solid #fff;
	*/
}
#hamburger .izq_abajo{
	height: 3px;
    width: 50%;
    /*
	width: 32%;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 0px solid transparent;
	border-top: 2px solid #fff;
	*/
}
#hamburger .der_abajo{
	height: 3px;
    width: 50%;
    /*
	width: 32%;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 9px solid transparent;
	border-top: 2px solid #fff;
	*/
}
#hamburger.open {}			
#hamburger.open span:nth-child(1), #hamburger.open span:nth-child(6){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#hamburger.open span:nth-child(2), #hamburger.open span:nth-child(5){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#hamburger.open span:nth-child(1){
	left: 4px;
	top: 3px;
}
#hamburger.open span:nth-child(2){
	left: calc(50% - 2px);
	top: 3px;
}
#hamburger.open span:nth-child(3){
	left: -50%;
	opacity: 0;
}
#hamburger.open span:nth-child(4){
	left: 100%;
	opacity: 0;
}
#hamburger.open span:nth-child(5){
	left: 5px;
	top: 16px;
}
#hamburger.open span:nth-child(6){
	left: calc(50% - 2px);
	top: 16px;
}

.opciones.desplegar{
	left: 0px;
}
.menu_clientes{
	background:#313840;
	width: 100%;
	position: fixed;
	top: 100px;
	list-style: none;
	height: 50px;
	transition: all 0.3s ease-in-out;
}

.menu_clientes ul{
	top: 10%;
	margin: 0px;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	position: relative;
}

.menu_clientes li{
	float: left;
    position: relative;
    width: 25%;
    height: 20px;
    text-align: center;
    /* margin: 0px 0px 10px 5%; */
    /* border-bottom: 1px solid #000; */
    padding: 14px 0px;
    top: -4px;
}

.menu_clientes li:hover{
	background: #e74c3c;
	cursor: pointer;
}

.menu_clientes a{
	text-decoration: none;
	color: #fff;
}

.menu_clientes li:hover > a{
	color: #fff;
}

.menu_clientes a:hover{
	text-decoration: none;
	color: #666;
}

.opciones.desplegar{
	left: 0px;
}

/*ANIMACION INFO */
.hidden{
	opacity:0;
}

.visible{
	opacity:1;
}

.animado{
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

/*HEADER*/
.header{
	height:900px;
	background-size: white;
}
.header .container {
	width: 100%;
    position: relative;
    top:35%;

}

.header #logo {
	position: relative;
	width: 150px;
    height: 65px;
    top: 0px;
    padding: 0px 20px;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    margin-bottom: 0px;
}
.header #logo .log {
	background: url(../images/logo_txt.svg) -10px -90px/170px auto no-repeat;
	height: 65px;
	width: auto;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
.header #logo .log a {
	display: block;
	height: 65px;
	text-indent: -9999px;
}

.header #user-login-form{
	width: 30%;
	margin: 0 auto;
    text-align: center;
}
.header #user-login-form .form-item {
	width: 100%;
    margin: 10px 0px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    float: left;
}

.header #user-login-form .form-item label{
	color: #646768;
	font-size: 16px;
    line-height: 22px;
    text-align: justify;
 }

.header #user-login-form .form-item input{
 	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    padding: 0px 5px;
    text-align: left;
}
.header #user-login-form .form-submit {
    width: 100%;
    height: 33px;
    color: #fff;
    box-sizing: none;
    padding: 2px 6px 3px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
    float: left;
    background: #313840;
    font-size: 16px;
}

.header #user-login-form .first{
	display: none;
}
.header #user-login-form ul {
	list-style: none;
}

.header #user-login-form li a {
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    font-weight: 300;
    color: #e74c3c;
    text-decoration: none;
}

/*FOOTER*/
.footer {
	width: 100%;
	float: left;
	position: relative;
}
.footer .container {
	background: #313842;
	height: auto;
	float: left;
	position: relative;
	width: 100%;
}

.footer .container .orange{
	background: #e74c3c; 
	height: 40px; 
	width: 100%; 
	float: left; 
	position: relative;
}

.footer .left{
	width: 20%;
	height: 263px;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
}

.footer .left .logo {
	position: relative;
	width: 80px;
    height: 70px;
    top: 0px;
    padding: 0px 20px;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-left: 55px;
}
.footer .left .logo .logof {
	background: url(../images/logo.svg) 0px 0px/77px auto no-repeat;
	height: 70px;
	width: auto;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
.footer .left .logo .logof a {
	display: block;
	height: 70px;
	text-indent: -9999px;
}

.footer .left .info{
	width: 100%;
	position: relative;
	list-style: none;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.footer .left ul{
	list-style: none;
	position: relative;
	margin: 0px;
    padding: 9px 0px 6px 0px;
    float: left;
}
.footer .left .info li{
	width: 70%;
	height: 25px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footer .left .info a{
	text-decoration: none;
	color:#fff;
	font-weight: 500;
	position: relative; 
	float: left;
	width: auto;
	height: 20px;
	left: 40px;
	padding: 4px 0px;
}
.footer .left .info .tel {background:url(../images/tel.svg) 0px -4px/40px auto no-repeat;}
.footer .left .info .mail {background:url(../images/mail.svg) 0px -4px/40px auto no-repeat;}
.footer .left .info .f {background:url(../images/redes_f.svg) 0px -4px/40px auto no-repeat;}
.footer .left .info .t {background:url(../images/redes_f.svg) 0px -48px/40px auto no-repeat;}
.footer .left .info .i {background:url(../images/redes_f.svg) 0px -92px/40px auto no-repeat;}

.footer .center{
	width: 30%;
	height: 263px;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
}

.footer .center .contactos{
	width: 100%;
	float: left;
	color:#fff;
}

.footer .center .contactos input{
	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 90%;
    height: 30px;
    position: relative;
    float: left;
    padding: 0px 10px;
    margin: 7px 0px;
}
.footer .center .contactos textarea{
	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 95%;
    height: 50px;
    position: relative;
    float: left;
    padding: 0px 10px;
    margin: 7px 0px;
}
.footer .center .contactos .form-actions{
	position: relative;
	float: left;
	margin:0px;
}

.footer .center .contactos .form-submit{
    width: 70px;
    height: 33px;
    text-indent: -9999px;
    background: url(../images/icon_send_f.svg) 20px 2px/30px auto no-repeat #fff;
    box-sizing: none;
    padding: 2px 6px 3px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
    float: left;
}

.footer .center .contactos .webform-confirmation{
	background: #e74c3c;
    width: 100%;
    height: 60px;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
}

.footer .right{
	width: 50%;
	height: 263px;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}
.footer #mapa{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.footer #mapa img{
	width: auto;
	height: auto;
}

.footer .container .copyright{
	position: relative;
	width: 100%;
	font-size: 13px;
	color: #fff;
	float: left;
    padding: 20px 0px;
	text-align: center;
}

/*CONTROLS*/
#slide-numbers{}
#slide-numbers .paginate{
	border-color:#e74c3c !important;
	border-width: 1px;
}


/*PANELES*/

/*Generales*/
.pane-container{ 
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 10%;
}
.pane{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 60px 0px;
}
.pane .wrapper {
	top: 10%;
	margin: 0px;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	     -o-transform: translateY(10%);
	        transform: translateY(10%);
	text-align: center;
}
.pane .content{
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	     -o-transform: translateY(10%);
	        transform: translateY(10%);
}

.image-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.summary{
	color:#646768;
	font-size: 20px;
}

.one{
	background:#fff;
	height: auto;
	padding: 120px 0px;
}

.one .box{
	width: 32%;
	margin-right: 1%;
	position: relative;
	float: left;
	height: auto;
}

.two{
	background:#fff;
	height: auto;
}

.three {
	background: #F35F3B;
}
.three .summary{
	color: #313840;
	margin-bottom:30px;
	}
.four{}
.five{}
.six {
	background: #F35F3B;
}
.six .summary{
	color: #313840;
	margin-bottom:30px;
	}
/*SERVICES*/
.services{
	width: 100%;
	float: left;
	position: relative;
}

.services .boton{
	width: 250px;
	float: left;
	position: relative;
	height: auto;
	background: #e74c3c;
	margin: 0px 40%;
	padding: 15px 0px 10px 0px;
}
.services .boton a{
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.service{
	width: 32%;
	height: 250px;
	position: relative;
	float: left;
	/*margin:30px 0.5%;*/
	margin: 30px 9%;
}
.service .icon{
	margin:0 auto;
	position: relative;
	width: 30%;
	height: 100px;
}
.service h3{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
}
.service .info{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-transform: none;
}
.identidad .icon{
	background: url(../images/icons.svg) 5px 0px/850px auto no-repeat
}
.marketing .icon{
	background: url(../images/icons.svg) -605px 0px/850px auto no-repeat
}
.hosti .icon{
	background: url(../images/icons.svg) -222px 0px/850px auto no-repeat
}
.web .icon{
	background: url(../images/icons.svg) -115px 0px/850px auto no-repeat
}
/*
.identidad, .web{
	margin: 30px 9%;
}
*/
/*HOSTING*/
.hosting{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.host {
	background: #424855;
	color: #fff;
	position: relative; 
	float: left;
	width: 100%;
	text-align: center;
    padding: 20px 0px;
    transition: all 0.1s ease-in-out;
}
.pago{
	width: 100%;
	position: relative;
	float: left;
	height: auto;
	margin: 30px 0px;
}

.pago span{
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	height: auto;
	color: #fff;
	font-size: 14px;
}

.box1{
	width: 25%; 
	position: relative;
	float: left;
	height: auto;
}

.box2{
	width: 20%; 
	position: relative;
	float: left;
	height: auto;
}
.host .icono{
	transition: all 0.1s ease-in-out;
}

.host.uno .icono{
	background: url(../images/hosting_plan_b.svg) -10px -10px/1000px auto no-repeat;
}
.host.dos .icono{
	background: url(../images/hosting_plan_b.svg) -212px -10px/1000px auto no-repeat;
}
.host.tres .icono{
	background: url(../images/hosting_plan_b.svg) -440px -10px/1000px auto no-repeat;
}
.host.cuatro .icono{
	background: url(../images/hosting_plan_b.svg) -670px -10px/1000px auto no-repeat;
}
.host.cinco .icono{
	background: url(../images/hosting_plan_b.svg) -890px -10px/1000px auto no-repeat;
}
.host.seis .icono{
	background: url(../images/hosting_plan_b.svg) -10px -10px/1000px auto no-repeat;
}
.host.siete .icono{
	background: url(../images/hosting_plan_b.svg) -10px -10px/1000px auto no-repeat;
}

.host .item.espacio span{
	background: url(../images/hosting_b.svg) -6px -13px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}
.host .item.transfer span{
	background: url(../images/hosting_b.svg) -6px -79px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}
.host .item.email span{
	background: url(../images/hosting_b.svg) -6px -139px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}
.host .item.bd span{
	background: url(../images/hosting_b.svg) -6px -200px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}
.host .item.sub span{
	background: url(../images/hosting_b.svg) -6px -261px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}
.host .item.ftp span{
	background: url(../images/hosting_b.svg) -6px -325px/64px auto no-repeat;
	padding:5px 0px 5px 50px;
}

.host .item{
	font-size: 12px;
    font-weight: 300;
    text-transform: none;
    padding: 5px 0px;
    width: 50%;
    float: left;
    position: relative;
}

.host .info{
	width: 35%;
    text-align: left;
    float: left;
    position: relative;
}
.host .plan{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	margin: 0px 0px 20px 0px;
}
.host .valor{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.host .valor span{
	font-size: 15px;
	background:#F35F3B;
	border-radius: 10px;
    font-weight: 200;
    margin: 0px 10px;
    padding: 3px;
    width: 10px;
    height: auto;
}
.host .icono{
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}
.host .comprar{
	width: 15%;
    text-align: center;
    float: left;
    position: relative;
	margin: 20px 10px 10px 10px;
	background:#F35F3B;
	padding: 5px 0px;
}
.host:hover{
	background:#313842;
	color: #F35F3B;
	cursor: pointer;
	box-shadow: 3px 3px 50px #313842;
}
.host.uno:hover > .icono{background: url(../images/hosting_plan_n.svg) -10px -10px/1000px auto no-repeat;}
.host.dos:hover > .icono{background: url(../images/hosting_plan_n.svg) -212px -10px/1000px auto no-repeat;}
.host.tres:hover > .icono{background: url(../images/hosting_plan_n.svg) -440px -10px/1000px auto no-repeat;}
.host.cuatro:hover > .icono{background: url(../images/hosting_plan_n.svg) -670px -10px/1000px auto no-repeat;}
.host.cinco:hover > .icono{background: url(../images/hosting_plan_n.svg) -890px -10px/1000px auto no-repeat;}
.host:hover > .plan{background:#fff;color: #F35F3B; font-weight: 400;}
.host:hover > .valor{color:#F35F3B;}
.host:hover > .valor span{background:#fff;color:#F35F3B;}
.host:hover > .espacio span{background: url(../images/hosting_n.svg) -6px -13px/64px auto no-repeat;}
.host:hover > .comprar {background:#fff;color: #F35F3B;}

/*DOMINIOS FORM*/
#dominios{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
#dominios .loader{
	position: relative;
	color: red;
	font-size: 12px;
	font-weight: 200;
	margin: 10px 0px;
}
#dominios .loader strong{
	position: relative;
	color: #fff !important;
	font-size: 18px;
	font-weight: 300;
}
#dominios form{
	width: 70%;
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
}
#dominios form #dominio{
	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 65%;
    height: 30px;
    position: relative;
    float: left;
    padding: 0px 10px;
    text-align: right;
}
#dominios form #extension{
	background: #313842;
    /*
    border-width: 1px;
    border-style: solid;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    */
    font-size: 16px;
    text-align: center;
    color: #F35F3B;
    float: left;
    width: 15%;
    height: 33px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
    box-sizing: none;
}
#dominios form #extension:focus{
	border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
}
#dominios form #enviar{
    width: 100px;
    height: 33px;
    text-indent: -9999px;
    background: url(../images/icon_lupa.svg) 35px 0px/30px auto no-repeat #424855;
    box-sizing: none;
	padding: 2px 6px 3px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
    /*
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius:6px;
    */
    float: left;
}
#dominios #mostrar_dominios{
	float: left;
	position: relative;
	width: 100%;
	height: auto;
    margin-bottom: 30px;
}

#dominios #mostrar_dominios .collapsing{
	font-size: 14px !important;
	float: left;
	text-align: left;
	position: relative;
	width: 100%;
	height: 0px;
	overflow: hidden;
	font-family: 'Lato', sans-serif !important;
}

#dominios #mostrar_dominios .alert, #dominios #mostrar_dominios .alert-success, #dominios #mostrar_dominios .alert-dismissible{
	font-size: 14px;
	text-align: center;
	position: relative;
	width: 60%;
    background: #313842;
    box-shadow: 1px 3px 30px #000;
    color: #F15F3B;
    margin: 0 auto;
    height: auto;
    top: -5px;
    padding: 10px 10px 3px 10px;
    font-weight: 300;
}

#dominios #mostrar_dominios .alert span strong{
	color: #fff;
	font-weight: 500;
}
#dominios #mostrar_dominios .alert span b{
	color:#ffce00;
	font-weight: 600;
}
#dominios #mostrar_dominios .close{
	width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/icon_info.svg) 3px 3px/25px auto no-repeat;
}

#dominios #mostrar_dominios .btn-linnk{
	text-align: center;
	color: #fff;
	text-decoration: underline;
}

#dominios #mostrar_dominios .disponible{
	width: 120px;
    text-align: center;
    position: relative;
	margin: 0px 0px 0px 10px;
	background:#F35F3B;
	padding: 5px 0px;
	color: #fff;
	cursor: pointer;
}


input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
	align-items: none;
    text-align: none;
    cursor: none;
    color: none;
    background-color: none;
    box-sizing: none;
    padding: none;
    border-width: none;
    border-style: none;
    border-color: none;
    border-image: none;
}


#formulario{
	float:left;
	position: relative;
	width: 100%;
	height: auto;
}

#formulario .formulario{
	width: 50%;
	height: auto;
	margin: 0 auto;
}


#formulario .form-item{
	display: block; 
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
#formulario label{
	color: #fff;
	position: relative;
	float: left;
	width: 100%;
}
#formulario input{
	text-align: center;
	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    padding: 0px 10px;
}
#formulario #planes_hosting{
	margin: 20px 0px;
}
#formulario .submit{
	background: #313842;
    font-size: 16px;
    text-align: center;
    color: #F35F3B;
}



/*LOGOS*/
.logos{
	width: 100%;
	float: left;
	position: relative;
}
.logos .linea{
	padding: 20px 0px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	position: relative;
	width: 11%;
    padding: 20px 0px;
    margin:20px 0.5%;
    transition: all 0.1s ease-in-out;
}
.logo img{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

/*NOTAS*/
.notas{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 40px;
}

.notas .nota{
	width: 40%;
    float: left;
    position: relative;
    margin: 10px 5%;
}

.notas .nota .tit{
	text-transform: none;
	width: 90%;
	height: auto;
	position: relative;
	float: left;	
	margin:0px 20px;
    text-align: left;

    font-weight: 400;
}
.notas .nota .tit a{
    color: #666;
	text-align: left;
	height: auto;
	position: relative;
	float: left;	
    font-size: 15px;
    font-weight: 600;
	text-decoration: none;
	line-height: 22px;
    margin: 4px 2px;
    background: url(../images/opciones.png) 0px 3px/15px no-repeat;
    padding-left: 25px;
    width: 100%;
    margin-left: -40px;
}


/*PROMOS*/
.promos{
	width: 100%;
	float: left;
	position: relative;
}

.promos .promo{
	width: 40%;
	float: left;
	position: relative;
	margin:30px 5%;
}
.promos .promo .foto{
	width: 45%;
	height: auto;
	position: relative;
	float: left;	
}
.promos .promo .foto img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;	
}
.promos .promo .titulo{
	text-transform: none;
	width: 45%;
	height: auto;
	position: relative;
	float: left;	
	margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
}
.promos .promo .titulo a{
	text-align: left;
	width: 90%;
	margin-left: 10%;
	height: auto;
	position: relative;
	float: left;	
	color: #000;
	text-decoration: none;
}

/*NEWSLETTER*/
.newsletter form{
	width: 70%;
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
}
.newsletter input{
	-webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background-color: white;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    color: #e74c3c;
    font-size: 16px;
    font-weight: 200;
    width: 40%;
    height: 30px;
    position: relative;
    float: left;
    padding: 0px 10px;
}
.newsletter .form-actions{
	position: relative;
	float: left;
	margin:0px;
}

.newsletter .form-submit{
    width: 70px;
    height: 33px;
    text-indent: -9999px;
    background: url(../images/icon_send.svg) 20px 2px/30px auto no-repeat #424855;
    box-sizing: none;
    padding: 2px 6px 3px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: none;
    float: left;
}

.newsletter .messages{
	display: none;
}

.newsletter .webform-confirmation{
	background: #e74c3c;
    width: 100%;
    height: 60px;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
}

/*SECCION*/
#seccion{
	margin-top: 100px;
}
.view-taxonomy-term{
	width: 100%;
	float: left;
	position: relative;
}
.view-taxonomy-term ul{
	list-style: none;
}

.view-taxonomy-term .nota{
	width: 40%;
	float: left;
	position: relative;
	margin:30px 5%;
}
.view-taxonomy-term .nota .foto{
	width: 45%;
	height: auto;
	position: relative;
	float: left;	
}
.view-taxonomy-term .nota .foto img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;	
}
.view-taxonomy-term .nota .titulo{
	text-transform: none;
	width: 45%;
	height: auto;
	position: relative;
	float: left;	
	margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
}
.view-taxonomy-term .nota .titulo a{
	text-align: left;
	width: 90%;
	margin-left: 10%;
	height: auto;
	position: relative;
	float: left;	
	color: #000;
	text-decoration: none;
}


#tabs{
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	position: fixed;
	right: 0px;
	top: 150px;
	z-index: 3;
	box-shadow: 0px 5px 30px #f3f3f3;
}

#tabs ul{
	border-bottom: none !important; 
	padding: 10px !important; 
}

#tabs .primary li a{
	border-color: #bbb;
	border-style: solid solid none solid;
	border-width: 1px;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}
#tabs li a{
	background: none repeat scroll 0 0 #F8F8F8 !important;
	border: 1px solid #DDD !important;
	color: #666;
	display: list-item;
	font: 10px/10px Arial;padding: 5px !important;
	text-align: center;
	text-transform: uppercase;
}

#articulo{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 20px 0px;
	top:40px;
}
#articulo .content {
	top: 10%;
	margin: 0px;
	max-width: 1170px;
	margin: 0 auto;
}

#articulo h2 {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #000;
	font-weight: 600;
	font-size: 34px;
	line-height: 36px;
	margin: 20px 2%;
	text-transform: none;
}
#articulo .fecha {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #e74c3c;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 2%;
}

#articulo .texto {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #333;
	font-weight: 400;
	margin: 0px 2%;
}
#articulo .texto a{
	background: #e74c3c;
	color: #fff;
	font-weight: 500;
	padding: 1px 3px;
}

#articulo .autor{
	margin-top: 50px;
    width: 290px;
    position: relative;
    float: left;
    margin:10px 10px;
}

#articulo .autor .foto{
	position: relative;
	float: left;
	width: 110px;
	height: 100px;

}

#articulo .autor .foto img{
	border:1px solid #e74c3c;
	background-color: #e74c3c;
    border-radius: 50%;
    height: 92px;
    width: 92px;
}
#articulo .autor h3{
	height: auto;
	position: relative;
	float: left;
	font-size: 15px;
    color: #e74c3c;
    width: 180px;
    text-align: left;
    padding: 4px 0px;
    margin-top: 40px;
}
#articulo .autor .contacto{
	position: relative;
	float: left;
	font-size: 16px;
    width: 180px;
    padding: 4px 0px;
}
#articulo .autor .contacto a{
	font-weight: 600;
    color: #000;
}
#articulo .autor .descripcion{
	position: relative;
	float: left;
}
#articulo .autor .descripcion p{
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
    color: #000;
}


#articulo .etiquetas{
	width: 96%;
	padding: 10px 0px;
	height: auto;
	float: left;
	position: relative;
	margin: 0px 2%;
}

#articulo .etiquetas h5{
	color: #e74c3c;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
}

#articulo .etiquetas .field-item{
	width: auto;
	background: #f3f3f3;
	position: relative;
	float: left;
    margin: 5px 10px;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}
#articulo .etiquetas .field-item a{
	text-align: center;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
#articulo .etiquetas .field-item a:hover{
	text-decoration: underline;
}

#articulo .info{
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	color:#e74c3c;
}

#pagina{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 20px 0px;
	top:40px;
}
#pagina .content {
	top: 10%;
	margin: 0px;
	max-width: 1170px;
	margin: 0 auto;
}

#pagina h2 {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #000;
	font-weight: 600;
	font-size: 34px;
	line-height: 36px;
	margin: 0px 2%;
	text-transform: none;
}

#pagina .texto {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #333;
	font-weight: 400;
	margin: 0px 2%;
}


#promocion{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 20px 0px;
	top:40px;
}
#promocion .content {
	top: 10%;
	margin: 0px;
	max-width: 1170px;
	margin: 0 auto;
}

#promocion .imagen {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	overflow: hidden;
}

#promocion .imagen img {
	width: 100%;
	height: auto;
}

#promocion h2 {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #000;
	font-weight: 600;
	font-size: 34px;
	line-height: 36px;
	margin: 0px 2%;
	text-transform: none;
}

#promocion .texto {
	width: 96%;
	height: auto;
	position: relative;
	float: left;
	padding: 10px 0px;
	color: #333;
	font-weight: 400;
	margin: 0px 2%;
}

#promofly{
	position: fixed;
	bottom: 100px;
	width: 180px;
	height: auto;
	right: 0px;
    background: #e74c3c;
    color: #fff;
}

#promofly .promo .foto{
	width: 100%;
	height: auto;
	position: relative;
	float: left;	
}
#promofly .promo .foto img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;	
}
#promofly .promo .titulo{
	width: 95%;
	height: auto;
	position: relative;
	float: left;	
	margin: 10px 2%;
}
#promofly .promo .titulo a{
	text-align: left;
	width: 90%;
	height: auto;
	position: relative;
	float: left;	
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}

.compartir{
	z-index: 20;
    right: 60px;
    position: fixed;
    top: 180px;
    margin: -50px;
    transition: all 0.5s ease;
} 
.compartir .redes_sociales{
	position: relative;
	float:left;
	width:40px;
	padding:0px;
}	
.compartir .redes_sociales li{
	list-style: none;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0px;
    margin: 3px 0px;
}
.compartir .redes_sociales .st_facebook_large{
	left:0;
	background: url(../images/f.svg) no-repeat 1px 4px/40px auto #e74c3c;
	position: relative; 
	width: 40px; 
	height: 40px; 
	float: left; 
	text-indent: -9999px; 
	transition:all 0.2s ease;
	border-radius: 35px;
}

.compartir .redes_sociales .st_twitter_large{
	left:0;
	background: url(../images/t.svg) no-repeat 1px 4px/40px auto #e74c3c;
	position: relative; 
	width: 40px; 
	height: 40px; 
	float: left; 
	text-indent: -9999px; 
	transition:all 0.2s ease;
	border-radius: 35px;
}

.compartir .redes_sociales .st_pinterest_large{
	left:0;
	background: url(../images/p.svg) no-repeat 1px 4px/40px auto #e74c3c;
	position: relative; 
	width: 40px; 
	height: 40px; 
	float: left; 
	text-indent: -9999px; 
	transition:all 0.2s ease;
	border-radius: 35px;
}
.compartir .redes_sociales .st_whatsapp_large{
	left:0;
	background: url(../images/w.svg) no-repeat 1px 4px/40px auto #e74c3c;
	position: relative; 
	width: 40px; 
	height: 40px; 
	float: left; 
	text-indent: -9999px; 
	transition:all 0.2s ease;
	border-radius: 35px;
}

@media screen and (max-width: 1200px){

.menup #logo{
	width: 88%;
}

}

@media screen and (max-width: 900px){

.menup #logo{
	width: 80%;
}

.box{ 
	width: 100%;
	margin: 10px 0px;
}
.footer #mapa img{
	left: -30%;
    position: relative;
}

}

@media screen and (max-width: 640px){

.menup #logo{
	width: 70%;
}

/*HOME*/
.one .box{
	width: 100%;
}

.service{
	width: 97%;
	margin:30px 1%;
}
.service .icon{
	width: 15%;
}
.services .boton{
	margin:0px 4%;
	width: 90%;
}

.host{
	width: 100%;
}

.host .box1{
	width: 100%;
}

.host .box2{
	width: 100%;
}
.host .info{
	width: 100%;
}

.host .comprar{
	width: 100%;
    margin: 10px 0px;
}

#dominios form #dominio{
	width: 50%;
}

.pago img{
	width: 100%;
	height: auto;
}

.promos .promo{
	width: 90%;
	margin:30px 4%;
}

.notas .nota{
	width: 90%;
	margin:30px 4%;
}
.view-taxonomy-term .nota{
	width: 90%;
	margin:30px 4%;
}

.newsletter input{
	width: 35%;
}

/*ARTICULO*/
#articulo .texto{
	width: 89%;
}

#articulo img{
	width: 100%;
	height: auto;
}

#articulo iframe{
	width: 100%;
	height: auto;
}

/*FOOTER*/
.footer .left, .footer .center, .footer .right{
	display: flex;
	width: 100%;
}
.footer .left .info li{
	width: 40%;
}
.footer .center .contactos{
	width: 40%;
    position: relative;
    margin: 0px 30%;
} 
.P728x90{
	display: none;
}


}

@media screen and (max-width: 480px){


.menup #logo{
	width: 65%;
}

/*HOME*/

.service .icon{
	width: 30%;
}

#dominios form #dominio{
	width: 92%;
}

#dominios form #enviar{
	width: 100%;
	background: url(../images/icon_lupa.svg) 50% 0px/30px auto no-repeat #424855;
}
#dominios form #extension{
	width: 100%;
}

#formulario .formulario{
	width: 80%;
}
.logo{
	width: 100%;
}

.newsletter form{
	width: 90%;
}
.newsletter input{
	width: 90%;
	border:1px solid #f3f3f3;
}

/*ARTICULO*/
#articulo h2{
	width: 83%;
}
#articulo .texto{
	width: 83%;
}

.footer .center .contactos{
	width: 80%;
	margin: 0px 10%;
}
.footer .left{
	height: 170px;
}
.footer .left .logo{
	display: none;
}