/*** GENERAL ***/
/*Añado letra Open and regular*/
.CCSmashOpen-Regular { 
	font-family: CCSmashOpen-Regular;
	font-weight: normal;
	font-style: normal;
}
.CCSmash-Regular { 
	font-family: CCSmash-Regular;
	font-weight: normal;
	font-style: normal;
}

body {
	background: #ebebeb;
	font-family: 'Asap', sans-serif;
        font-size: 1em;
}

h1 { margin: 0; padding: 0 0 15px 0;}

.mb40 { margin-bottom: 40px !important; }

.clear { clear: both; }

.hidden { display: none; }

.wrapper_header {
	border-top: 5px solid #313131;
	height: 180px;
	overflow: hidden;
	background: #B21966 url(images/bg_header.png) no-repeat 50% 0;
}

.header {
	position: relative;
	width: 960px;
	height: 180px;
	margin: 0 auto;
}

.header .logo {
	padding-top: 30px;
}

.header .phone {
	background: url(images/bg_header_phone.png) no-repeat;
	width: 533px;
	height: 36px;
	color: #999;
	position: absolute;
	top: 0;
	right: -20px;
	text-align: right;
	padding-right: 40px;
	padding-top: 7px;
	font-weight: bold;
}

.header .phone strong {
	color: #fff;
	font-size: 1.4em;
	margin-left: 5px;
}

.header .phone strong span {
	color: #999;
}

.header #main_menu {
	position: absolute;
	right: 0;
	top: 67px;
}

.header #main_menu ul li {
	display: inline;
	margin-left: 25px;
}

