@import url("nav.css");
@import url("button.css");
@import url("planes.css");
@import url("contacto.css");
@import url("tablas.css");
@import url("mensajes.css");
@import url("clientes.css");

/* OFERTA SIDEBAR */
.oferta-sidebar a {
	display: block;
	width: 155px;
	width: 180px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	/*color: #fff;*/
	color: #f60;
	/*background-color: #ef590e;*/
	background-color: #ddd;
	padding: 8px 18px 8px 18px;
	padding: 15px 10px;
	font-weight: normal;
	border: 2px solid #3e7bc7;
	-moz-text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.oferta-sidebar a span {
	color: #000;
}

.oferta-sidebar a:hover {
	color: #f60;
	text-decoration: none;
}

/* ---------------------------- */


img.right {
	float: right;
}

#header-contact {
	display:block;
	width: 240px;
	/*height: 75px;*/
	height: 50px;
	/*margin-top: 37px;*/
	margin-top: 55px;
	margin-right: 40px;
	padding: 12px 14px;
	background-color: #fff;
	border: 4px solid #ddd;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header-contact p {
	text-align: right;
	padding: 2px 0;
	margin: 0;
}

#header-contact p.cel {
	display: block;
	height: 32px;
	font-size: 18px;
	padding-top: 6px;
	margin-bottom: 2px;
	background-image: url(http://www.herconet.com/wp-content/themes/herconet/images/phone.png);
	background-repeat: no-repeat;
	background-position: 30px 2px;
}

#header-contact p a {
	text-shadow: none;
}

#header-contact p a:hover {
}


