/* ------ XERINTEL -------- */
body {
    /* border-top: 5px solid #7eba00; */
    width: 100%;
    margin: auto;
    /*	overflow:-moz-scrollbars-vertical; */
}

.contenedorGeneral {
    width: 955px;
    margin: 0 auto;
}

a {
    color: #299cd4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 12px;
    padding: 5px 0px 2px 0px;
    color: #7eba00;
}

h2 {
    font-weight: normal;
    padding: 0px 0px 4px 0px;
}

#destacado1 {
    color: #7eba00;
    font-weight: bold;
}

#destacado2 {
    color: #299cd4;
    font-weight: bold;
}

#break {
    clear: both;
}

#cabecera {
    background: url('../media/imgs/logotipo.jpg');
    width: 115px;
    background-repeat: no-repeat;
    background-position: 0px 15px;
    height: 75px;
}

#slogan {
    height: 30px;
    background: url('../media/imgs/slogan.jpg');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    border-bottom: 1px solid #e5e5e5;
}

#central {
    width: 730px;
    float: left;
    clear: both;
}

#central div#registrodominio1 {
    margin: 10px 0px 0px 0px;
    padding: 2px 0px 1px 10px;
    background: #299cd4;
    line-height: 20px;
    height: 20px;
    font-size: 10px;
}

#central div#registrodominio1 div {
    height: 20px;
    line-height: 20px;
    float: left;
}

#central div#registrodominio1 div#margen20 {
    margin: 0px 0px 0px 20px;
}

#central div#registrodominio1 div#margen5 {
    margin: 1px 0px 0px 5px;
}

#central div#registrodominio1 input#inputdominio {
    height: 12px;
    line-height: 12px;
    width: 150px;
    font-size: 8px;
    color: #494949;
    border: 1px solid #008bcc;
}

#central div#registrodominio1 div#botoncomprueba {
    height: 15px;
    width: 108px;
    background: #008bcc;
    border: 1px solid #299cd4;
    float: left;
    text-align: center;
    clear: both;
}

#central div#registrodominio1 div#botoncomprueba a {
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}

#central div#registrodominio2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    background: #008bcc;
    line-height: 20px;
    height: 20px;
}

#central div#imagen {
    height: 245px;
    /*	 height: 268px; */
    border: 1px solid #7eba00;
    background: url('../media/imgs/img01.jpg');
    /*  background: url('../media/images/galeria/003.jpg'); */
    background-repeat: no-repeat;
}

#central div#imagen div#texto {
    width: 315px;
    float: right;
    padding: 10px;
    line-height: 15px;
}

/*
 #botonera {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 35px;
 background: url('../media/imgs/botonera_bg.gif');
 background-repeat: repeat-x;
 }
 
 #botonera ul {
 border: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }
 
 #botonera ul li {
 height: 35px;
 padding: 0px 0px 0px 0px;
 float: left;
 text-align: center;
 margin: 0;
 }
 
 #botonera ul li a {
 padding: 0px 7px 0px 7px;
 line-height: 35px;
 margin: 0px 0px 0px 0px;
 color: #ffffff;
 text-decoration: none;
 display: block;
 text-align: center;
 }
 
 #botonera ul li a:hover {
 display: block;
 padding: 0px 7px 0px 7px;
 float: left;
 background: url('../media/imgs/botonera_over.gif');
 background-repeat: repeat-x;
 text-align: center;
 margin: 0;
 color: #fff;
 }
 
 #botonera ul li ul {
 position: absolute;
 top: 143px;
 width: auto;
 display: none;
 }
 
 #botonera ul li ul li {
 display: block;
 clear: both;
 width: 157px;
 background: #009DE0;
 line-height: 20px;
 height: 20px;
 border-bottom: 1px solid #fff;
 padding: 0;
 margin: 0;
 }
 
 #botonera ul li ul li a {
 background: none;
 display: block;
 text-align: left;
 width: 147px;
 clear: both;
 line-height: 20px;
 height: 20px;
 
 margin: 0;
 }
 
 #botonera ul li:hover ul, #botonera ul li.over ul {
 display: block;
 width: 150px;
 z-index: 1000;
 }
 
 #botonera ul li:hover ul li {
 line-height: 20px;
 height: 20px;
 }
 
 #botonera ul li:hover ul li a:hover, #botonera ul li:hover ul li:hover, #botonera ul li:hover ul li.over, #botonera ul li.over ul li a:hover {
 text-decoration: none;
 color: #FFF;
 cursor: pointer;
 line-height: 20px;
 height: 20px;
 background: #009DE0;
 padding:0;
 }
 
 */
