*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	background: #fffff;
	margin: 0px 0;
}
img{
	border: 0;
}
img.derecha{
	float: right;
	margin: 0 0 15px 15px;
	padding: 0px;
	border: 3px solid #015440;
}
img.izquierda{
	float: left;
	margin: 15px 25px 15px 30px;
	padding: 0px;
	border: 3px solid #015440;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: underline;
	
}
#border{
	margin: 0 auto;
	border: 0px solid #4D7100;
	width: 760px;
	background: #FFF;
}
#container{
	width: 760px;
	background: #ffffff;
	border: 0px solid #669900;
}
#header{
	width: 760px;
	height: 125px;
	border-bottom: 0px solid #669900; 
	background-image:url('../images/header.gif');
	background-repeat: no-repeat;
}

#header p{
	font-size: 25px;
	width: 660px;
	margin: 0 65px;
	padding-top: 75px;
	font-family: Helvetica;
	font-weight: bold;
	text-align: left;
	color: #7ea79d;
}

#link {
font-size:9px;
font-family: Helvetica;
 position:relative;
 margin: -6px 0 0 535px;
}
#content{
	width: 720px;
	padding: 20px;
	background-image:url('../images/lateral.gif');
	background-repeat:repeat-y;
	border-right: 0px solid #669900;
}
#content p{
	margin: 0 0 5px 50px;
}
#content h1, h2, h3, h4, h5{
	margin: 0 0 15px 50px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	text-transform:uppercase;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}
#content ul{
	margin: 0 0 15px 80px;
	list-style-type: square;
	color: #000;
}
#content ul li span{
	color: #000;
}
#content ol{
	margin: 0 0 15px 30px;
	color: #000;
}
#content ol li span{
	color: #000;
}
#content p.blockquote{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #659500;
}
#footer{
	width: 720px;
	height: 70px;
	padding: 0 20px;
	text-align: right;
	background: #005440;
	border-top: 0px solid #669900;
}
#footer p{
	margin: 0;
	color:#ffffff;
	padding: 0;
	font-size: 11px;
	line-height: 36px;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: none;
	background:#005440;
}
