/*
Title:		fullView CSS File 
Author:		imediapixel@gmail.com
*/

/* ----------------------- SUMMARY -----------------------

- GENERAL STYLING
  - BODY
	- HEADINGS
	- PARAGRAPH,BLOCKQUOTE,CODE, 
  - ORDER LIST
  - ARROW LIST
  - CHECK LIST
  - BULLET LIST
  - DROPCAPS, PULLQUOTE
	- CLEAR FLOAT ELEMENTS
	- IMAGE ALIGNMENT &amp; STYLING;
  - CUSTOM MESSAGE STYLING
  - BUTTON
  - TABS
  - TOGGLE
  - COLUMNS

- CONTAINER

- HEADER
  - LOGO
  - MENU
  
- HOMEPAGE CONTENT
  - HOMEPAG FEATURES LIST

- MAIN CONTENT
  - SERVICES LIST
  - CONTENT LIST 

- BLOG LIST
  - BLOG LIST
  - METAPOST
  - COMMENT LIST
  - COMMENT FORM 
  - PAGINATION

- CONTACT PAGE
  - CONTACT WRAPPER
  - CONTACT FORM

- PORTFOLIO

- SIDEBAR
  - SEARCH BOX

- FOOTER
  - COPYRIGHT
*/


/* Import CSS Reset File */
@import url("reset.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css"); 

/* ----------------------- GENERAL STYLIING -----------------------*/
body {
  background-color: #111111;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
}



/* Heading */
h1, h2, h4, h5, h6{
	font-weight:normal;
	color: #900;
	font-family: Helvetica,Arial,sans-serif;
}


h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px; color:#fff;
}
h4{
	font-size:24px; 
	line-height:16px;color:#fff;  
	margin-bottom:12px; background-color:#999a9c;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow: inset 0px 0px 1px #575858;-webkit-box-shadow: inset 0px 0px 1px #575858;box-shadow: inset 0px 0px 1px #575858; padding:10px;}

h5{
	font-size:12px;
	margin-bottom: 10px; 
	padding:0px; color:#FFF;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
}
h4.title {
  margin-bottom: 5px;
}

h7{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px; color:#FFF;
}

h8{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px; color:#e92207;
}



/* links */
a,a:link,a:visited {
  color:#666;
  text-decoration:none;
}
a:hover{
  color:#e0040b;
}
a img, img {
  border:none
}



.italic { font-style: italic;}

/* paragraphs,blockquote,code */


#top{
	width: 100%; 
	position: absolute; 
	top: 0px; 
	left:0px; 
	background-color:#F2F2F2;
	height:83px;
}
p {
  margin-bottom:15px;
  font-size: 12px;
	line-height: 14px;
}
p.nomargin {
  margin-bottom: 0; 
}
blockquote {
  padding: 10px;
  color: #959595;
  background: #555555;
  font-size: 13px;
  border-left: 6px solid #444444;
  font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 0;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #c6c6c6;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #ccc;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #ffffff;
  margin: 0 0 20px 0;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 5px 0; 
  padding-bottom: 5px;
  color: #c6c6c6;
} 

/* Arrow List */
.arrowlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.arrowlist li {
  font-size: 12px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 20px;  
  background: url(../images/arrow.png) 0 3px no-repeat;
  color: #c6c6c6;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
.starlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.starlist li {
  font-size: 12px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 22px;  
  background: url(../images/star.png) 0 3px no-repeat;
  color: #c6c6c6;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
/* Check List */
.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checklist li {
  font-size: 12px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 22px;  
  background: url(../images/tick.png) 0 3px no-repeat;
  color: #999;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
/* Check List */
.bulletlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bulletlist  li {
  font-size: 12px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 3px no-repeat;
  color: #c6c6c6;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
/* Item List */
.itemlist {
  margin-top: 20px;
  margin-bottom: 20px;
}
.itemlist  li {
  font-size: 12px;
  margin: 6px 0; 
  padding-bottom: 6px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 .1em no-repeat;
  color: #c6c6c6;
  border-bottom: 1px solid #ccc;
  line-height: 18px;
}
/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 16px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  background: url(../images/quote.png) top left no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 5px;
  background: #222222;
  border: 1px solid #3a3a3a;
}

/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;  
} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;   
} 
.warning {
  margin: 15px 0;
  font-size: 14px;
  color: #E08820;  
  padding: 15px 12px 15px 47px;
  background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;
  border: 1px solid #E8C779;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa;    
} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow:0 0 6px #aaaaaa;
  box-shadow:0 0 6px #aaaaaa;
  -webkit-box-shadow:0 0 6px #aaaaaa; 
}
.success-message{ 
  display: none; 
}
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#c6c6c6;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}