.botoneraCategorias {
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    clear: both;
    margin-top: 0px;
    background: #7FB61C;
}

.botoneraCategorias .fix {
    width: 1000px;
    margin: 0 auto;
}

.botoneraCategorias ul {
    border: 0;
    list-style-type: none;
    display: inline;
}

.botoneraCategorias ul li {
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: left;
    color: #fff;
}

.botoneraCategorias ul li a {
    line-height: 30px;
    height: 30px;
    color: #fff;
    padding: 0 7px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

.botoneraCategorias ul li a:hover, .botoneraCategorias ul li:hover {
    background: #628F11;
    color: #fff;
    line-height: 30px;
    height: 30px;
}

.botoneraCategorias ul li ul {
    position: absolute;
    top: 137px;
    width: auto;
    display: none;
}

.botoneraCategorias ul li ul li {
    display: block;
    clear: both;
    width: 157px;
    background: #009DE0;
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0;
}

.botoneraCategorias ul li ul li a {
    background: none;
    display: block;
    text-align: left;
    width: 147px;
    clear: both;
    line-height: 20px;
    height: 20px;
    /*padding: 4px 0 4px 12px;*/
    padding: 0 0 0 10px;
    margin: 0;
}

.botoneraCategorias ul li:hover ul, .botoneraCategorias ul li.over ul {
    display: block;
    width: 150px;
    z-index: 1000;
}

.botoneraCategorias ul li:hover, .botoneraCategorias ul li.over {
    line-height: 30px;
    height: 30px;
    color: #174592;
}

.botoneraCategorias ul li:hover ul li {
    line-height: 20px;
    height: 20px;
}

.botoneraCategorias ul li:hover a, .botoneraCategorias ul li.over a {
    background-image: none;
    color: #FFF;
    line-height: 20px;
    height: 20px;
}

.botoneraCategorias ul li:hover ul li a:hover, .botoneraCategorias ul li:hover ul li:hover, .botoneraCategorias ul li:hover ul li.over, .botoneraCategorias ul li.over ul li a:hover {
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
}

.botoneraCategorias a:hover {
    text-decoration: none;
    color: #154693;
}

.botoneraCategorias ul li:hover ul, .botoneraCategorias ul li:hover ul, .botoneraCategorias ul li:hover ul, .botoneraCategorias ul li.over ul {
}

#cajatipo01 {
    width: 354px;
    height: 164px;
    margin: 20px 20px 0px 0px;
    float: left;
}

#cajatipo02 {
    width: 354px;
    height: 164px;
    margin: 20px 0;
    float: left;
}

#cont0304 {
    width: 505px;
    height: 410px;
    clear: both;
    float: left;
    margin: 0px 0px 15px 0px;
}

#cajatipo03, #cajatipo04 {
    width: 495px;
    height: 164px;
    margin: 20px 0;
    float: left;
    clear: both;
}

#cajatipo05 {
    width: 190px;
    height: 367px;
    margin: 20px 0px 0px 15px;
    float: left;
}

#cajatipo01 div#titulo, #cajatipo02 div#titulo {
    width: 344px;
    height: 20px;
    background: #7eba00;
    border: 1px solid #7eba00;
}

#cajatipo01 div#contenido, #cajatipo02 div#contenido {
    width: 354px;
    height: 162px;
    margin: 1px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}

#cajatipo03 div#titulo, #cajatipo04 div#titulo {
    width: 495px;
    height: 20px;
    background: #7eba00;
    border: 1px solid #7eba00;
}