.header #main_menu ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.header #main_menu ul li.on a,
.header #main_menu ul li a:hover
 {
	color: #000;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

.content {
	margin: -30px auto 15px auto;
        position: relative;
	width: 960px;
	clear: both;
}

.content-frame {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0px;
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.content-frame h1 {
	margin: 0;
	height: 40px;
	padding: 10px 20px 0 20px;
	color: white;
	background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
	margin-bottom: 0px;
	font-size: 1.5em;
}

.small_button,
.middle_button,
.big_button {
	background: url(images/bg_button.gif) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: 'Asap', sans-serif;
	display: inline-block;
}

.small_button {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 14px;
	padding: 5px 10px;
}

.small_button span,
.small_button input,
.small_button input:hover {
	display: block;
	padding: 0 17px 0 0;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-family: 'Asap', sans-serif;
	background: url(images/arrow_small_button.png) no-repeat 100% 50%;
}

.middle_button {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 18px;
	padding: 10px 20px;
}

.middle_button span,
.middle_button input,
.middle_button input:hover {
	display: block;
	padding: 0 25px 0 0; 
	border: 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-family: 'Asap', sans-serif;
	background: url(images/arrow_middle_button.png) no-repeat 100% 50%;
}

.big_button {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 32px;
	padding: 10px 40px;
}

.big_button span,
.big_button input,
.big_button input:hover {
	display: block;
	padding: 0 50px 0 0;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-family: 'Asap', sans-serif;
	background: url(images/arrow_big_button.png) no-repeat 100% 50%;
}

.small_button:hover,
.middle_button:hover,
.big_button:hover {
	background: url(images/bg_button_hover.gif) repeat-x 0 50%;
}

.wrapper_footer_menu {
	border-top: 1px solid #ccc;
	background: #dbdbdb;
}

.menu_footer,
.copyright_footer {
	margin: 0 auto;
	width: 960px;
}

.menu_footer {
	padding: 12px 0;
	text-align: left;
}

.menu_footer ul {
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	padding: 0;
	margin: 0;
}

.menu_footer ul li {
	display: inline;
	font-size: 0.9em;
	color: #666;
}

.menu_footer ul li span.separator {
	margin: 0 10px;
}

.menu_footer ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666;	
}

.menu_footer ul li.on a,
.menu_footer ul li a:hover {
	color: #333;
}

.menu_footer .facebook_footer {
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	text-align: right;
}

.menu_footer .facebook_footer a {
	color: #455E8C;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	position: relative;
	top: -7px;
}

.menu_footer .facebook_footer a span {
	position: relative;
	top: 9px;
}

.menu_footer .facebook_footer a span img {
	margin-left: 10px;
}

.wrapper_footer_copyright {
	background: url(images/bg_footer_copyright.png) repeat-x;
	height: 45px;
}

.copyright_footer {
	color: white;
	padding-top: 14px;
	margin: 0 auto;
	width: 960px;
	font-size: 0.9em;
}


/**** BANNERS ****/

.wrapper_banners {
	overflow: hidden;
	padding-bottom: 17px;
	clear: both;
}

.banners {
	margin: 0 auto;
	width: 960px;
}

.banners .banner {
	position: relative;
	float: left;
	width: 310px;
	height: 210px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	margin-right: 15px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.bannerTecnologia{
    background: white;
}
.banners .banner .info {
	overflow: hidden;
}

.banners .banner.last {
	margin-right: 0;
}

.banners .banner p {
	font-size: 13px;
	color: #666;
	margin: 0 0 1em 0;
}

.banners .banner h3 {
	background: #000 url(images/bg_title_banner.png) repeat-x;
	color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 30px;
	padding-top: 8px;
	font-size: 1.1em;
	text-align: center;
	margin: 0;
}

.banners .banner a.small_button {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.banners .banner.banner_wimax  { background: #fff url(images/bg_banner_wimax.png) no-repeat 10% 70%; }
.banners .banner.banner_tarifas  { background: #fff url(images/bg_banner_tarifas.png) no-repeat 60% 100%; }
.banners .banner.banner_contrata  { background: #fff url(images/bg_banner_3_pasos.png) no-repeat 50% 60%; }

.banners .banner.banner_wimax .info {
	text-align: right;
	padding: 12px 15px;
}

.banners .banner.banner_wimax p {
	width: 150px;
	float: right;
}

.banners .banner.banner_tarifas .info {
	padding: 20px;
}

.banners .banner.banner_tarifas img {
	margin-left: 38px;
}



/**** HOME ****/

.banner_home {
	position: relative;
}

.banner_home img {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.banner_home a {
	position: absolute;
	left: 50px;
	bottom: 30px;
	z-index: 2;
}




/**** VENTAJAS ****/
.ventajas{
    overflow: hidden;
    margin-top: -30px;
}

.separador_horizontal_ventajas {
    
	margin: 30px 0 50px 0;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	clear: both;
	height: 2px;
}

.ventaja {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 225px;
	height: 225px;
	overflow: hidden;
	background: #fff;
	margin-right: 20px;
	text-align: center;
	color: #666666;
}

.ventaja.last {
	margin-right: 0;
	margin-bottom: 20px;
}

.ventaja img {
	display: inline-block;
	padding: 30px 0 10px 0;	
}

.ventaja p {
	padding: 0 20px;
}



/**** TARIFAS ****/

.tarifas {
	/*margin-bottom:40px;*/
	clear:both;
	position: relative;
}

.tarifas .tarifa {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	width: 310px;
	overflow: hidden;
	margin-right: 15px;
	color: #666666;
}

.tarifas .tarifa.last {
	margin-right: 0px;
}

.tarifas .tarifa h2 {
	background: url(images/bg_title_tarifa.png) repeat-x;
	color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	height: 37px;
	padding-top: 13px;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

.tarifas .tarifa h2 span { padding: 6px 0 7px 25px; }

.tarifas .tarifa.tipo1 h2 span { background: url(images/bottle_1_3.png) no-repeat 0 3px; }
.tarifas .tarifa.tipo2 h2 span { background: url(images/bottle_2_3.png) no-repeat 0 3px; }
.tarifas .tarifa.tipo3 h2 span { background: url(images/bottle_3_3.png) no-repeat 0 3px; }

.tarifas .tarifa .info {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	background: #fff;
}

.tarifas .tarifa .info img {
	float: right;
}

.tarifas .tarifa .info ul {
	float: right;
	list-style: none;
	padding-left: 0;
}

.tarifas .tarifa .info ul li {
        padding-top: 7px;
	display: block;
	padding-left: 45px;
	/*margin-bottom: 20px;*/
	overflow: hidden;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

.tarifas .tarifa .info ul li.sin_telefono { background: url(images/sin_telefono.png) no-repeat 0 0; }
.tarifas .tarifa .info ul li.con_telefono { background: url(images/con_telefono.png) no-repeat 0 0; }

.tarifas .tarifa .info ul li span {
	display: block;
	margin-bottom: 10px;
}
.tarifas .tarifa .bajada {
	background: #DDDDDD;
    padding: 10px;
	height: 25px;
	padding-left:70px;
}
.tarifas .tarifa .bajada ul{
	list-style: none;
	padding-left: 0;
	margin-top: 0px;
}
.tarifas .tarifa .bajada ul li {
	background: url(images/ico_bajada.png) no-repeat 10px 0;
	display: block;
	padding: 5px 0 5px 45px;
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
}
.tarifas .tarifa .subida {
	background: #DDDDDD;
    padding-left: 10px;
	height: 40px;
	padding-left:70px;
}
.tarifas .tarifa .subida ul{
	list-style: none;
	padding-left: 0;
	margin-top: 0px;
}
.tarifas .tarifa .subida ul li {
	background: url(images/ico_subida.png) no-repeat 10px 0;
	display: block;
	padding: 5px 0 5px 45px;
	color: #BBB;
	font-weight: bold;
	font-size: 0.9em;
}
.tarifas .tarifa .la_mas_elegida {
	display: block;
}
.tarifas .internacionales {
	background: url(images/ico_info_rosa_peq.png) no-repeat 0 0;
	padding: 0 0 8px 20px;
	left: 0;
}
.tarifas .internacionales  a{
	color: #ff3399;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
.tarifas .precios_sin_iva {
	background: url(images/ico_info.png) no-repeat 0 0;
	padding: 0 0 8px 20px;
	color: #BBBBBB;
	font-weight: bold;
	font-size: 0.8em;
	left: 0;
}
.tarifas .negociable {
	background: url(images/ico_asterisco.png) no-repeat 0 0;
	padding: 0 0 10px 20px;
	color: #999999;
	font-weight: bold;
	font-size: 0.8em;
	left: 0;
}

.tarifas .internacionales a:hover {
	color: #84AD33;
}

.separador_tarifa {
	margin: 10px 0;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	clear: both;
	height: 2px;	
}

.lineas_simetricas {
	padding: 10px 0 10px 115px;
	background: url(images/empresa_corbata.png) no-repeat 80px 50%;
}

.lineas_simetricas a {
	color: #FF3399;
	font-weight: bold;
	text-decoration: none;
}

.lineas_simetricas a:hover {
	color: #84AD33;
}




/**** COBERTURA ****/

#mapa_cobertura {
	width: 960px;
	height: 500px;
	margin: 0 auto 25px auto;
	overflow: hidden;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
}

#mapa_cobertura .map_canvas {
	width: 960px;
	height: 500px;
}

.busqueda_cobertura {
	text-align: center;
	padding-bottom: 25px;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	margin-bottom: 15px;
}

.busqueda_cobertura input,
.busqueda_cobertura a {
	display: inline;
}

.busqueda_cobertura input[type="text"] {
	width: 592px;
	margin-right: 10px;
}

.busqueda_cobertura a {
	position: relative;
	top: 2px;
}

.pregunta_cobertura {
	padding: 10px 0 10px 188px;
	background: url(images/ico_info_rosa.png) no-repeat 148px 50%;
}

.pregunta_cobertura a {
	color: #FF3399;
	font-weight: bold;
	text-decoration: none;
}

.pregunta_cobertura a:hover {
	color: #84AD33;
}

.separador_cobertura {
	margin: 15px 0 25px 0;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	clear: both;
	height: 2px;	
}

/* FORMULARIOS */

input[type="text"],
textarea {
	border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 14px;
	color: #999;
	font-style: italic;
	font-size: 0.9em;
	font-family: 'Asap', sans-serif;
}
input[type="password"],
textarea {
	border: 1px solid #ddd;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 14px;
	color: #999;
	font-style: italic;
	font-size: 0.9em;
	font-family: 'Asap', sans-serif;
}


/**** QUIENES SOMOS ****/

.intro_quienes_somos {
	padding: 20px 90px 20px 110px;
	color: #666;
	font-size: 0.9em;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
}

.intro_quienes_somos .empresa {
	overflow: hidden;
	margin-bottom: 20px;
}

.intro_quienes_somos .empresa img {
	float: left;
	position: relative;
	top: 12px;
	margin-right: 55px;
}

.instalacion img {display:block;}

.separador_quienes_somos {
	margin: 40px 0;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	clear: both;
	height: 2px;
}


/**** AVISO LEGAL ****/

.aviso_legal {
	padding: 0 30px 30px 30px;
	font-size: 0.8em;
}

.aviso_legal h2 {
	padding: 20px 0 5px 0;
	margin: 0;
}

.aviso_legal h3 {
	padding: 10px 0 5px 0;
	margin: 0;	
}

.aviso_legal p {
	margin: 0 0 10px 0;
	color: #333;
}


/**** CONTACTO ****/

#mapa_contacto {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	width: 960px;
	height: 400px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}

#mapa_contacto .map_canvas {
	width: 960px;
	height: 400px;
}

.info_formulario_contacto {
	overflow: hidden;
	margin-bottom: 40px;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	padding-bottom: 40px;
}

.info_formulario_contacto a,
.acepto_condiciones a {
	color: #f39;
	text-decoration: none;
}

.info_formulario_contacto a:hover,
.acepto_condiciones a:hover {
	color: #84AD33;
}

.info_formulario_contacto .info {
	width: 310px;
	padding-left: 90px;
	margin-right: 70px;
	float: left;
	color: #666;
	font-size: 1.1em;
}

.info_formulario_contacto .info p {
	padding-left: 65px;
}

.info_formulario_contacto .info p span {
	color: #999;
}

.info_formulario_contacto .formulario {
	width: 490px;
	clear: right;
	float: left;
}

.info_formulario_contacto .formulario label {
	color: #666;
	padding-bottom: 2px;
	display: block;
}

.info_formulario_contacto .formulario input {
	width: 460px;
	display: block;
}

.info_formulario_contacto .formulario textarea {
	width: 460px;
	height: 120px;
	color: #666;
	display: block;
}

.info_formulario_contacto .formulario label span {
	color: #f39;
	font-weight: bold;
}

.info_formulario_contacto .formulario .linea {
	margin-bottom: 20px;
}

.info_formulario_contacto .formulario .linea.checkbox label {
	font-size: 0.8em;
	display: inline;
}

.info_formulario_contacto .formulario .linea.checkbox input {
	width: 20px;
	display: inline;
}

.info_formulario_contacto .formulario .botonera input {
	width: auto;
}

.errorSummary,
.box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c36;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 0.9em;
	width: 448px;
	background: #FEEAF4;
	color: #333;
}

.box.success {
	border: 1px solid #659900;
	background: #EFF5E5;
}

.info_formulario_contacto .formulario .image_code {
	overflow: hidden;
}

.info_formulario_contacto .formulario .image_code img,
.info_formulario_contacto .formulario .image_code a {
	float: left;
}

.info_formulario_contacto .formulario .image_code a {
	margin-top: 8px;
	font-size: 0.9em;
	color: #dd1166;
}



/**** CONTRATACION ****/

.seccion_contrata {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 2px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	margin-bottom: 25px;
	background: #fff;
}

.seccion_contrata h2 {
	margin: 0;
	height: 40px;
	padding: 10px 20px 0 20px;
	color: white;
	background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
	margin-bottom: 0px;
	font-size: 1.5em;
	font-weight: normal;
}

.seccion_contrata .datos {
	padding: 10px 20px 40px 20px;
	overflow: hidden;
}

.seccion_contrata .linea {
	overflow: hidden;
	padding: 20px 0 0 20px;
}

.seccion_contrata .linea .sublinea {
	float: left;
	margin-right: 20px;
}

.seccion_contrata .linea .sublinea.last {
	margin-right: 0;
}

.seccion_contrata .linea .sublinea input,
.seccion_contrata .linea .sublinea label {
	display: block;
	width: 400px;
}

.seccion_contrata .linea .sublinea label {
	color: #666;
	margin-bottom: 3px;	
}

.seccion_contrata .linea .sublinea label span {
	color: #f39;
	font-weight: bold;
}

.seccion_contrata .tipo_conexion {
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	text-align: center;
}

.seccion_contrata .tipo_conexion li {
	display: inline;
}

.seccion_contrata .tipo_conexion a {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	background: #e4e4e4 url(images/dot_off.png) no-repeat 20px 50%;
	padding: 15px 120px;
	display: inline-block;
	position: relative;
	top:1px;
	text-decoration: none;
	border: 1px solid #ccc !important;
	color: #666;
}

.seccion_contrata .tipo_conexion li.on a {
	background: #fff url(images/dot_on.png) no-repeat 20px 50%;
	border: 1px solid #ccc !important;
	border-bottom: 1px solid #fff !important;
	color: #f39;
	font-weight: bold;
}

.seccion_contrata .tipo_conexion #tipo_conexion_con{
	margin-right: 10px;
}

.seccion_contrata .tipo_megas {
	overflow: hidden;
	list-style: none;
}

.seccion_contrata .tipo_megas a {
	overflow: hidden;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.seccion_contrata .tipo_megas li {
	float: left;
	padding: 40px 40px 20px 40px;
	width: 210px;
	text-align:center;
}

.seccion_contrata .tipo_megas .bottle,
.seccion_contrata .tipo_megas .linea_telefonica
.seccion_contrata .tipo_megas .sin_linea_telefonica {
	margin-bottom: 20px;
}
.seccion_contrata .tipo_megas .dot {
	text-align: center;
}

.seccion_contrata .tipo_megas .linea_telefonica {
	padding: 10px 0 10px 45px;
	position: relative;
	left: 10px;
	text-align: left;
	background: url(images/con_telefono.png) no-repeat 0 50%;
}

.seccion_contrata .tipo_megas .sin_linea_telefonica {
	padding: 10px 0 10px 45px;
	position: relative;
	left: 10px;
	text-align: left;
	background: url(images/sin_telefono.png) no-repeat 0 50%;
}

.seccion_contrata .summary {
	padding: 20px;
	color: #666666;
}

.seccion_contrata .summary .image_selected {
	width: 60px;
	text-align: center;
	padding-right: 20px;
}

.seccion_contrata .summary .image_selected img {
	width: 28px;
}

.seccion_contrata .summary .selected_type {
	font-size: 1.2em;
	color: #333;
	width: 680px;
}

.seccion_contrata .summary .first td {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.seccion_contrata .summary .second td {
	padding: 20px 0;
}

.seccion_contrata .summary .selected_type strong {
	color: #f39;
}

.seccion_contrata .summary .quotes,
.seccion_contrata .summary .installation {
	font-size: 0.85em;
	color: #999;
	text-align: right;
}

.seccion_contrata .summary #price_without_tax {
	font-weight: bold;
	text-align: center;
	width: 154px;
}

.seccion_contrata .summary #price_with_tax {
	color: #f39;
	font-size: 1.4em;
	font-weight: bold;
	width: 154px;
	text-align: center;
}

.seccion_contrata .summary .ask_installation {
	font-weight: bold;
	width: 154px;
	text-align: center;
}

.acepto_condiciones {
	padding: 20px;
}

.botonera_contratacion {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 40px;
	background: url(images/separador_horizontal.png) repeat-x 0 100%;
	padding-bottom: 40px;
}
.botonera_contratacion  a{
	background: url(images/ico_info_rosa_peq.png) no-repeat 0 0;
	padding: 0 0 1px 20px;
	color: #ff3399;
	font-weight: bold;
	font-size: 0.8em;
	bottom: 8px;
	left: 0;
	position: relative;
	text-decoration: none;
}
.botonera_contratacion a:hover {
	color: #84AD33;
}

#errors .errorSummary {
	width: inherit;
}

.basico {
	padding: 20px;
}

/* GOOGLE AUTOCOMPLETE */

.pac-container {
	content: none !important;
	line-height: 1.4em;
	color: #333;
	padding: 10px 10px 14px 10px;
	width: 600px !important;
}

.pac-container:after {
	content: none !important;
}

#actualidad{
    float: left;
    width: 715px;
}

#actualidad .caja_actualidad .item{
    overflow: hidden;
}

#actualidad .caja_actualidad{
    background: white;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    padding: 30px;
}

