@charset "utf-8";

*:focus {
	outline: none;
}
textarea {
	resize: none;
}


/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
/*	background-image: url(../img/bg-navidad.png);
*/	background-image: url(../img/bg.png); 
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 20px;
	color: #F90;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	list-style-image: url(../img/ico_lista.png);
	line-height: 20px;
}




a.botones:link, a.botones:visited {
	display: block;
	height: 18px;
	width: 90px;
	text-align: center;
	background-image: url(../img/bg_botones.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
a.botones:hover {
	display: block;
	height: 18px;
	width: 90px;
	text-align: center;
	background-image: url(../img/bg_botones.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	text-decoration: underline;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}


.contenedor {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-top: 5px;
}
.fondoGeneral {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

.cabecera {
	background-image: url(../img/bg_cabecera.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 170px;
	/* [disabled]margin-bottom: 5px; */
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.cabecera #links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	height: 20px;
	text-align: right;
	padding-top: 10px;
}
.cabecera #links a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
}
.cabecera #links a:link, .cabecera #links a:visited {
	color: #999;
	text-decoration: none;
	margin-left: 25px;
}
.cabecera #links a:hover {
	color: #333;
	text-decoration: none;
	margin-left: 25px;
}





.cabecera #logo {
	width: 171px;
	height: 101px;
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
}
.cabecera #logo #isologo {
	/* [disabled]float: left; */
	/* [disabled]margin-left: 10px; */
}
.cabecera #asistencia {
	height: 101px;
	width: 322px;
	float: right;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
}
.menu {
	height: 31px;
	/* [disabled]margin-top: 8px; */
	clear: both;
}
.menu a:link, .menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg_btn.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 6px;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg_btn_over.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 6px;
}
.submenu {
	background-image: url(../img/bg_submenu.png);
}
.submenu th {
	color: #F90;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.menu .submenu a:link , .menu .submenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: none;
	float: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
}
.menu .submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: none;
	display: block;
	background-image: none;
	float: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
	background-color: #000;
}

#sub_nosotros {
	position:absolute;
	z-index:1;
	top: 170px;
	visibility: hidden;
}
#sub_servicios {
	position:absolute;
	z-index:2;
	top: 170px;
	visibility: hidden;
}
#sub_clientes {
	position:absolute;
	z-index:1;
	top: 170px;
	visibility: hidden;
}



.menu #relleno_menu {
	background-image: url(../img/bg_botonera.png);
	height: 31px;
	display: block;
}
a.cuadro:link , a.cuadro:visited{
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
}
a.cuadro:hover {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	color: #F60;
}
a .mas_info {
	color: #F60;
	text-decoration: underline;
	display: block;
	font-size: 11px;
	text-align: right;
}
.col_485 {
	width: 485px;
	padding-right: 10px;
}
.col_320 {
	width: 320px;
	padding-right: 10px;
}
.col_320 .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #F60;
	font-weight: bold;
	display: block;
}
.cuadro h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #F60;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.cuadro a {
	color: #000;
	text-decoration: none;
}
.cuadro .mas_info a {
	display: block;
	font-size: 11px;
	color: #F60;
	text-decoration: underline;
	text-align: right;
}

#cuadros_destacados {
	padding-top: 15px;
	padding-left: 15px;
	clear: both;
}
.cuadro_destacado {
	float: left;
	width: 375px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	height: 100px;
}
.cuadro_destacado img {
	float: left;
	margin-right: 15px;
}
.cuadro_destacado h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.cuadro_destacado p {
	margin: 0px;
}
.cuadro_destacado a {
	display: block;
	margin-top: 7px;
	text-align: right;
}




.col_155 {
	width: 155px;
}
.col_485 #destacados {
	height: 225px;
	width: 485px;
	margin-bottom: 10px;
	background-image: url(../img/home/bg_destacados.png);
	background-repeat: repeat-x;
	background-position: top;
}



.col_485 #promociones {
	height: 150px;
	width: 485px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	background-image: url(../img/home/bg_promos.jpg);
}

/**
.col_485 #promociones {
	height: 150px;
	width: 485px;
	margin-bottom: 10px;
	background-image: url(../img/home/bg_promos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
}
*/