#cajatipo03 div#contenido, #cajatipo04 div#contenido {
    width: 505px;
    height: 162px;
    margin: 1px 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}

#cajatipo05 div#titulo {
    width: 200px;
    height: 20px;
    background: #7eba00;
    border: 1px solid #7eba00;
}

#cajatipo05 div#contenido {
    width: 210px;
    height: 367px;
    margin: 1px 0;
    border: 1px solid #d8d8d8;
}

#cajatipo01 div#contenido div, #cajatipo02 div#contenido div {
    width: 200px;
    float: right;
    padding: 5px 10px;
}

#cajatipo03 div#contenido div, #cajatipo04 div#contenido div {
    width: 250px;
    float: right;
    padding: 5px 10px;
}

#cajatipo03 div#contenido div, #cajatipo04 div#contenido div {
    width: 250px;
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#cajatipo04 div#contenido {
    background-repeat: no-repeat;
    background-image: url(../media/imgs/registrodominios.jpg);
    background-position: left bottom;
}

#cajatipo05 div#contenido div {
    width: 195px;
    padding: 10px 10px 0px 10px;
}

#cajatipo05 div#contenido {
    background: url('../media/imgs/tiendavirtual.jpg');
    background-repeat: no-repeat;
    background-position: 10px 190px;
}

#cajatipo03 div#contenido {
    background: url('../media/imgs/alojamiento.jpg');
    background-repeat: no-repeat;
}

#cajatipo02 div#contenido {
    background: url('../media/imgs/webcorporativa.jpg');
    background-repeat: no-repeat;
}

#cajatipo01 div#contenido {
    background: url('../media/imgs/disenografico.jpg');
    background-repeat: no-repeat;
}

#pie {
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px 0px 0px;
    width: 955px;
}

#pie p {
    line-height: 14px;
}

#derecha {
    float: right;
    margin: 10px 0px 0px 0px;
    width: 210px;
}

/*
 #derecha div#acceso{
 width:210px;
 height:290px;
 margin:0px 0px 20px 0px;
 }
 */
#derecha div#acceso {
    width: 210px;
    margin: 0px 0px 20px 0px;
}

#acceso div#titulo, #atencion div#titulo, #distribuidor div#titulo, #trabajadores div#titulo, #cuida div#titulo, #soporte div#titulo, #clientes div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

/*
 #acceso div#contenido{
 background:#fff;
 border:1px solid #d8d8d8;
 height:255px;
 margin:1px 0px 0px 0px;
 padding:10px 10px 0px 10px;
 
 }
 */
#acceso div#contenido {
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 1px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
}

#acceso div#contenido div#encabeza {
    border-bottom: 1px solid #7eba00;
}

#acceso div#contenido #login {
    padding: 5px 0 0 0;
    clear: both;
    height: 90px;
}

/*
 #acceso div#contenido #login{
 padding:5px 0 0 0;
 clear:both;
 height:80px;
 }
 */
#login div#etiquetas {
    width: 75px;
    float: left;
}

#login div#cajas {
    width: 110px;
    float: right;
}

#login div#cajas input {
    font-size: 10px;
    width: 108px;
    height: 15px;
    border: 1px solid #d8d8d8;
    color: #333333;
}

#login div#etiquetas div {
    line-height: 19px;
    height: 19px;
    text-align: right;
    margin: 0px 0px 8px 0px;
}

#login div#cajas div {
    margin: 0px 0px 8px 0px;
}

#login div#entrar {
    height: 17px;
    width: 108px;
    background: #7eba00;
    border: 1px solid #d8d8d8;
    float: right;
    text-align: center;
    clear: both;
}

#login div#entrar a {
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#webmail {
    background: url('../media/imgs/webmailicono.jpg');
    background-repeat: no-repeat;
    background-position: right 5px;
    height: 52px;
    margin: 0px 0px 10px 0px;
}

#webmail div {
    padding: 0px 0px 0px 0px;
}