#faqs{
    float: left;
    width: 715px;
    margin-bottom: 40px;
}

#faqs h2{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px 12px 0px 0px;
    margin: 0;
    height: 40px;
    padding: 10px 20px 0 20px;
    color: white;
    background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
    margin-bottom: 0px;
    font-size: 1.5em;
    font-weight: normal;
}


#faqs .caja_preguntas{
    background: white;
    padding: 20px;
    border: 1px solid #CCCCCC;
}

#faqs .caja_preguntas .pregunta .ampliacion{
    color: #8C8C8C;
}

#faqs .caja_preguntas .pregunta .nombrepreguntaabierto a{
    color: #FF65B2;
}

#faqs .caja_preguntas .pregunta .nombrepregunta a{
    color: #000000;
}

#faqs .caja_preguntas .pregunta .nombrepregunta a:active{
    color: #FF65B2;
}

#faqs .caja_preguntas .pregunta .nombrepregunta a:visited{
    color: #000000;
}
.nombrepregunta{
    padding-bottom: 10px;
}
.columnaapoyoactualidad{
    /*margin-top: 10px;*/
    float: right;
    width: 228px;
    margin-bottom: 40px;
}

.columnaapoyoactualidad .titular{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px 12px 0px 0px;
    margin: 0;
    height: 40px;
    padding: 12px 32px 0px 32px;
    color: white;
    background: #292929 url(images/bg_title_h1.png) repeat-x 0 50%;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: normal;
    display: block;
}