.col_485 #promociones a:link, .col_485 #promociones a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	width: 305px;
	height: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 170px;
	padding-bottom: 10px;
}
.col_485 #promociones .h1 {
	font-size: 21px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	display: block;
}
.col_485 #ini_pronet {
	padding: 10px;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	/* [disabled]height: 70px; */
	font-size: 12px;
}
.col_485 #ini_pronet h1 {
	margin: 0px;
}



.col_485 #novedades {
	width: 485px;
	margin-bottom: 10px;
	min-height: 280px;
}
.col_320 #portfolio {
	height: 225px;
	width: 320px;
	margin-bottom: 10px;
}

.col_320 #hosting {
	float: left;
	height: 140px;
	width: 145px;
	margin-bottom: 10px;
	margin-right: 5px;
	background-color: #E4E4E4;
	background-image: url(../img/home/bg_hosting.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
}

.col_320 #ecommerce {
	float: left;
	height: 140px;
	width: 145px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #E4E4E4;
	background-image: url(../img/home/bg_ecomm.jpg);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	padding: 5px;
}

.col_320 #cobros {
	height: 120px;
	width: 310px;
	margin-bottom: 10px;
	float: left;
	background-color: #E4E4E4;
	background-repeat: no-repeat;
	background-position: center 40px;
	padding: 5px;
	background-image: url(../img/home/logos_pagos.png);
}
.col_320 #cobros .cuadro .mas_info {
	margin-top: 60px;
}


.col_320 #dominios {
	height: 140px;
	width: 310px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../img/home/bg_dominios.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px;
}
.col_320 #dominios .h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	display: block;
}


.col_155 #login {
	background-color: #CCC;
	height: 70px;
	width: 145px;
	margin-bottom: 10px;
	padding: 5px;
}
.col_155 #login #login_izq    {
	width: 145px;
	margin-top: 7px;
}
.col_155 #login input{
	width: 68px;
	background-color: #666;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 5px;
}
.col_155 #redes {
	padding: 5px;
	width: 145px;
	margin-bottom: 10px;
	background-color: #EEE;
	/* [disabled]height: 48px; */
}
.col_155 #tarjetas {
	padding: 5px;
	width: 145px;
	margin-bottom: 10px;
	background-color: #DDD;
	height: 160px;
}


.col_155 #testimonios {
	height: 85px;
	width: 145px;
	margin-bottom: 10px;
	background-image: url(../img/cuadroTestimonios.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.col_155 #testimonios .h1 {
	color: #FFF;
}

.col_155 #testimonios .cuadro {
	color: #333;
}
.col_155 #testimonios .cuadro .mas_info {
	margin-top: 15px;
	text-align: left;
	color: #333;
}


.col_155 #presupuesto {
	/* [disabled]background-color: #CCC; */
	height: 140px;
	width: 115px;
	margin-bottom: 10px;
	background-image: url(../img/bg_presup.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.col_155 #presupuesto .cuadro .mas_info {
	text-align: left;
	margin-top: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.col_155 #presupuesto .cuadro {
	color: #FFF;
}
.col_155 #portfolio {	/*
	[disabled]background-color: #CCC; */
	height: 145px;
	width: 145px;
	margin-bottom: 10px;
	background-image: url(../img/cuadroPortfolio.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 5px;
}
#portfolio .cuadro .mas_info {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
}
.col_155 #portfolio .cuadro .h1 {
	color: #333;
}



.col_155 #cuadroTelefono {
	height: 80px;
	width: 155px;
	margin-bottom: 10px;
}


.col_155 #telefonos {
	background-color: #333;
	height: 150px;
	width: 155px;
	margin-bottom: 10px;
}

.col_155 #sistemas {
	background-color: #666;
	height: 140px;
	width: 145px;
	margin-bottom: 10px;
	background-image: url(../img/bg_sistemas.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
}
.col_155 .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #F60;
	font-weight: bold;
	display: block;
}
.col_670 {
	width: 660px;
	padding-right: 10px;
}