#webmail div input {
    font-size: 10px;
    width: 108px;
    height: 15px;
    border: 1px solid #d8d8d8;
    color: #333333;
}

#derecha div#atencion {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#distribuidor {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#trabajadores {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#cuida {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#futbol {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#ayuda {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#soporte {
    width: 210px;
    height: 123px;
    margin: 0px 0px 25px 0px;
}

#derecha div#clientes {
    margin: 0px 0px 17px 0px;
}

#futbol div#contenido {
    background: url('../media/imgs/futbol.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#quienes div#contenido {
    background: url('../media/imgs/nuestro-equipo2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 100px;
    margin: 1px 0px 0px 0px;
}

#derecha div#quienes {
    width: 210px;
    height: 115px;
    margin: 0px 0px 25px 0px;
}

#quienes div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#ayuda div#contenido {
    background: url('../media/imgs/ayuda.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#atencion div#contenido {
    background: url('../media/imgs/asistencia.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#distribuidor div#contenido {
    background: url('../media/imgs/distribuidor');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#trabajadores div#contenido {
    background: url('../media/imgs/trabaja.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#cuida div#contenido {
    background: url('../media/imgs/cuidamos.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#soporte div#contenido {
    background: url('../media/imgs/st.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#cuida div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#cuida div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#cuida div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#cuida div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#atencion div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#atencion div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#atencion div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#atencion div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#distribuidor div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#distribuidor div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#distribuidor div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#distribuidor div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#trabajadores div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#trabajadores div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#trabajadores div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#trabajadores div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#futbol div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#futbol div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#futbol div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#futbol div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#ayuda div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#ayuda div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#ayuda div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#ayuda div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#soporte div#contenido div#texto {
    width: 105px;
    padding: 10px 0px 10px 10px;
    font-size: 11px;
}

#soporte div#contenido div#telefono {
    padding: 10px 0px 0px 10px;
}

#soporte div#contenido div#telefono2 {
    padding: 3px 0px 0px 10px;
}

#soporte div#contenido div#soporte {
    padding: 5px 0px 0px 10px;
}

#clientes div#contenido {
    background: #fff;
    border: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
}

#clientes div#contenido div#imagencliente {
    padding: 0px 0px 0px 0px;
    height: 310px;
}

#clientes div#contenido div#imagencliente div#first2 img {
    width: 193px;
    height: 350px;
}

#clientes div#contenido div#imagencliente div#carrusel {
    /*border: 1px solid #7eba00;/*/
    width: 207px;
    margin: 0px 0px 0px 0px;
}

#clientes div#contenido div#info {
    padding: 0px 0px 0px 10px;
}

#clientes div#contenido div#info a {
    color: #299cd4;
    text-decoration: none;
}

#clientes div#contenido div#info a:hover {
    text-decoration: underline;
}

/* WEB CORPORATIVA */
#wc_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: #fff;
    background-repeat: no-repeat;
}

/* // WEB CORPORATIVA */
#aplicaciones_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/web_aplicaciones.jpg');
    background-repeat: no-repeat;
}

/* DISEÑO GRAFICO */
#dg_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_disenografico.jpg');
    background-repeat: no-repeat;
}

#diseno_col01 {
    margin: 20px 0 0 0;
    width: 460px;
    min-height: 650px;
    float: left;
}

#diseno_col01Long {
    margin: 20px 0 0 0;
    width: 720px;
    min-height: 650px;
    float: left;
}

#diseno_col01 div#txt div, #diseno_col01Long div#txt div {
    margin: 0px 0px 18px 0px;
    line-height: 25px;
}

#diseno_col01 div#txt div span, #diseno_col01Long div#txt div span {
    color: #299cd4;
}

#txtimput {
    color: #7d7d7d;
    margin: 0px 0px 5px 0px;
    line-height: 25px;
    font-size: 12px;
}

#diseno_col02 {
    margin: 20px 0 0 0;
    width: 250px;
    float: right;
}

/* // DISEÑO GRAFICO */
/* WEB CORPORATIVA */
#wc_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_webcorporativa02.jpg');
    background-repeat: no-repeat;
}

