/* Basicos */
*{
margin: 0;
padding: 0;
}
body, html{
width: 100%;
height: 100%;
cursor: default;
/*font-family: serif;*/
font-family: Arial, Helvetica, sans-serif;

}

/* Estructura */
#contenedor{
margin: 0 auto 0 auto;
background: url('../images/bg_content.jpg') repeat-y left top;
}
.pie{
height: 17px;
text-align: right;
padding: 45px 0 5px 0;
background: url('../images/pie.jpg') no-repeat left top;
}
	.pie p{
	color: #6AB295;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px 0 0;
	}
		.pie a{
		color: #6AB295;
		text-decoration: none;
		}
		.pie a:hover, .pie a:focus{
		color: #59957D;
		text-decoration: underline;
		}
	

#menu a{
color: #2E9D73;
outline: 0;
height: 20px;
font-weight: bold;
font-size: 11.5px;
display: block;
margin: 5px 0 5px 10px;
text-decoration: none;
}
#menu a:hover{
color: #89CCE2;
}

.content a{
color: #2E9D73;
font-weight: bold;
text-decoration: none;

}
.content a:hover{
color: #89CCE2;
}
/* 
#menu a{
outline: 0;
height: 20px;
display: block;
text-indent: -9999px;
margin: 5px 0 5px 4px;
}

#b1{background: url('../images/b1.jpg') no-repeat left top;}
#b1:hover, #b1:focus{background: url('../images/b1.jpg') no-repeat left bottom;}

#b2{background: url('../images/b2.jpg') no-repeat left top;}
#b2:hover, #b1:focus{background: url('../images/b2.jpg') no-repeat left bottom;}

#b3{background: url('../images/b3.jpg') no-repeat left top;}
#b3:hover, #b1:focus{background: url('../images/b3.jpg') no-repeat left bottom;}

#b4{background: url('../images/b4.jpg') no-repeat left top;}
#b4:hover, #b1:focus{background: url('../images/b4.jpg') no-repeat left bottom;}

#b5{background: url('../images/b5.jpg') no-repeat left top;}
#b5:hover, #b1:focus{background: url('../images/b5.jpg') no-repeat left bottom;}

#b6{background: url('../images/b6.jpg') no-repeat left top;}
#b6:hover, #b1:focus{background: url('../images/b6.jpg') no-repeat left bottom;}

#b7{background: url('../images/b7.jpg') no-repeat left top;}
#b7:hover, #b1:focus{background: url('../images/b7.jpg') no-repeat left bottom;}

#b8{background: url('../images/b8.jpg') no-repeat left top;}
#b8:hover, #b1:focus{background: url('../images/b8.jpg') no-repeat left bottom;}
*/
a img{
border: none;
}

.title{
color: #89CCE2;
font-size: 18px;
font-weight: bold;
text-align: left;
padding: 0 0 15px 0;
}

.title2{
color: #89CCE2;
font-size: 20px;
font-weight: bold;
text-align: left;
padding: 0 0 15px 0;
}

.content{
color: #312C2D;
font-size: 11px;
text-align: left;


}

.contentheading{
color: #312C2D;
font-size: 11px;
font-weight: bolder;
text-align: left;


}

.maincontent {
	text-align: right;
	padding-right: 5px;
}

ul {
padding: 0 0 0 20px;
margin: 0 0 5px 0;
list-style-type: disc;

color:#000000;
font-size:11px;
}

ol {
padding: 0 0 0 20px;
margin: 0 0 5px 0;
list-style-type: disc;

color:#000000;
font-size:11px;
}
