* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	background: #FFF url(images/bg.jpg) repeat-x;
	text-align: center;
	height: 100%;
}

/* enlaces */
a { background: inherit; color: #72A545; }
a:hover { background: inherit; color: #006699; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #65944A;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #72A545;
}
ul span, ol span {
	color: #333;
}

/* images
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}*/
a img {
  border: 2px solid #72A545;
}
a:hover img {
  border: 2px solid #806B4D 
  border: 2px solid #72A545;
}

/*code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #72A545;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}*/

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	float:left;
	width:180px;
	padding-right:15px;
	text-align:right;
}
input {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	width:220px;
	float:left;
	height:20px;
}
textarea {
	width:220px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #333;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox {
	width: 130px;
	color: #333;
	height: 20px;
	padding: 2px;
	vertical-align: top;
}
.searchform input.button {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;
	font: bold 4em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content #slogan {
	position: absolute;
	font: bold 1.1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* Menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}

/* cabecera Imagen */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px;
}
.submenu {width:800px; padding-left:38px; line-height:24px; height:24px; margin:auto; font-size:14px; color:#FFFFFF;}
.txt_submnu {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
a.txt_submnu:hover {color:#75a954; text-decoration:none;}
.txtdiv {color:#75a954;}

/* contenido */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* Barra Derecha*/
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;
}
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;
}

/* main */
#main {
	float: left;
	width: 68%;
	margin: 0 0 10px 0; padding: 0;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
#main_instaladores {
	float: left;
	width: 100%;
	margin: 0 0 10px 0; padding: 0;
}
.post_instaladores {
	margin: 0; padding: 0 5px;
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	width:750px;
	padding-bottom:10px;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
}
.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
}
#footer h3, #footer p {
	margin-left: 0;
}
#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/*Pentacorp*/
.box_not_listado {
	width:485px;
	float:left;
	margin:5px 10px;
}
.box_not_listado p {padding:0px; margin:0px; line-height:normal;}
.box_not_listado strong {padding:0px; margin:0px; line-height:normal; color:#65944a;}
.img_not_ch {
	width:75px;
	height:56px;
	float:left;
	margin-right:10px;
	border:1px solid #f2f21a;
}
.descripcion_noticia_corta {
	width:350px;
	float:left;
}
.txt_paginador {
	font-family:Trebuchet Ms;
	font-size:11px;
	text-transform:uppercase;
	color:#65944a;
	text-decoration:none;
	font-weight:bold;
}
a.txt_paginador:hover {text-decoration:underline; color:#000;}


/*Detalle*/
.imgs_box_detalle {
	width:200px;
	float:left;
	margin-left:12px;
}
.img_not_det_gr {
	width:179px;
	height:134px;
	float:left;
	border:1px solid #f2f21a;
}
.img_not_det_ch {
	width:75px;
	height:56px;
	float:left;
	margin-top:12px;
	margin-right:23px;
	border:1px solid #f2f21a;
}

.instaladoresbox {width:250px; float:left; height:110px;}
.instaladoresbox p {padding:0px; margin:0px; margin-bottom:15px;}
.instalador {width:84px; height:63px; float:left; margin-right:5px; border:1px solid #f2f21a;}
.btn_enviar {width:53px; height:22px; float:left; margin-left:195px; text-align:center; line-height:22px; color:#FFFFFF; background:#83b901; text-decoration:none;}


/*Prods*/
.prodBox {
	float:left;
	display:inline;
	width:242px;
	color:#484848;
	padding:10px 10px 15px 0px;
}
.prodTit {
	margin:0 0 5px 0;
}
.prodTit a, .prodTit a:link, .prodTit a:visited, .prodTit a:hover {
	color:#6f98a6;
	font-weight:bold;
	text-decoration:none;
}
.prodTit a:hover {
	text-decoration:underline;
}
.prodImg {
	float:left;
	border:1px solid #bbcace;
	width:81px;
	height:61px;
	background:#fff;
	text-align:center;
}
.prodCont {
	float:right;
	font-size:11px;
	width:155px;
	height:63px;
}
.imgpdettnot{
	width:75px;
	height:56px;
	float:left;
	padding:1px;
	margin:10px 21px 10px 0px;
}

/*Presupuesto*/
.cajapres input {
	width:231px;
	height:22px;
	background:#fff;
	margin:5px 0px;
	border:1px solid #789980;
}
.cajapres {
	width:500px;
	float:left; 
	padding-top:10px;
}
.tipolabel { 
	width:155px;
	height:40px; 
	float:left;
	display:inline;  
	padding-left:10px; 
	margin-bottom:5px;
	background:#fff;
}
.tipolabel input { 
	width:15px;  
	float:left;
	display:inline;
	margin:0 5px 0 0;
	padding:0; 
	border:none;
}
.tipolabel label { 
	width:120px; 
	margin:0;
	padding:2px 0 0; 
	float:left;
	display:inline;
	text-align:left;
}
.bgprodpres {
	width:157px;
	height:59px;
	float:left;
	padding:8px;
	margin:5px 20px 5px 10px;
	background:url(images/bgtoldo.gif) no-repeat;
}
.bgprodpres a {background:none; text-indent:0;padding:0;margin:0;}
.imgpresupuesto {
	width:45px;
	height:30px;
	margin:0 5px 5px 0;
	float:left;
	padding:1px;
	background:#fff;
	border:1px solid #789980;
}
.nomprod_presup {
	width:100px;
	height:50px;
	color:#fff;
	padding-left:5px;
	font-weight:bold;
	text-transform:uppercase;
}
.inputelegido {
	width:46px; 
	border:1px solid #999999; 
	float:left; 
	height:13px;
	margin:0px 3px;
	font-size:11px; 
	font-family:Trabuchet Ms;
}

.presupuesto_producto_box {
	width:250px;
	float:left;
}
.img_presupuesto {
	width:246px;
	height:184px;
	float:left;
	border:1px solid #7c7c7c;
}
.elelegido {
	width:215px; 
	float:left; 
	padding-top:10px; 
	padding-bottom:30px;
}
.inputelegido {
	width:46px; 
	border:1px solid #999999; 
	float:left; 
	height:13px; 
	font-size:11px; 
	font-family:Trabuchet Ms;
}
.chekelegido {
	width:20px; 
	border:0px; 
	float:left;
}
.imgaviste {
	width:244px; 
	height:182px; 
	border:1px solid #878787; 
	padding:1px; 
	float:left;
}
.qsinput { 
	width:175px; 
	height:20px; 
	border:1px solid #999999; 
	background:#FFFFFF;
}
.labelito {
	width:170px; 
	padding-right:7px; 
	padding-top:5px; 
	text-align:right; 
	float:left;
}
.gratuitamente {
	width:600px; 
	padding-left:20px; 
	margin-top:15px; 
	float:left;
}
.medidas {width:190px; height:25px; float:left;}
.medidas label {float:left; text-align:left;}

.medidas input {
	width:46px; 
	border:1px solid #999999; 
	float:left; 
	height:13px;
	margin:0px 3px;
	font-size:11px; 
	font-family:Trabuchet Ms;
}

.medidas label {
	width:30px; 
	height:15px; 
	float:left;
	text-align:left;
	padding-left:5px;
}