.button.gray {color: #fff;background: #e92207; width:210px; padding-left:5px;-webkit-border-radius: 4px;
 -moz-border-radius: 4px;  border-radius: 4px;}
.button.gray:hover {background:#bf1b04;}


	

/* Button */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  line-height: 29px;
  height: 31px;
  background: url(../images/button_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family: arial, verdana, tahoma, helvetica;
}
.button span {
  text-align: center;
  margin-right: 16px;
  padding: 0 5px 0 20px;
  background: url(../images/button_white_left.png) no-repeat;
  display: inline-block;
  height: 31px;
  float: left;
  font-size: 12px;
}
a.button{
  color: #9a9a9a;
  text-shadow: #ffffff 0 1px 1px;
}
a.button:hover {
  color: #c6c6c6;
  text-shadow: #ffffff 0 1px 1px;
}
.buttongreen {
  background: url(../images/button_green_right.png) no-repeat 100% 0;
}
.buttongreen span {
  background: url(../images/button_green_left.png) no-repeat;
}
a.buttongreen {
  color: #6d9900;
}
a.buttongreen:hover {
  color: #648317;
}
.buttonblue {
  background: url(../images/button_blue_right.png) no-repeat 100% 0;
}
.buttonblue span {
  background: url(../images/button_blue_left.png) no-repeat;
}
a.buttonblue {
  color: #1b9ac6;
}
a.buttonblue:hover {
  color: #167ca0;
}
.buttonred { width:225px;
  background: url(../images/button_red_right.png) no-repeat 100% 0;
}
.buttonred span {
  background: url(../images/button_red_left.png) no-repeat;
}
a.buttonred {
  color: #a53426;
  text-shadow: #dcb8b4 0px 1px 1px;
}
a.buttonred:hover {
  color: #81291d;
  text-shadow: #dcb8b4 0px 1px 1px;
}
.buttondark {
  background: url(../images/button_dark_right.png) no-repeat 100% 0;
}
.buttondark span {
  background: url(../images/button_dark_left.png) no-repeat;
}
a.buttondark {
  color: #474747;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.buttondark:hover {
  color: #333333;
  text-shadow: #8d8d8d 0px 1px 1px;
}
.buttonyellow {
  background: url(../images/button_yellow_right.png) no-repeat 100% 0;
}
.buttonyellow span {
  background: url(../images/button_yellow_left.png) no-repeat;
}
a.buttonyellow {
  color: #ac8c14;
}
a.buttonyellow:hover {
  color: #8f7511;
}
.buttonorange {
  background: url(../images/button_orange_right.png) no-repeat 100% 0;
}
.buttonorange span {
  background: url(../images/button_orange_left.png) no-repeat;
}
a.buttonorange {
  color: #b87421;
}
a.buttonorange:hover {
  color: #a55c04;
}
.buttonpurple {
  background: url(../images/button_purple_right.png) no-repeat 100% 0;
}
.buttonpurple span {
  background: url(../images/button_purple_left.png) no-repeat;
}
a.buttonpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.buttonpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}