.columnaapoyoactualidad .cajacontacto, .columnaapoyo .cajacontacto{
    background: white;
    text-align: center;
    padding: 10px;
    border: 1px solid #CCCCCC;
}
.columnaapoyo{
    margin-top: 10px;
    float: right;
    width: 225px;
    margin-bottom: 40px;
}

.columnaapoyo .titular{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px 12px 0px 0px;
    margin: 0;
    height: 40px;
    padding: 10px 29px 15px 28px;
    color: white;
    background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: normal;
}

.columnaapoyo .cajacontacto{
    background: white;
    text-align: center;
    padding: 10px;
}

.separador_faqs{
    margin: 10px 0;
    background: url(images/separador_horizontal.png) repeat-x 0 100%;
    clear: both;
    height: 2px;	
}

#sidebar #yw2{
    width: 230px;
    margin-right: 20px;
    border: 1px solid #FF3399;
}
#sidebar .portlet .portlet-decoration .portlet-title{
    padding: 10px;
    color: white;
    background: #FF3399;
    font-weight: bolder;
}

#sidebar #yw2 .portlet-decoration{
    background: #BBBBBB;
}

.txtprecio{
    font-family: CCSmash-Regular; 
    font-size: 42px;
    color: #F5338F;
}
.txtpreciocontrata{
    font-family: CCSmash-Regular; 
    font-size: 42px;
    color: #F5338F;
	position:absolute;
	padding-top:50px;
	padding-left:10px;
}
/*.txteurosmes{
    font-family: CCSmash-Regular; 
    font-size: 18px;
    color: #F5338F;
}*/

