/*body { margin: 0; padding: 0; background: url('images/bg_body2.jpg') repeat-x repeat-y; }*/

body { margin: 0; padding: 0; background-color:grey }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------Basic styles------------ color: #fff*/

p, h1, h2, h3, h4, h5, span#copyright, span#design { margin: 0 10px; color: #000; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: justify; padding-left:1.2em; padding-right:0.8em;}
h1 { font-size: 1.8em;  line-height: 1.2em; letter-spacing: 0.25em; color:#FF4500; margin-left:1em;margin-top:-1em;}	/* site heading */
h2 { font-size: 1.0em; line-height: 1.4em; color: white }	/* site heading */
h3 { font-size: 1.2em; line-height: 1.4em; color: #FF4500 }
h4 { font-size: 0.8em; line-height: 1.4em; color: #FF4500  }	
h5 { font-size: 1em; line-height: 1.4em; color: grey  }				/* sub headings */
span.logos {  float: left; margin-left: 10px; } /* floats the validation buttons */
.logos img {  margin: 0; } /* floats the validation buttons */
span#copyright { float: center; margin-right:1em; font-size: 0.75em; line-height: 35px; color:black; }  /* sets the copyright styles */
span#design {font-size: 0.7em; line-height: 35px; color:#66CCFF; }  /* floats the design link into position */
span#language{float: right; margin-right: 10px; font-size:0.8em;color:black; } /* idiomas */

div { padding: 10px 0;}

#hdrimg a {color: white; text-decoration: none; font-weight: normal;}
#hdrimg a strong {color: white; text-decoration: none; font-weight: normal;}
#hdrimg a:hover {color: white; text-decoration: none; font-weight: normal;}
#hdrimg a:hover strong {color: white; text-decoration: none; font-weight: normal;}

#language a {color: white; text-decoration: none}
#language a:hover {color: #fff; text-decoration: underline}

#copyright a {color: black; text-decoration: underline}
#copyright a:hover {color: #fff; text-decoration: underline}

a {color: #FF4500; text-decoration: none}
a:hover {color: #000; text-decoration: underline}


/*-------------Layout----------------*/

#hdrimg {			/* Large image */
/*	float: left; 			*/
	width: 1000px;
	margin: 20px auto 5px auto;
	background: url('images/background.png') no-repeat;
	height: 170px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 150px;
}
html>body #hdrimg {
	height: 150px;        /* ie5x hack ends here */
}

.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
/*	background: #333; color gris oscuro*/
	margin: 0 auto 5px auto;
	width: 1000px;
	overflow: hidden;
	background: whitesmoke;
}

#bttmbar { 	margin: 0 auto 5px auto; width: 767px; height: 35px; background: url('images/cabecera1.jpg') bottom }    /* Bottom copyright bar */


/*------url('images/bamboo.jpg')Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 

.fullcolumn { float: left; width: 99%;}		/* Full width column for a one column site */
			
.quartertoendcolumn { float: left; width: 74%;}		/* Anuncio lateral */

.myquartercolumn { float: right; width: 26%; }		/* Anuncio lateral */

.halfcolumn { float: left; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn { float: left; width: 33%; }		/* One third width column for a three column site */

.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */


/*------------------------------Main Navigation------------------------------------------*/

/*#nav { position: float;  top: 150px; left: 120px; height: 25px; width: 100% }*/

#nav {position: relative; top: 6.1em; width:100%}

ul#nav  { margin: 0 }

#nav li  /* Main nav list items */
{
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	list-style: none;
	text-align: center;
	color: black;
}

#nav li a {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	margin-left: 5px; /* adds a gap between the tabs */
	width: 100px; 	/* width of the tab */
	font-weight: bold;
	line-height: 25px; /* height of the tab */
	text-decoration: none;
	color: white;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab2.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab2_blanco.gif') no-repeat 0 -25px ; color: black;}

#nav a#current { background: url('images/tab2_blanco.gif') no-repeat 0 -25px; color: black; }


#copyright{font-weight:bold; font-size: 0.8em; line-height: 1.4em; color: white;}

#note{font-size: 0.6em; line-height: 1.4em; color: black;}