/* Big Button */
.bigbutton {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #777777;
  line-height: 40px;
  text-transform: uppercase;
  height: 44px;
  background: url(../images/bigbutton_white_right.png) no-repeat 100% 0;
  display: inline-block;
  font-family:  arial, verdana, tahoma, helvetica;
}
.bigbutton span {
  text-align: center;
  margin-right: 22px;
  padding: 0 10px 0 25px;
  background: url(../images/bigbutton_white_left.png) no-repeat;
  display: inline-block;
  height: 44px;
  float: left;
  font-size: 14px;
}
a.bigbutton {
  color: #9a9a9a;
  text-shadow: #ffffff 0 1px 1px;
}
a.bigbutton:hover {
  color: #c6c6c6;
  text-shadow: #ffffff 0 1px 1px;
}
.biggreen {
  background: url(../images/bigbutton_green_right.png) no-repeat 100% 0;
}
.biggreen span {
  background: url(../images/bigbutton_green_left.png) no-repeat;
}
a.biggreen {
  color: #6d9900;
}
a.biggreen:hover {
  color: #648317;
}
.bigblue {
  background: url(../images/bigbutton_blue_right.png) no-repeat 100% 0;
}
.bigblue span {
  background: url(../images/bigbutton_blue_left.png) no-repeat;
}
a.bigblue {
  color: #1b9ac6;
}
a.bigblue:hover {
  color: #167ca0;
}
.bigred {
  background: url(../images/bigbutton_red_right.png) no-repeat 100% 0;
}
.bigred span {
  background: url(../images/bigbutton_red_left.png) no-repeat;
}
a.bigred {
  color: #a73a28;
  text-shadow: #edc6c2 0px 1px 1px;
}
a.bigred:hover {
  color: #ae3024;
  text-shadow: #edc6c2 0px 1px 1px;
}
.bigdark {
  background: url(../images/bigbutton_dark_right.png) no-repeat 100% 0;
}
.bigdark span {
  background: url(../images/bigbutton_dark_left.png) no-repeat;
}
a.bigdark {
  color: #474747;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.bigdark:hover {
  color: #333333;
  text-shadow: #8d8d8d 0px 1px 1px;
}
.bigyellow {
  background: url(../images/bigbutton_yellow_right.png) no-repeat 100% 0;
}
.bigyellow span {
  background: url(../images/bigbutton_yellow_left.png) no-repeat;
}
a.bigyellow {
  color: #ac8c14;
}
a.bigyellow:hover {
  color: #8f7511;
}
.bigorange {
  background: url(../images/bigbutton_orange_right.png) no-repeat 100% 0;
}
.bigorange span {
  background: url(../images/bigbutton_orange_left.png) no-repeat;
}
a.bigorange {
  color: #b87421;
}
a.bigorange:hover {
  color: #a55c04;
}
.bigpurple {
  background: url(../images/bigbutton_purple_right.png) no-repeat 100% 0;
}
.bigpurple span {
  background: url(../images/bigbutton_purple_left.png) no-repeat;
}
a.bigpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.bigpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}


.titulos { background-color:#e92207; height:40px; margin-bottom:20px; padding:20px 0 0 20px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow: inset 0px 0px 2px #7d0f00;-webkit-box-shadow:  inset 0px 0px 2px #7d0f00;box-shadow: inset 0px 0px 2px #7d0f00;}

img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}
img.bottommrg {
  margin-bottom: 40px;
}
.divider {
  border-bottom: 1px solid #333333;
  margin: 30px 0 30px 0;
  float: left;
  width: 100%;
}
.spacer {
  clear: both;
  margin: 15px 0;
}
/*  Tabs */
.tabs-container {
  margin-bottom: 20px;
}
.tabs-wrapper {
  margin: 0 0 30px 0;
}
ul.tabs {
	margin:0px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #333333;
	border-left:none;
	width: auto;
	float:left;
}
ul.tabs li {
	float: left;
	padding: 0;
	overflow: hidden;
	position: relative;
	margin-right: 2px;
}
ul.tabs li a {
	display: block;
	font-size: 12px;
	padding: 4px 26px;
	outline: none;
	font-family: arial, verdana, tahoma, helvetica;
	color: #c6c6c6;
	background: #444444;
	line-height: 28px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
ul.tabs li a:hover {
  background: #222222;
  color: #ffb100;
}	
html ul.tabs li.current a, html ul.tabs li.current a:hover  {
	background: #222222;
	border-bottom: none;
	color: #ffb100;
}
.panes {
	border: 1px solid #333333;
	border-top: none;
	clear: both;
	width: 100%;
	background: #222222;  
	padding-bottom: 10px;
  font-size: 12px;
  color: #c6c6c6;
  display: block;
}
.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #333333;
}