.img_txteurosmes{
    float: right;
    padding-top: 7px;
}

#sidebar #yw0{
    float: left;
    width: 20%;
    margin-left: 20px;
    border: 1px solid #ccc;
}

#sidebar .operations a:hover{
    color: #F5338F;
}

#sidebar .operations a:visited{
    color: black;
}

#sidebar .operations a{
    color: black;
}

#sidebar #yw0 .portlet-decoration{
}

.span-19 .form{
    background: white;
    padding: 10px;
    float: right;
    width: 70%;
}

#content .search-button{
    float:left;
    margin-left: 30%;
}

#banner-pie-tecnologia-form  .buttons input{
    margin-top: 20px;
}

#login-form input{
    margin-top: 10px;
}

#login-form .buttons input{
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px;
    width: 70px;
    height: 40px;
    background: #F5338F;
    margin-top: 20px;
    display: block;
    padding: 0 17px 0 0;
    border: 0;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-family: 'Asap', sans-serif;
}

#login-form .buttons input{
    padding: 6px;
    margin-top: 20px;
}

#login-form .buttons input:hover{
    background: #84AD33;
}

#banner-pie-tarifas-form .buttons input{
    margin-top: 20px;
}
#banner-pie-contrata-form, #tarifa-form, #faq-form, #noticia-form  .buttons input{
    margin-top: 20px;
}