.home-empresa {
	padding: 15px;
	margin: 20px auto;
	border: 6px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p {
	font-size: 14px;
	line-height: 19px;
}


/* forms */

.formulario-sidebar {
	display: block;
	width: 177px;
	padding: 10px;
}

.formulario-sidebar .campo input,
.formulario-sidebar .campo textarea {
	border: 1px solid #888;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}



.formulario {
	display:block; 
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 80px;
	width: 350px;
}

.formulario .campo {
	text-align: left;
}

.formulario .campo input {
	width: 350px;
}

.formulario .campo input,
.formulario .campo textarea {
	border: 1px solid #888;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wpcf7-form-control-wrap textarea {
	width: 350px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: red;
	display: block;
}

div.wpcf7-validation-errors {
	color: red;
	border: 1px solid #888;
	padding: 4px;
	margin-top: 6px;
}

div.wpcf7-mail-sent-ok {
	color: blue;
	border: 1px solid #888;
	padding: 4px;
	margin-top: 6px;
}


/* Botones Formulario */

.boton-form {
	display: block;
	font-size: 15px !important;
	font-weight: bold !important;
	color: #fff;
	background-color: #ef590e;
	padding: 7px 15px 7px 15px !important;
	border: 2px solid #3e7bc7 !important;
	text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
}

.boton-form:hover {
	cursor: pointer;
}

/* boton-accion */

.boton-act {
	display: block;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #fff;
	background-color: #ef590e;
	padding: 7px 15px 7px 15px !important;
	border: 2px solid #3e7bc7 !important;
/*
	text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
}

.boton-act:hover {
	cursor: pointer;
}

/* BOTON SOLICITAR SERVICIO */
.espacio-top {
	margin-top:30px;
}

.solicitar-servicio a {
	display: block;
	width: 155px;
	margin: 0 auto;
	font-size: 14px !important;
	text-align: center;
	color: #fff;
	background-color: #ef590e;
	padding: 8px 18px 8px 18px;
	font-weight: bold;
	border: 2px solid #3e7bc7;
	text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 4px 4px 15px gray;
	-moz-box-shadow: 4px 4px 15px gray;
	box-shadow: 4px 4px 15px gray;
}

.solicitar-servicio a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
}


.boton-accion a {
	display: block;
	width: 155px;
	margin: 0 auto;
	font-size: 14px !important;
	text-align: center;
	color: #fff;
	background-color: #3e7bc7;
	padding: 8px 18px 8px 18px;
	font-weight: bold;
	border: 2px solid #ccc;

/*	text-shadow: #000 1px 1px 3px;
	-moz-text-shadow: #000 1px 1px 3px;
	-webkit-text-shadow: #000 1px 1px 3px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 4px 4px 15px gray;
	-moz-box-shadow: 4px 4px 15px gray;
	box-shadow: 4px 4px 15px gray; */


    background: #4477a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#81a8cb), to(#4477a1) );
    background: -moz-linear-gradient(-90deg, #81a8cb, #4477a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#81a8cb', endColorstr='#4477a1');

}

.boton-accion a:hover {
	color: #fff;
	text-decoration: none;
	display: block;

    background: #81a8cb;
    background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
    background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');
}

/* ------------------------- */

/* Servicios - Portada */
.servicio {
  width: 300px; 
  padding: 0 5px 5px 5px;
  margin-top: 15px;
  font-size: 12px; 
  display:inline;
/*  border:1px solid red;*/
}

.linea-v {
  margin-top: 15px;
  margin-left: 15px;
  border-left: 2px solid #d8d3d5;
  height: 260px;
  width: 15px;
}

.servicio .titulo {
  font-weight:bold; 
  font-size: 16px;
  color: #1070b3;

text-shadow: #ccc 1px 1px 3px;
-moz-text-shadow: #ccc 1px 1px 3px;
-webkit-text-shadow: #ccc 1px 1px 3px;

}

.contenido {
  height: 220px;
/*  border:1px solid yellow;*/
}

.servicio a {
  display: block;
  width: 80px;
  height: 23px;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  background: url(http://herconet.com/wp-content/uploads/2010/01/ver-mas.png) 60px 0 no-repeat;
  float: right;
/*  border:1px solid yellow;*/
}

.textalignright {
  text-align: right;
}

.textalignleft {
  text-align: left;
}

/* ------------------------------ */

.precios-web p {
margin:0;
padding:5px;
display:block;
}

.info-text {
	text-align: center;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
}

a:focus { 
	outline: none; 
}

a, a:hover {
color: #096fb1;
/*font-size: 12px;*/

/*
text-shadow: #ccc 1px 1px 3px;
-moz-text-shadow: #ccc 1px 1px 3px;
-webkit-text-shadow: #ccc 1px 1px 3px;
*/
}

.content-column a, .content-column a:hover, .content-column a:visited, .content-column a:link {
	font-size: 14px !important;
	color: ##06C !important;
}

ul.puntos {
	margin: 20px 0px 30px 0px !important;
	list-style-image: url('images/tick1.png') !important;
}

ul.puntos li {
}


#sidebar h2.seccion-titulo {
    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
	border-radius: 8px;	
	background-color: #6794cb;
	color: #fff;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align:left;	
	font-weight: bold;
	font-size: 15px;
}

ul.seccion-nombre a{
	color:#808080; 
	font-size: 12px; 
	font-weight: normal;
}

.titlepag, .pagetitle {
	background-color: #6794cb;
	color: #fff;
	margin: 10px 0;
	padding: 10px 0;

	text-align:center;	
	font-weight: bold;
	font-size: 20px;

	text-shadow: #686972 1px 1px 4px;
	-moz-text-shadow: #686972 1px 1px 4px;
	-webkit-text-shadow: #686972 1px 1px 4px;

    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	border-radius: 8px;
}

.titlepag  a{
	color: #fff;
}

.titlepag  a:hover{
	color: #fff;
}

.info {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	text-align: left;
	line-height: 19px;
}

.info ul.no-incluido{
	list-style-image: url("images/minus_round.png");
}

/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	/*font-size: 62.5%;*/
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #686972;
	text-align: center;
	background-image: url('images/bg/bg33.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {	
	margin: 0 auto;
	padding: 0;
	background-color: #398bbd;
	/*margin-bottom: 10px;*/
	width: 960px;
	height: 180px;	

/*	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
    	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;*/
}

#headerimg {
	display: block;
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	width: 450px;
	height: 150px;

	background-color: #398bbd;
	background-image: url("images/herconet-logotipo.jpg");
	background-repeat: no-repeat;
/*	background: transparent url("images/navidad.jpg") no-repeat;*/
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background-color: transparent;
}

#page {
	text-align: left;
	background-color: #fff;
	
	/*-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;*/

	padding-top: 10px;

/*-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;*/
/*box-shadow: -5px -5px 0px 0px #888;	*/

}

#headerimg span {
	display:none;
}