/* Toggle */
.toggle-wrapper {
  margin-bottom: 20px; 
}
.toggle {
	position:relative;
	margin-bottom:5px;
}
.toggle_title {
	margin:0;
	padding:5px 0 5px 0;
	font-size:18px;
	line-height:18px;
	background: url("../images/toggle_icon.png") no-repeat scroll 100% 6px transparent;
	cursor:pointer;
  border-bottom:1px solid #333333;
}
.toggle_title h5 {
  margin-bottom: 0;
  color: #ffb100;
}
.toggle_active {
	background-position: 100% -18px;
}
.toggle_content {
	padding:10px;
	margin:-3px 0px 10px 0px;
	display:none;
  background-color:#222222;
}

/* Columns */
.cuadros { width:50px; height:180px; float:left;}

.col_8 {
  width: 173px; height:40px; margin-bottom:8px; 
   float:left; padding:5px;
  margin-right: 20px;  
  margin-right: 20px; background-color:#393939;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}
.col_9 {
  width: 173px; height:40px; margin-bottom:20px; 
   float:left; padding:5px;
  margin-right: 20px;  
  margin-right: 20px; background-color:#87888a;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}

.col_10 {
 width: 173px; height:40px; margin-bottom:10px; 
   float:left; padding:5px;
  margin-right: 20px;  
  margin-right: 20px; background-color:#c50017;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}

.col_11 {
  width: 173px; height:40px; margin-bottom:10px; 
   float:left; padding:5px;
  margin-right: 20px;  
  margin-right: 20px; background-color:#a6ca25;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}


.col_12 {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 20px;
}
.col_13 {
  width: 289px; 
  display: inline;
  float: left; padding:15px;
  margin-right: 20px;  
  margin-right: 20px; background-image:url(../images/bg_box.png);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}

.col_13_search {
  width: 289px; 
  display: inline;
  float: left; padding:5px;
  margin-right: 20px;  
  margin-right: 20px; background-color: #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}


.col_13_medio {
  width: 287px;
  display: inline;
  float: left; padding:15px;
  margin-right: 20px; 
  margin-right: 20px; background-color: #e30e13;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000; border: solid 1px #f45c5f;
box-shadow:0px 0px 2px #000; margin-top:18px;
}
.col_13_medio p { color:#fff;}



.col_13_abajo {
  width: 287px; 
  display: inline;
  float: left; padding:15px;
  margin-right: 20px; 
  margin-right: 20px; background-color: #878c8c;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000; margin-top:18px; border: solid 1px #9da2a2;
}




.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_34 {
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.last {
  float: right;
  margin-right: 0;
}

/* Container */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background: url(../images/pattern/minimalist9.png) repeat;*/
}

/* Header */
#header { background:url(../images/bg_menu.jpg) repeat;border-bottom: solid 25px #fff;border-top: 3px solid #b7ce00;
  z-index: 1001;
  position: relative;
  height: 54px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000;
}
#logo {
  width:603px; float:left;
}


.form { width:200px; height:30px; float:right; margin: 10px 30px 0 0; color:#666;}

#menu {
  z-index: 1001;
}

.huincha { width:170px height:20px; margin-top:5px; float:right; }
.huincha ul,li {float:left; list-style:none; margin-right:10px;}
.huinchamenu { width:170px; float:right;}
.huinchamenu a { text-decoration:none; color:#666;}
.huinchamenu a:hover { text-decoration:underline;}
.huinchamenu img { margin-top:-5px;}

/* ----------------------- Homepage Content -----------------------*/
/* Homepage Content */
#middle {
  margin: 80px 0 10px 0;
  height: 240px;
}
.welcome {
  width: 640px;
}
.welcome h1 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}
.welcome h4 {
  color: #FFCA4F;
  line-height:24px;
  font-size: 16px;
  /*display: inline;
  background: #000000;*/
}

/* Homepage Features List */
#featureslit {  
  z-index: 500;
  width: 100%;
  position: absolute;
  padding: 20px 0;
  margin-top:100px;
}
#featureslit a {  color: #666;}
#featureslit a:hover {  color: #fff;}




/* ----------------------- Main Content -----------------------*/
/* Main Content */
#content {  
  margin-top: 100px;
  z-index: 500;
}
#maincontent {
  background:#fff;
  padding: 30px;
  width: 955px;
  z-index: 500;
  position: relative;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000; margin-bottom:80px;
}
.maincontent {
  width: 700px;
  float: left;
}