#banner-pie-tecnologia-form input{
    padding: 10px;
    margin-top: 10px;
}

#banner-pie-tarifas-form input{
    padding: 10px;
    margin-top: 10px;
}

#banner-pie-contrata-form input{
    padding: 10px;
    margin-top: 10px;
}

.search-form input{
    padding: 5px;
    margin-top: 5px;
}

.nolink{
    color: black;
    text-decoration: none;
}

#banner-pie-tarifa-form, #tarifa-form, #faq-form, #noticia-form input{
    padding: 5px;
}

.bannerContrata{
    background: #FFFFFF;
}

#actualidad h2{
    margin: 0;
    height: 40px;
    padding: 10px 20px 0 20px;
    color: white;
    background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
    /*margin-bottom: 20px;*/
    font-size: 1.5em;
    font-weight: normal;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;   
}

.mgtop{
    margin-top: 20px;
}
#actualidad .txt_titular{
    font-size: 24px;
    font-weight: bolder;
    color: black;
    margin-top: 10px;
}

#actualidad .separador_item{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
}

#actualidad .fecha{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

#actualidad img{
    margin-top: 10px;
}

#actualidad .txt_resumen, .txt_texto{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.caja_logout{
    float: right;
    padding-top: 6px;
}

.caja_logout a:hover{
    color: #FF3399;
}