small {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 15px;
	text-align: center;
	}

h2 {
	font-size: 20px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2 {
	color: #2d7094;
	font-size: 16px;
	padding-bottom: 10px;
}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry {
}

.entry p a:visited {
	color: #333;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */

.content-column {
	padding: 0px 40px 30px 40px;
	float: left;
	width: 655px;	
	font-size: 14px;
	/*border: 1px solid green;*/
}

.post {
	margin: 0 0 40px;
	text-align: left;
}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	margin: 0 auto;
	width: 960px;
	height: 100px;
	clear: both;
	/*border-top: 4px solid #808080;*/
	background-color: transparent;
	/*border: 1px solid red;*/
}

#footer-info p a, #footer p a {
	color: #fff;
	text-shadow: none;
	text-decoration: underline;
}

/* MENU -TOP */
#menu-top {
	margin: 0;
	padding: 0;
	background-color: #2D2D2D;
}

#menu-top #menu-top-content {
	margin: 0 auto;
	width: 960px;
	text-align: right;
	padding-right: 60px;
	/*border: 1px solid white;*/
}

#menu-top p {
	padding: 10px 0;
	margin: 0;
	font-size: 11px;
	color: #fff;
	line-height: 12px;
}

#menu-top p a {
	text-decoration: none;
	color: #fff;
	text-shadow: none;
}

#menu-top p a:hover {
	text-decoration: underline;
}
/* --- */

/* End Structure */

/*	Begin Headers */
h1 {
	margin: 0;
	padding: 0;
	}

h2 {

}

.post h2, 
.post h2 a {
	background-color: #6794cb;
	color: #fff;
	margin: 10px 0;
	padding: 10px;

	font-weight: bold;
	font-size: 20px;

	/*text-shadow: #686972 1px 1px 4px;
	-moz-text-shadow: #686972 1px 1px 4px;
	-webkit-text-shadow: #686972 1px 1px 4px;
    	-moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
	border-radius: 8px;	*/
}

.post h3,
.post h3 a {
	background-color: #888;
	color: #fff;
	margin: 15px 0px;
	padding: 8px 10px;

	text-align:left;	
	font-weight: bold;
	font-size: 18px;
}

/* mi primer sitio web - basico */
h2.prodweb {
	padding: 10px 20px;
/*	background-color: #EF590E;*/
background-color: ##6794CB;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #686972 1px 1px 4px;
	-moz-text-shadow: #686972 1px 1px 4px;
	-webkit-text-shadow: #686972 1px 1px 4px;
}

/* -------------------------------- */

.post span.fecha {
	font-size: 12px;
	float: right;
	padding: 2px;
	color: #888;
}

.post div.metadata {
	padding-right: 2px;
	margin-bottom: 40px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0;
	padding: 0;
	list-style-image: url("images/accept_green.png");
	padding-left: 40px;
	text-indent: 0px;
}

html>body .entry li {
	margin: 8px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	/*border: 1px solid red;*/
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	/*border: 1px solid green;*/
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;

	border: 1px solid #888;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;

	border: 1px solid #888;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	}
/*
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
*/
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.comment {
	background-color: #ddd;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
background-color: white;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{	
	padding-top: 16px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 20px;
	float: right;
	width: 200px;
	background-color: #fff;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.breadcrumbs {
	border: 1px solid #666;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


#mce-EMAIL {
	width: 180px !important;
}