.maincontent p { color:#666;}

.maincontent-full {
  width: 950px;
  float: left;
}




.ruta { height:20px; border-bottom: solid 1px #CCC; padding-bottom:5px; margin-bottom:15px; color:#999;}

/* Content List */
.contentlist {
  clear: both;
}
.contentlist li {
  float: left;
  margin-right: 20px;
  width: 300px;
}
.contentlist li.last {
  float: right;
  margin-right: 0;
}

/* Services List */
.serviceslist {
  clear: both;
}
.serviceslist li {
  float: left;
  margin-right: 1px;
  width: 164px; margin:10px;
}
.serviceslist li.last {
  float: right;
  margin-right: 0;
}



/* Services List */
.serviceslist-clientes {
  clear: both;
}
.serviceslist-clientes li {
  float: left;
  margin-right: 1px;
  width: 290px; margin-right: 40px;  padding: 10px;
}
.serviceslist-clientes li.last {
  float: right;
  margin-right: 0;
}



/* ----------------------- Blog List -----------------------*/
/* Blog List */
.bloglist {
}
.bloglist li {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.postimage {
  width: 420px; height:308px;
  float: left; margin-right:20px;
}


.postcontent  {
  width: 235px;
  float: right;
}

/* Meta Post*/
.metapost {
  margin: 10px 0;
}
.metapost span{
  display: block;
  text-align: right;
  font-size: 12px;
}
.metapost span.date {
  font-size: 30px;
  color: #ffffff;
}
.metapost span.month {
  font-size: 16px;
}
.metapost span.category{
  font-size: 11px;
  margin-top: 5px;
}

/* Comment List */
#comments {
  margin: 30px 0;
}
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #333333;
}
.titlecomment {
	width: 430px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #333333;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
	color: #333;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #7d7d7d;
}
#listcomment li p {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

/* Comment Form */
#commentform label {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #7d7d7d;
  margin-bottom: 10px;
}
.comment-input {
  color: #7d7d7d;
  padding: 4px;
  display: block;
  text-align: left;  
  height: 19px;
  width: 250px;
  border: 1px solid #333333;
  margin-bottom: 12px;
}
.comment-textarea {
  color: #7d7d7d;
  padding: 4px;
  display: block;
  text-align: left;  
  height: 160px;
  width: 393px;
  border: 1px solid #333333;
  margin-bottom: 10px;
}
.comment-submit {
  display: block;
  float: right;
  background: #444444;
  color: #d4d4d4;
  border: none;
  padding: 5px 8px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 31px;
  font-size: 11px;
}
.comment-heading {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;  
}


/* Pagination  */
.pagination {
  clear:both;
  left: 35%;
  position:relative;
  font-size:12px;
  line-height:13px;
  margin-bottom: 10px;
  float: left;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 0 10px 0 0;
  padding: 8px 10px;
  text-decoration:none;
  width:auto;
  color:#c6c6c6; 
  border: 1px solid #333333;
}
 .pagination a:hover{
  color:#666666;
  background: #ffffff;
}
.pagination .current{
  color:#666666;
  background: #ffffff;
}

