/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #85A130 url(../images/bg.png) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

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

p, h1, h2, h3 {
	margin: 10px 15px;
	font-size: 1em;
	text-align: left;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px ;		
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
.logo2 {
	border: none;
	background:none;
	margin: 0px;
	padding: 0px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

.center {
	text-align:center;
	float:none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  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;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #F3F3F3; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	margin-bottom: 10px;
	/*display:block;*/
	color:#777;
}

select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

fieldset {
	margin:10px 0px 0px 0px; 
	padding:10px; 
	font-style:normal; 
	background-color:#FaFaFa; 
	border:1px solid #CCCCCC;
	-moz-border-radius:7px; 
	-webkit-border-radius:7px; 
	border.radius: 7px; 
	width:280px;
	
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* 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: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

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

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

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content div#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	border:none;
	/* change the values of left and top to adjust the position of the logo */
	top: 8px;
	left: -16px;
}

div#logo img{
	border:none;
	background: #FFFfFf;
}
#header-content div#logo a {
	text-decoration: none;
}

#header-content div#idiomas {
	position:absolute;
	z-index: 1;
	left: 727px;
	top: 1px;
	width: 49px;
}

#header-content div#frase {
	position:absolute;
	z-index: 1;
	left: 192px;
	top: 25px;
	width: 134px;
	color: #000;
}

#header-content div#intranet{ 
  position:absolute;
  z-index: 1; 
  left: 600px; 
  top: 1px; 
  width: 120px;
}

.a_intranet {
  font-weight: bold;
}

#header-content div#frase H2 {
	margin: 0px;
}

#header-content div#marquesina {
	position:absolute;
	z-index: 1;
	left: 330px;
	top: 25px;
	width: 250px;
	
	padding-top: 15px;
}

#header-content #slogan {
	position: absolute;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul#menu {
	position: absolute;
	right: -28px;
	top: 68px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 548px;
}
#header-content ul.submenu {
	position: absolute;
	right: -137px;
	top: 45px;
	font: bolder 1em 'Trebuchet MS', sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
#header-content li.limenu {
	display: inline;
}

#header-content li.lisubmenu {
	display: none;
	float: left;
	display: block;
	padding: 0px;	
	margin: 0px auto;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}

#header-content li.limenu a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li.limenu a:hover {
	background: #6B8E00;
	color: #FFF;
}
#header-content li.limenu a#current  {
	color: #FFF;
	background-color: #6B8E00;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px;
	background: #FFF url(../images/headerphoto_flash.jpg) no-repeat center;	
}

.headerphotoEn {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(../images/headerphoto_en_flash.jpg) no-repeat center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 5px 15px;
	margin: 0 auto 10px;
	background-color:#FFF;
}

/* main */
#main {
	width: 760px;
	margin: 0 0px;
	background-color:#FFF;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

.post {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	color: #333;
	text-align: center;
}

.post ul{
	margin-right: 55px;
}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
	color: #CCC;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	border-top: 1px solid #EAEAEA;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a {
	text-decoration: none;
	color: #fff;	
}
#footer a:hover {
	text-decoration: underline;
	color: #ccc;
}
#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-left-img {
	 float: left;
	 margin: 10px;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
#content-wrap #content #main h3 {
	font-weight: normal;
}

.ventajas1 {
	background-color: #F3F3F3;
	width:370px;
	height: 190px;
	float:left;
	margin: 0px 0px 15px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px
}

.ventajas1b{
	background-color: #F3F3F3;
	width:370px;
	height: 620px;
	float:left;
	margin: 10px 0px 15px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px
}

.ventajas2 {
	background-color: #F3F3F3;
	width:370px;
	height: 190px;
	margin: 0px 0px 15px 385px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px
}

.ventajas3{
	background-color: #F3F3F3;
	width:370px;
	height: 620px;
	margin: 10px 0px 15px 385px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px;
}

.activado {
	vertical-align:middle;
}

.ventajas4{
	background-color: #F3F3F3;
	width:100%;
	height: 190px;
	margin: 0px 0px 15px 0px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px;
	text-align: left;
}

.ventajas4b{
	background-color: #F3F3F3;
	width:100%;
	height: 190px;
	margin: 0px 0px 15px 0px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px;
	text-align: left;
}


.ventajas4c{
	background-color: #F3F3F3;
	width:100%;
	margin: 0px 0px 15px 0px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px 0px 10px 0px;
	text-align: left;
}

.ventajas5{
	background-color: #F3F3F3;
	width:100%;
	height: 195px;
	margin: 15px 0px 15px 0px;
	-moz-border-radius:7px; 
    -webkit-border-radius:7px; 
	border.radius: 7px;
	padding: 0px;
	text-align:center;
}

.fotos_paralelas{
  float:left; 
  text-align: center; 
  padding-left: 5px; 
  padding-right: 5px;
  padding-left: 2px\9; 
  padding-right: 2px\9; 
}

#content-wrap #content #main .ventajas1 a {
	color: #65944A;
}
.ventajass {
	color: #65944A;
}


.fondoBoton a {color:#FFF;}
.fondoBoton a:hover{color:#a0dcff}
address{margin:0 0px 20px 15px; padding:10px; font-style:normal; background-color:#FaFaFa; border:1px solid #CCCCCC;-moz-border-radius:7px; -webkit-border-radius:7px; border.radius: 7px; width:320px;}
address p{margin:0;padding:0}
address p.telefono{background-image:url(../images/phone_16.gif);background-repeat:no-repeat;background-position:0% 50%;padding-left:25px;}
address p.fax{background-image:url(../images/fax_16.gif);background-repeat:no-repeat;background-position:0% 50%;padding-left:25px;}
address p.mail{background-image:url(../images/mail_16.gif);background-repeat: no-repeat;background-position:0% 50%;padding-left:0px;}
address p.mail a { padding-left: 25px;}

.imgcatalogo{
	margin: 20px 10px 0px 15px;
	padding: 0px;
	border: none;
	text-align: center;
}

.ventajas5 img{
	margin: 0px;
	padding: 0px;
	border: none;
}
.td h2{
	margin: 0px;
	padding: 0px;
}

table {
	border: 0px ;
}
td {
	border:none;
}

.cat {
	text-align:center;
}

a .sin_subra {
  text-decoration: none;
}

a .sin_subra:hover {
  text-decoration: none;
}