.col_815 {
	width: 815px;
	margin-right: 5px;
	float: left;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.nav a:link, .nav a:visited {
	color: #FC3;
	text-decoration: none;
}
.nav a:hover {
	color: #FC0;
	text-decoration: underline;
}

.bg_pie {
	width: 100%;
	background-color: #191919;
	height: 150px;
	/* [disabled]margin-top: 50px; */
}
.pie {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}
#bg-navidad {
	/* [disabled]background-attachment: fixed; */
	/* [disabled]background-image: url(../img/bg-navidad.jpg); */
	background-repeat: repeat;
	background-position: center top;
}

#busq_dominios {
	height: 140px;
	width: 465px;
	float: left;
	margin-bottom: 10px;
	background-image: url(../img/home/bg_dominios.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
}
#busq_dominios h2 {
	color: #FFF;
	margin-top: 0px;
}
.cita {
	font-style: italic;
	color: #333;
}
.subtitulo {
	font-weight: bold;
	color: #F60;
}
.img_izq {
	float: left;
	margin-right: 10px;
}
h2 {
	margin: 0px;
}
.fechaPost {
	font-size: 10px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}

.tabla_form {
	background-image:url(../img/clientes/bg_form.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-size: 11px;
}
.descripcion {
	font-size: 11px;
	line-height: 25px;
}
#novedades h2 {
	margin-bottom: 0px;
}
.col_485 #nuevoTel {
	height: 150px;
	width: 485px;
	margin-bottom: 10px;
}
bodyCopia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.lastTitles {
	text-align: left;
	width: 267px;
	margin-left: 53px;
	margin-top: 10px;
}
.pie a {
	color: #F90;
}
.addthis_button {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 125px;
}
.mini {
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
.addthis_toolbox {
	background-color: #FFF;
	width: 175px;
	padding: 2px;
}
#promoMundial {
	position: absolute;
	height: 458px;
	width: 654px;
	left: 50%;
	top: 100px;
	margin-left: -327px;
	display: none;
	z-index: 1;
}
#legales {
	position:absolute;
	left:50%;
	top:50%;
	z-index:2;
	width: 314px;
	height: 336px;
	margin-top: -168px;
	margin-left: -157px;
	display: none;
}
#btnHeaderMundial {
	float: left;
	margin-top: 10px;
	margin-left: 300px;
}
#ini_pronet h1 {
	font-size: 18px;
	margin: 0px;
}
#cu3er-container {
	width:815px;
	outline:0;
	margin-bottom: 10px;
	min-height: 270px;
}
/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow 
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	/* The width of the gallery */
	width:813px;
	overflow:hidden;
	background-image: url(../img/panel.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#gallery #slides{
	/* This is the slide area */
	height:270px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:815px;
	overflow:hidden;
}
#gallery .slide{
	float:left;
}
#gallery #menu{
	/* This is the container for the thumbnails */
	height:45px;
	width: 302px;
	margin-right: auto;
	margin-left: auto;
}
#gallery ul{
	padding:0px;
	margin: 0px;
}
#gallery li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	float: left;
	text-align: center;
}
#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}
#gallery li.act,#gallery li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}
#gallery li.act a{
	cursor:default;
}
#gallery .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}
#gallery li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}
.mensajeOk {
	font-size: 11px;
	color: #060;
	background-color: #D9FFD9;
	display: block;
	padding: 10px;
}
.mensajeError {
	font-size: 11px;
	color: #C00;
	background-color: #FFD7D7;
	display: block;
	padding: 3px;
}
#quick_contact #formQuickContact .inputError{
	color: #C00;
	background-color: #FFDFDF;
	border: 1px solid #C00;
}

#quick_contact {
	background-color: #F90;
}
#quick_contact h4 {
	display: block;
	width: 145px;
	margin: 0px;
	padding: 5px;
	color: #FFF;
	background-color: #F30;
}
#quick_contact #formQuickContact {
	padding: 5px;
}
#quick_contact input {
	width: 135px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: 1px solid #ABADB3;
	font-size: 11px;
	color: #999;
	padding: 5px;
}
#quick_contact input:focus {
	border: 1px solid #F60;
	color: #F60;
	outline: none;
}
#quick_contact #formQuickContact #quick_enviar {
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	width: auto;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	margin-bottom: 0px;
}
#quick_contact p {
	margin: 0px;
}