/* ----------------------- Contact Page -----------------------*/
/* Contact */
.contact_left {
  float: left;
  margin-right: 30px;
  width: 425px;
}
.contact_right {
  float: right;
  width: 490px;
}
#map {
  width: 425px;
  height: 280px;
}
.social-links ul {
  margin: 0;
  padding: 0;
}
.social-links ul li {
  float: left;
  margin: 0 5px 0 0;
}
/* Contact Form */

#maincontactform {
  margin: 20px 0;
}
#maincontactform label {
  font-size: 12px;
  color: #7d7d7d;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 4px;
  color: #7d7d7d;
  width: 400px;
  height: 20px;
  border: 1px solid #333333;
  clear: both;
  float: left;
}
.textarea {
  padding: 4px;
  color: #7d7d7d;
  width: 400px;
  height: 150px;
  border: 1px solid #333333;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 10px;
  line-height: 30px;
  background: url(../images/progress.gif) 0 0 no-repeat;
  padding-left: 42px;
  font-size: 12px;
  color: #8f8f8f;
  float: left;
  padding-bottom: 5px;
}

/* Portfolio */
.portfoliolist {
  margin: 0;
  padding: 0;
}
.portfoliolist li {
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
  width: 198px;
}
.portfoliolist li.last {
  float: right;
  margin-right: 0;
}
.portfoliolist li  .zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  width: 24px;
  height: 23px;
  text-indent: -99999px;
}
.portfoliolist li  .play {
  background: url(../images/play.png) 50% 50% no-repeat;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  width: 24px;
  height: 23px;
  text-indent: -99999px;
}
ul.filter li.current a {
  color: #ffffff;
}

/* Sidebar */
.sidebar {
  float: right;
  width: 200px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  z-index: 1000;
  min-height: 280px;
}
.sidebox {
  margin-bottom: 30px;
}
.sidebox ul {
  margin: 0;
  padding: 0;
}
.sidebox ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.sidebox p {
  margin-bottom: 0; color:#666;
}



.sidebar2 {
  float: right;
  width: 450px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  z-index: 1000;
  min-height: 320px; color:#666; line-height:14px; margin-top:15px;
}





