@charset "ISO-8859-1";
/* CSS Document */


.Estilo2 {color: #FFFFFF}


body {
	margin:auto;
	width:950px;
	padding: 0;
	color: #00CC00;
	background-image: url(web_graphics/labels_bckgrnds/ivy1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000000;
}

/* ~~ Selectores de elemento/etiqueta ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	background-color: #000;
	margin: 0;
	padding: 15px;
	text-align: left;
}
a img { 
	border: none;
}

a:link {
	color: #00CC00;
	text-decoration: underline; 
}
a:visited {
	color: #6599FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}


.container {
	width:100%;
	margin: auto; 
	background-color: #000000;
}


.header {
	background-color: #000000;
	text-align: center;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}

.content{ width:80%; float:left;}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #000; 
	margin-bottom: 15px; 
	background-color: #000;
}
ul.nav li {
	border-bottom: 1px solid #000; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 7px;
	display: block;
	width: 150px;
	margin-left:10px;
	font-size:12px;
	text-decoration: none;
	color: #000;
	background-color: #09F;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #000;
	background-color: #0CF;
	text-align:left;
}

/* ~~ Los estilos de pie de página ~~ */
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color:#000000;
	color:#FFFFFF;
	text-align: left;
	font-size: 14px;
}

/* ~~ Clases float/clear varias ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.greenham_construction {
	color: #FC3;
}
.greenham_blue {
	color: #09F;
}
.greenham_feminist {
	color: #93F;
}

.imgderechasin
{
float: right;
margin: 0 0 10px 10px;
border: none;
padding: 2px;
}

.imgizquierdasin
{
float: left;
margin: 0 10px 10px 0;
border: none;
padding: 2px;
}

.imgcentrosin {
	border: none;
	padding: 2%;
	margin-top: 2%;
	margin-right: 25%;
	margin-bottom: 2%;
	margin-left: 25%;
	text-align: center;
}

.fontpequenya {
	font-size: 11px;
}
.greenham_orange {
	color: #F90;
}
.greenham_green {
	color: #0C0;
}
.sub {
	width:100%;
	margin:0px;
	text-align: center;
}
.tit3 {
	font-size: 20px;
	color: #6F0;
}
.greenham_blue_light {
	color: #0CF;
}
.greenham_feminist_light {
	color: #96F;
}
.text_centro {
	text-align: center;
}
.emerald {
	color: #099;
	font-weight: bold;
}
.woad {
	color: #069;
	font-weight: bold;
}
.orange {
	color: #F60;
	font-weight: bold;
}
.green {
	color: #090;
	font-weight: bold;
}
.yellow {
	color: #FC0;
	font-weight: bold;
}

#top {
	text-align: right;
}
#top {
	text-align: right;
}

/************* #navBar2 horizontal styles *************/

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
float: right;
width:72%;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
background-color:#090;
}

#navcontainer li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
background-color:#090;
}

#navcontainer a
{
color: #000;
display: block;
width: auto;
text-decoration: none;
background: #090;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #000;
border-top: 1px solid #000;
border-right: 1px solid #000;
}

#navcontainer a:hover, #navcontainer a:active { background: #0C0; text-decoration: none;}

#navcontainer a.active:link, #navcontainer a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
text-decoration: none;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav ul
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav li
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav a
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav a:hover, #subnav a:active { color: #444; }
#subnav a.active:link, #subnav a.active:visited { color: #444; }
#subnav br, #navcontainer br { clear: both; }