/* WEB CORPORATIVA */
#wc_remoto {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_remoto.jpg');
    background-repeat: no-repeat;
}

#wc_mioficinaweb {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/wc_mioficinaweb.jpg');
    background-repeat: no-repeat;
}

/* WEB CORPORATIVA */
#wc_aplicaciones {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/aplicacionesonline.jpg');
    background-repeat: no-repeat;
}

/* // WEB CORPORATIVA */
/* TIENDAVIRTUAL */
#wc_tiendavirtual {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_tiendavirtual.jpg');
    background-repeat: no-repeat;
}

/* // TIENDAVIRTUAL  */
/* ALOJAMIENTO */
#alj_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_alojamiento.jpg');
    background-repeat: no-repeat;
}

/* // ALOJAMIENTO */
/* DOMINIO */
#dom_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_dominio.jpg');
    background-repeat: no-repeat;
}

/* // DOMINIO */
/* PLAN EMPRESA */
#pe_imagen {
    height: 264px;
    border: 1px solid #7eba00;
    background: url('../media/imgs/img_planempresa.jpg');
    background-repeat: no-repeat;
}

/* // PLAN EMPRESA*/
/* SLIDESHOW CARTERA CLIENTES */
#slideshow {
    text-align: center;
    padding: 0px 0px 10px 0px;
    border: 1px solid #d8d8d8;
}

/* //SLIDESHOW CARTERA CLIENTES */
/* ACCORDION */
.accordion_toggle {
    display: block;
    height: 25px;
    width: 230px;
    /* background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a; */
    background: #7eba00;
    padding: 0 10px 0 10px;
    line-height: 25px;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-size: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    margin: 0 0 0 0;
}

.accordion_toggle_active {
    /* background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f; */
    background: #299cd4;
    color: #ffffff;
    border-bottom: 0px solid #fff;
}

.accordion_content {
    background-color: #fff;
    color: #444444;
    overflow: hidden;
}

.accordion_content p {
    margin: 3px 0 10px 0;
    padding: 10px 10px 5px 10px;
    line-height: 16px;
    border: 1px solid #f1f1f1;
}

#vertical_container {
    margin: 0px 0px 20px 0px;
}

/* // ACCORDION */
#formulariocontactodom {
    border: 1px solid #dfdfdf;
    width: 440px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

#formulariocontactodom .botonformulario {
    background: url('../media/imgs/boton60.gif');
    height: 22px;
    color: #494949;
    font-size: 11px;
    border: none;
    cursor: pointer;
    line-height: 22px;
}

.botonformularioP {
    background: url('../media/imgs/boton60.gif');
    height: 22px;
    color: #494949;
    font-size: 11px;
    border: none;
    cursor: pointer;
    line-height: 22px;
}

/* FORMULARIO DE CONTACTO (Con tipos incluidas) */
#formulariocontacto {
    border: 1px solid #dfdfdf;
    width: 440px;
    margin: 0px 0px 20px 0px;
}

#formulariocontacto div#txt {
    padding: 10px 15px 10px 13px;
    line-height: 16px;
}

#formulariocontacto div#campos {
    padding: 0px 0px 20px 13px;
}

#formulariocontacto div#campo {
    float: left;
    width: 210px;
    margin: 0px 0px 10px 0px;
}

#formulariocontacto div#campo input {
    font-size: 10px;
    width: 195px;
    height: 15px;
    border: 1px solid #d8d8d8;
    color: #333333;
}

#formulariocontacto div#campoarea {
    float: left;
    width: 404px;
    margin: 0px 0px 10px 0px;
}

#formulariocontacto div#campoarea textarea {
    width: 404px;
    overflow: hidden;
    height: 80px;
    border: 1px solid #d8d8d8;
    font-size: 10px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
}

#formulariocontacto div#campoboton {
    float: left;
    width: 406px;
    margin: 0px 0px 10px 0px;
    height: 22px;
    line-height: 22px;
}