.maincontent ul, li { color:#666;}
.sidebox2 {  margin:0 10px 10px 0; width:250px; float:left; line-height:15px;}
.sidebox2 ul {  margin: 0;  padding: 0;}
.sidebox2 ul li {  margin: 10px 0;  padding-bottom: 10px;  border-bottom: 1px solid #ccc;}
.sidebox2 p {  margin-bottom: 0;}
.sidebox2 img { margin-right:5px;}


.sidebox3 {  margin:0 50px 0 0; width:350px; float:right; line-height:15px;}
.sidebox3 ul {  margin: 0;  padding: 0;}
.sidebox3 ul li {  margin: 10px 0;  padding-bottom: 10px;  border-bottom: 1px solid #ccc;}
.sidebox3 p {  margin-bottom: 0;}


.sidebox4 {  margin:0 10px 10px 0; width:425px; float:left; line-height:15px;}
.sidebox4 ul {  margin: 0;  padding: 0;}
.sidebox4 ul li {  margin: 10px 0;  padding-bottom: 10px;  border-bottom: 1px solid #ccc;}
.sidebox4 p {  margin-bottom: 0;}
.sidebox4 img { margin-right:5px;}


/* Search Box */
.searchbox {
  width: 200px;
  height: 28px;
  font-size: 12px;
}
.search-field {
  padding: 5px;
  height: 18px;
  width: 158px;
  float: left;
  border: none;
  color: #fff; background-color:#b7cf00;
}
.search-btn {
  background: #ffffff url(../images/searchbtn.png) center center no-repeat;
  height: 28px;
  width: 32px;
  float: left;
  border: none;
  cursor: pointer;
}
/* Testimonials*/
.testitext {
  font-style: italic;
  background: url(../images/quote.png) top left no-repeat;
  color: #959595;
}
.testiname {
  font-weight: bold;
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #c6c6c6;
}

/* ----------------------- Footer -----------------------*/
/* Footer */
/* Footer*/

.apl-home { width:105px; height:104px; bottom:10px; z-index:999999; position:fixed;}
#footer-home{width: 100%;   position: fixed;   bottom: 0px;   left:0px;   z-index: 99999;	background-color:#e0040b; height:45px; border-top: solid 1px #e64c51; padding-top:10px;}
.copyright-home p {  font-size: 12px;  color: #ffffff; margin-left:120px;}


.apl { width:105px; height:104px; z-index:999999;margin-top:-60px;}

#footer{width: 100%; 
  bottom: 0px; 
  left:0px; 
  z-index: 99999;
  background-color:#e0040b; height:55px; border-top: solid 1px #e64c51;
  position: relative;
  margin-top: 182px;
}
/* Copyright */
.copyright { width:565px;
  text-align:left;
  margin: 4px 18px 0 0;
}
.copyright p {
  font-size: 12px;
  color: #ffffff; margin-top:-40px;
}



/* Picture Styles */
		#picture{ position:relative; width:950px; height:466px; margin:0px auto; background:#000; background-image:url(../foto_detalle.jpg); background-repeat:no-repeat; overflow:hidden; }
			
			/* General More Button */		
			.more{ position:absolute; width:34px; height:40px; background:url('dim.png'); padding:3px; text-align:left; overflow:hidden; }
			
			.more span{ position:absolute; left:60px; width: 200px;  padding:5px; color:#666; font:12px Lucida Grande, Arial, sans-serif; background-color:#fff;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px; }
			.more p { color:#999;}
			/* Item Specific More Button */
			#couch{ top:240px; left:75px;}
			#plant{ top:180px; left:670px; }
			#monitor{ top:335px; left:390px; }
			#board{ top:50px; left:450px; }
			
			/* General Info Box */
			#infobox{ position:absolute; bottom:-200px; left: 380px; height: auto; width:500px; z-index:20; margin:0 0 -170px -150px; background:#FFF; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:5px;-moz-box-shadow:0px 0px 2px #000;
-webkit-box-shadow:0px 0px 2px #000;
box-shadow:0px 0px 2px #000; }
				#infobox a, #infobox a:visited{ font-size:12px; color:#000; text-decoration:none; }
				#infobox a:hover{ text-decoration:underline; }
				
				/* Close button for info box */
				span.close{position:absolute; right:5px; top:5px;}
			
			/* The dimmed background when the info box is showing */	
			#fade_bg{ position:absolute; z-index:15; width:100%; height:100%; background:url('dim.png'); display:none;}


.copyright { width:995px;}
.copyright img { float:right;}
.copyright p { float:left; margin-left:130px;}





#box { width:700px; height:400px; background-color:#000; margin:auto;}


ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px; /*For KHTML*/
  list-style: none;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-bottom-color: #DBDBDB;
  padding: 4px;
  display: block;
  color: #666;
  font-size:12px;
  text-decoration: none;
  height: auto !important;
  height: 100%; /*For IE*/ width:280px;
  
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #e0040b;
  color: #fff;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #EEE;
  color: #666;
} 	

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
 background: #e0040b;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE; z-index:9999999;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 208px; z-index:9999999;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}






pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	border:1px solid #bae2f0;
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
#screenshot{
	position:absolute;
	display:none;
	color:#fff; z-index:999999;
	}


#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	







.gips-container
{
    height: 70px;
    width: 252px;
    position: absolute;
}
.gips-body
{
    color: White;
    font-weight: bold;
    font-family: Arial;
    font-size: 10px;
    width: 220px;
    height: 39px;
    padding: 10px;
    padding-right:20px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(PIE.htc);
}
.gips-body.purple
{
    background-color: #D22769;
}

.gips-body.yellow
{
    background-color: #D5AF1C;
}
.gips-body.red
{
    background-color: #CB2026;
}
.gips-body.green
{
    background-color: #72A159;
}
.gips-close
{
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 90%;
}
.gips-icon
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
}
/*icon at the bottom */
.gips-icon-bottom
{
    margin-left: 12px;
}
.gips-icon-bottom.purple
{
    border-color: #D22769 transparent transparent transparent;
}
.gips-icon-bottom.red
{
    border-color: #CB2026 transparent transparent transparent;
}
.gips-icon-bottom.yellow
{
    border-color: #D5AF1C transparent transparent transparent;
}
.gips-icon-bottom.green
{
    border-color: #72A159 transparent transparent transparent;
}

/*icon at the top*/

.gips-icon-top
{
    margin-left: 12px;
}
.gips-icon-top.purple
{
    border-color: transparent transparent #D22769 transparent;
}
.gips-icon-top.red
{
    border-color: transparent transparent #CB2026 transparent;
}
.gips-icon-top.yellow
{
    border-color: transparent transparent #D5AF1C transparent;
}
.gips-icon-top.green
{
    border-color: transparent transparent #72A159 transparent;
}
/*icon at the left*/

.gips-icon-left
{
    margin-top: 12px; /*   float: left;*/
}
.gips-icon-left.purple
{
    border-color: transparent #D22769 transparent transparent;
}
.gips-icon-left.red
{
    border-color: transparent #CB2026 transparent transparent;
}
.gips-icon-left.yellow
{
    border-color: transparent #D5AF1C transparent transparent;
}
.gips-icon-left.green
{
    border-color: transparent #72A159 transparent transparent;
}
/*icon at the right*/

.gips-icon-right
{
    margin-top: 12px;
}
.gips-icon-right.purple
{
    border-color: transparent transparent transparent #D22769;
}
.gips-icon-right.red
{
    border-color: transparent transparent transparent #CB2026;
}
.gips-icon-right.yellow
{
    border-color: transparent transparent transparent #D5AF1C;
}
.gips-icon-right.green
{
    border-color: transparent transparent transparent #72A159;
}


 #demo input
        {
            width: 330px;
            height: 10px;
            margin-top: 80px;
            border: solid 1px #c9c9c9;
            padding: 10px;
            padding-top: 6px;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
        }



/* mmenu */

/* fin menu */


/*-------form----------*/

#form { width:390px; height:500px;}
#form input,textarea { padding:5px; font-size:14px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;border: solid 1px #ccc;font:12px/14px "Lucida Grande", Arial, Sans-serif; color:#999; width:460px; }
#form p {color: #666;font:12px/14px "Lucida Grande", Arial, Sans-serif;}
p {color: #666;font:12px/14px "Lucida Grande", Arial, Sans-serif;}
textarea { height:50px;}
.intro { width:300px; height:30px; margin-left:0px; padding-top:20px;}


.ok { width:60px; height:53px; background-image:url(img/good.png); margin:auto; float:left; margin-right:30px; }
.send { width:360px; height:60px; margin-top:340px; border-bottom:solid 1px #CCC;}

/*-------fin form--------*/
.webmail { width:70px; height:69px; bottom:10px; z-index:999999; position:fixed; right:150px;}
/*-------buscador----------*/
#resultados .modulo{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#resultados p{
	font-weight:bold;
	margin-bottom:5px;
}
#resultados span{
	margin-bottom:7px;
	display:block;
}
#resultados .ver_mas{
	color:#e0040b;
}
#resultados .ver_mas:hover{
	text-decoration:underline;
}
#paginador{
	text-align:center;
}
#paginador a{
	color:#fff;
	background:#e0040b;
	padding:2px 6px;
	text-decoration:none !important;
	margin-right:6px;
}
#paginador a:hover, #paginador a.seleccionado{
	background:#b60309;
}




