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;
}

ul dos {
color: black;
margin: 10px;
}

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

}

p.espaciado {

text-align:center;
padding-top: 5%;
padding-bottom: 5%;
}


body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EAEAEA;
/* font-family: Verdana, Arial, Helvetica, Trebuchet, Tahoma; */
}

b{font-size: 110%;}
em{color: red;}

p{text-align:justify;
}

#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 250px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top: 20px;
background: #fff;
height: 950px;

/*border: 2px solid;*/
}

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

#rightcolumn{
float: left;
width: 247px; /*Width of right column*/
height: 950px; 
margin-left: -247px; /*Set left margin to -(RightColumnWidth)*/
padding-top: 20px;
background: #FFF;
/*border: 2px;*/


}

#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;
}