#actualidad .paginado_actualidad{
    text-align: center;
}

#actualidad .link_amplia{
    color: #FF3399;
    font-weight: bold;
    text-decoration: none;
}

#actualidad a:hover{
    color: #84AD33;
}

#actualidad_amplia{
    float: left;
    width: 715px;
}

#actualidad_amplia .caja_actualidad .item{
    overflow: hidden;
}

#actualidad_amplia .caja_actualidad{
    background: white;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    padding: 30px;
}
#actualidad_amplia h2{
    margin: 0;
    height: 40px;
    padding: 10px 20px 0 20px;
    color: white;
    background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
    /*margin-bottom: 20px;*/
    font-size: 1.5em;
    font-weight: normal;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;   
}

.link_volver a{
    float:right;
    color: #FF3399;
    font-weight: bold;
    text-decoration: none;
}

.link_volver a:hover{
    color: #84AD33;
}

#actualidad_amplia .txt_titular{
    font-size: 24px;
    font-weight: bolder;
    color: black;
    margin-top: 10px;
}

#actualidad_amplia .separador_item{
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #CCCCCC;
}

#actualidad_amplia .fecha{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

#actualidad_amplia img{
    margin-top: 10px;
}

#actualidad_amplia .txt_resumen, .txt_texto{
    float: left;
    width: 400px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

#actualidad_amplia .txt_resumen_completo, .txt_texto_completo{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

#politica_cookies{
    float: left;
    width: 960px;
}

#politica_cookies .caja_politica{
    background: white;
    border: 1px solid #CCCCCC;
    margin-bottom: 40px;
    padding: 30px;
}

#politica_cookies h2{
    margin: 0;
    height: 40px;
    padding: 10px 20px 0 20px;
    color: white;
    background: #000 url(images/bg_title_h1.png) repeat-x 0 50%;
    font-size: 1.5em;
    font-weight: normal;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
