a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: none;
}


a.imagenes:link {
	color: #fff;
	text-decoration: none;

} 

a.imagenes:visited {
	color: #fff;
	text-decoration: none;
}

a.imagenes:hover {
	color: #fff;
	text-decoration: none;
}

a.imagenes:active {
	color: #fff;
	text-decoration: none;
}



ul{
	color: #339900;
	}

ul span {
color: black;
}

li {
padding-top: 1%;
padding-bottom: 1%;


}

p.izquierda {
text-align:left;
margin: 2%;
font-size: 110%;
font-weight: bold;
padding-top: 3%;
padding-bottom: 3%;

}

p.izquierda2 {
text-align:left;
margin: 2%;
font-size: 100%;
font-weight: bold;
padding-top: 2px;
padding-bottom: 2px;

}



body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EAEAEA;
}

b{font-size: 110%;}

em{color: red;}

p{text-align:justify;
}

h3{font-size: 110%;
text-align:center;}

h5{text-align:center;}


#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection {
background: #339900;
height: 200px; /*Height of top section*/
}

#topsection a:link {
	color: #000;
	text-decoration: none;
}
#topsection a:visited {
	color: #000;
	text-decoration: none;
}
#topsection a:hover {
	color: #000;
	text-decoration: underline;
}
#topsection a:active {
	color: #000;
	text-decoration: none;
}



#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 0 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top: 20px;
background: #fff;
height: 1000px;

/*border: 2px solid;*/
}

#leftcolumn{
float: left;
width: 247px; /*Width of left column in pixel*/
height: 1000px;
margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
padding-top: 20px;
background: #fff;/*#339900;*/
text-align: left;
}


#footer{
clear: left;
width: 100%;
background: #339900;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000;
}

.innertube{
margin: 10px;  /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}
