/* CSS Document */

body { 
	margin:5px;
	background: #008000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	width: 785px;
	height:auto;
	margin:0px auto 0px auto;
	outline:solid 1px #DFDFDF;
	background-color:#fff;
}

#top {
	clear: both;
	width: 783px;
	height:50px;
	padding:1px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border-top:solid 1px #C7BF40;
	background: white url('../img/fondotop.jpg') no-repeat center top;
}


/* CUERPO */


#cuerpo {
	width:775px;
	height:auto;
	background-color:#ffffff;
	margin-left:12px;
	float:left;
	border-bottom:solid 1px #C7BF40;
	background: white url('../img/fondocontenido.gif') no-repeat right bottom;
}

	#content01 {
		width:375px;
		height:auto;
		text-align:justify;
		float:left;
	}

	#content02 {
		width:375px;
		height:auto;
		padding:2px;
		margin-left:7px;
		border-left:solid 1px #C7BF40;
		text-align:justify;
		float:left;
	}

	#flotante { 
		width:auto;
		float:right;
		margin-left:20px;
	}


/* PIE DE PAGINA */

	
#linea {
	height: 26px;
	font-size:12px;
	color:#008000;
	font-weight:bold;
	text-align: right;	
	background: white url('../img/lineahierba.jpg') repeat;
}

#bottom {
	clear: both;
	width: 783px;
	height:50px;
	padding:1px;
	color: #ffffff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	border-top:solid 1px #C7BF40;
	background: white url('../img/fondotop.jpg') no-repeat center top;
}
.slogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:15px;
	margin-bottom:5px;
}

.pusher { 
	clear:both; 
	margin:0px;
}

/* ESTILOS COMUNES */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#C6943F;
	margin-left:5px;
	margin-top:15px;
	margin-bottom:6px;
	border-bottom:1px solid #C6943F;
}

a:link, a:visited {
	color:#008000;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active {
	color:#C6943F;
	font-weight:bold;
	text-decoration:none;
}

/* TEXTOS DE COLORES */

.txt {
	color:#008000;
	font-size:12px;
	margin-left:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.resaltado {
	color: #C6943F;
	font-weight:bold;
}