#formulariocontacto div#campoboton div {
    float: right;
    line-height: 24px;
    height: 24px;
}

#formulariocontacto div#campoboton div#boton {
    float: left;
    line-height: 22px;
    height: 22px;
}

#formulariocontacto div#campoboton div label {
    height: 22px;
    line-height: 22px;
    color: #333333;
}

#formulariocontacto .botonformulario {
    background: url('../media/imgs/boton60.gif');
    width: 60px;
    height: 22px;
    color: #494949;
    font-size: 11px;
    border: none;
    cursor: pointer;
    line-height: 22px;
}

/* PLAN EMPRESA */
#remoto div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 8px;
}

#remoto div#titulo {
    width: 240px;
    height: 20px;
    background: #299cd4;
    border: 1px solid #299cd4;
}

#remoto {
    width: 250px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#remoto div#contenido {
    background: url('../media/imgs/remoto.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#remoto div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

#mioficinaweb div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 8px;
}

#mioficinaweb div#titulo {
    width: 240px;
    height: 20px;
    background: #299cd4;
    border: 1px solid #299cd4;
}

#mioficinaweb {
    width: 250px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#mioficinaweb div#contenido {
    background: url('../media/imgs/telefono2.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#mioficinaweb div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* PLAN EMPRESA */
#descarga div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 8px;
}

#descarga div#titulo {
    width: 240px;
    height: 20px;
    background: #299cd4;
    border: 1px solid #299cd4;
}

#descarga {
    width: 250px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#descarga div#contenido {
    background: url('../media/imgs/descarga.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#descarga div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* PLAN EMPRESA */
#descarga2 div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 8px;
}

#descarga2 div#titulo {
    width: 240px;
    height: 20px;
    background: #299cd4;
    border: 1px solid #299cd4;
}

#descarga2 {
    width: 250px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#descarga2 div#contenido {
    background: url('../media/imgs/telefono.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#descarga2 div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* // FORMULARIO DE CONTACTO */
/* PLAN EMPRESA */
#planempresa div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 8px;
}

#planempresa div#titulo {
    width: 240px;
    height: 20px;
    background: #299cd4;
    border: 1px solid #299cd4;
}

#planempresa {
    width: 250px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#planempresa div#contenido {
    background: url('../media/imgs/planempresabanner.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#planempresa div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* PLAN EMPRESA DERECHA */
#cuidamos div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#cuidamos div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#cuidamos {
    width: 210px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#cuidamos div#contenido {
    background: url('../media/imgs/cuidamos.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#cuidamos div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* -- */
#google div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#google div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#futbol div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#futbol div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#ayuda div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#ayuda div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#google {
    width: 210px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#google div#contenido {
    background: url('../media/imgs/google.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#google div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* -- */
#distribuidor div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#distribuidor div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#distribuidor {
    width: 210px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#distribuidor div#contenido {
    background: url('../media/imgs/distribuidor.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#distribuidor div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

/* -- */
#trabaja div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
}

#trabaja div#titulo {
    width: 200px;
    height: 20px;
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
}

#trabaja {
    width: 210px;
    height: 123px;
    margin: 0px 0px 20px 0px;
}

#trabaja div#contenido {
    background: url('../media/imgs/trabaja.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #d8d8d8;
    height: 103px;
    margin: 1px 0px 0px 0px;
}

#trabaja div#contenido div#texto {
    width: 125px;
    padding: 10px 0px 0px 10px;
}

#olvide {
    margin: 10px 0px 10px 0px;
}

/* TIPOS */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7d7d7d;
}

#central div#registrodominio1 {
    color: #fff;
}

#central div#registrodominio1 form {
    margin: 0px;
    padding: 0px;
    line-height: 12px;
}

#central div#registrodominio2 {
    color: #fff;
}

#central div#imagen div#texto span#destacado01 {
    color: #7eba00;
    font-weight: bold;
}

#central div#imagen div#texto span#destacado02 {
    color: #299cd4;
    font-weight: bold;
}

#botonera ul li a {
    font-size: 12px;
    color: #fff;
    /*font-weight: bold;*/
    line-height: 35px;
}

#cajatipo01 div#titulo, #cajatipo02 div#titulo, #cajatipo03 div#titulo, #cajatipo04 div#titulo, #cajatipo05 div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    color: #fff;
    font-weight: bold;
}

#cajatipo01 div#contenido div, #cajatipo02 div#contenido div, #cajatipo03 div#contenido div, #cajatipo04 div#contenido div, #cajatipo05 div#contenido div {
    line-height: 18px;
}

#cajatipo01 div#contenido div a, #cajatipo02 div#contenido div a, #cajatipo03 div#contenido div a, #cajatipo04 div#contenido div a, #cajatipo05 div#contenido div a {
    color: #299cd4;
    text-decoration: none;
}

#cajatipo01 div#contenido div a:hover, #cajatipo02 div#contenido div a:hover, #cajatipo03 div#contenido div a:hover, #cajatipo04 div#contenido div a:hover, #cajatipo05 div#contenido div a:hover {
    text-decoration: underline;
}

#acceso div#titulo, #atencion div#titulo, #distribuidor div#titulo, #trabajadores div#titulo, #cuida div#titulo, #futbol div#titulo, #ayuda div#titulo, #clientes div#titulo, #soporte div#titulo, #planempresa div#titulo, #cuidamos div#titulo, #trabaja div#titulo, #distribuidor div#titulo {
    line-height: 20px;
    text-transform: uppercase;
    padding: 0px 0px 0px 8px;
    font-size: 11px;
}

#acceso div#contenido div#encabeza {
    color: #7eba00;
}

#atencion div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#atencion div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#distribuidor div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#distribuidor div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#trabajadores div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#trabajadores div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#cuida div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#cuida div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#futbol div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#futbol div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#ayuda div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#ayuda div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#soporte div#contenido div#telefono {
    font-size: 15px;
    color: #7eba00;
    font-weight: bold;
}

#soporte div#contenido div#telefono2 {
    font-size: 11px;
    color: #7eba00;
}

#pie a {
    color: #7d7d7d;
}

/* NOTICIAS */
.titulo_noticias {
    background: #299cd4;
    margin: 10px 0 0 0;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.titulo_noticias_txt {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    color: #fff;
    font-weight: bold;
}

.caja_noticias {
    background: #f4f4f4;
    clear: both;
}

.caja_noticias div.noticia {
    padding: 10px 10px 5px 10px;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #fff;
}

.caja_noticias div.imagen {
    float: left;
    width: 190px;
    margin: 10px 0 0 10px;
}

.caja_noticias div.imagen img {
    width: 180px;
    border: 1px solid #fff;
}

.caja_noticias div.txt {
    float: left;
    width: 520px;
}

.caja_noticias div.txt div.titulo {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px;
}

.caja_noticias div.txt div.contenido {
    line-height: 16px;
}

.tituloNoticia {
    background: #299cd4;
    margin: 10px 0 0 0;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.tituloNoticiaItem {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px 0;
}

.tituloNoticia span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.noticiaItem {
    background: #f4f4f4;
    border-bottom: 1px dotted #fff;
    padding: 10px;
}

.nofoto {
    width: 710px;
}

.sifoto {
    width: 520px;
    float: right;
    text-align: left;
}

.cajaUno {
    width: 360px;
    background: #fff;
    float: left;
    margin: 0 10px 10px 0;
}

.imagenNoticia {
    float: left;
    width: 180px;
}

.imagenNoticia img {
    border: 1px solid #666;
}

.tituloNoticiaItem a {
    text-decoration: none;
    color: #666;
}

.subtituloNoticia {
    line-height: 16px;
}

.cajaUno div.tit {
    background: #7eba00;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.cajaUno div.tit span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.cajaUno div.cont {
    border: 1px solid #ccc;
    background: #fff;
    height: 160px;
}

.cajaUno div.cont div.ilus {
    width: 136px;
    float: left;
}

.cajaUno div.cont div.texto {
    line-height: 18px;
    padding: 10px 5px 0 15px
}

.cajaUno div.cont div.texto p.enlace {
    margin: 5px 0 0px 0
}

.cajaDos {
    width: 360px;
    background: #fff;
    float: left;
}

.cajaDos div.tit {
    background: #7eba00;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.cajaDos div.tit span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.cajaDos div.cont {
    border: 1px solid #ccc;
    background: #fff;
    height: 160px;
}

.cajaDos div.cont div.ilus {
    width: 137px;
    float: left;
}

.cajaDos div.cont div.texto {
    width: 205px;
    line-height: 16px;
    padding: 10px 5px 0 10px;
    float: left;
}

.cajaDos div.cont div.texto p.enlace {
    margin: 5px 0 0px 0
}

.contieneCajas {
    width: 495px;
    margin: 0 10px 0 0;
    float: left;
}

.cajaTres {
    width: 100%;
    margin: 0 0 10px 0;
}

.cajaTres div.tit {
    background: #7eba00;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.cajaTres div.tit span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.cajaTres div.cont {
    background: #fff;
    border: 1px solid #ccc;
    height: 160px;
}

.cajaTres div.cont div.ilus {
    width: 247px;
    float: left;
}

.cajaTres div.cont div.texto {
    width: 225px;
    line-height: 16px;
    padding: 10px 5px 0 10px;
    float: left;
}

.cajaTres div.cont div.texto p.enlace {
    margin: 5px 0 0px 0
}

.cajaCuatro {
    width: 225px;
    float: right;
}

.cajaCuatro div.tit {
    background: #7eba00;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.cajaCuatro div.tit span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.cajaCuatro div.cont {
    background: #fff;
    border: 1px solid #ccc;
    height: 352px;
    margin: 0 0 10px 0;
}

.cajaCuatro div.cont div.ilus {
    width: 193px;
    text-align: center;
    padding: 0 0 0 15px
}

.cajaCuatro div.cont div.texto {
    padding: 10px 5px 0 5px;
    line-height: 16px;
}

.cajaCuatro div.cont div.texto p.enlace {
    margin: 5px 0 0px 0
}

.cajaCinco {
    width: 100%;
}

.cajaCinco div.tit {
    background: #7eba00;
    border-bottom: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
}

.cajaCinco div.tit span {
    padding: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 20px;
}

.cajaCinco div.cont {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 493px
}

.cajaCinco div.cont div.ilus {
    width: 231px;
    float: left;
}

.cajaCinco div.cont div.texto {
    width: 231px;
    float: left;
    line-height: 16px;
    padding: 10px 5px 0 10px;
}

.cajaCinco div.cont div.texto p.enlace {
    margin: 5px 0 0 0;
}

.encabezadoDes {
    margin: 10px 0 10px 0;
}

.TituloNoticiaDes {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

.subtituloNoticiaDes {
    font-style: italic;
    margin: 0 0 10px 0;
    line-height: 18px;
}

.imagenDes {
    width: 260px;
    float: left;
}

.imagenDes img {
    width: 250px;
    border: 1px solid #ccc;
}

.NoticiaDes {
    float: left;
    margin: 0 0 0 10px;
    width: 400px;
}

.imagenDes .marco {
    background: #f4f4f4;
    width: 245px;
    padding: 3px 2px 3px 5px;
    font-size: 10px;
    margin: 2px 0 10px 0;
}

.NoticiaDes_nofoto {
    width: 730px;
}

.DesarrolloNoticiaDes p, .DesarrolloNoticiaDes p em {
    line-height: 18px;
}

/* REDES SOCIALES */
.redesSociales {
    background: #F4F4F4;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
}

.redesSociales ul {
    height: 25px;
    line-height: 25px;
}

.redesSociales ul li {
    padding: 0 0 0 10px;
    float: left;
}

.redesSociales ul li a {
    color: #666;
    font-size: 10px;
    text-decoration: none;
}

img.iconoRed {
    width: 15px;
    vertical-align: middle;
    padding: 0 5px 2px 0;
}

.titRedes {
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
}