/* CSS Document */

html, body {
	font-family:arial;
	font-size:12px;
	color:#666;
	background-color:#BFD794;
	margin-left:0px;
	margin-right:0px;
	background-color:#EFF5E5;
}
a{
	font-family:arial;
	font-size:12px;
	color:#74AF00;
}

/* Identificadores */

#cabecera {
	width:716px;
	height:120px;
	position:relative;
	margin:auto;
	background-color:#fff;
}

#subcabecera {

	width:716px;
	height:42px;
	top:1px;
	position:relative;
	margin:auto;
	background-color:#fff;
}

#cuerpo {
	width:716px;
	position:relative;
	min-height:300px;
	_height:300px;
	margin:auto;	
	background-color:#fff;	
}

#pie {
	width:716px;
	position:relative;
	margin:auto;	
	background-color:#ABC182;
	text-align:center;
	color:#333;
}

/* Clases */

.menutd {
	background-color:#ABC182;
	font-family:"Century Gothic";
	font-size:13px;
	color:#fff;
	padding-left:2px;
	border-bottom:1px solid #fff;
}

.menutdsec {
	font-family:"Century Gothic";
	font-size:13px;
	padding-left:2px;
	border-bottom:1px solid #fff;
}

.seccion {
	width:508px;
	height:30px;
	boder:0px;
	margin:auto;
	background-color:#F7F7F7;
	color:#8BA361;
	font-size:14px;
	font-weight:bold;
}

.secciontd {
	padding-left:10px;
	padding-right:10px;
}

.contenido {
	width:508px;
	boder:0px;
	margin:auto;
}

.contenidotd {
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

.menu, .menu:link, .menu:visited, .menu:active {
	color:#fff;
	text-decoration:none;
}

.menu:hover {
	color:#638329;
	text-decoration:none;
}

.menusec, .menusec:link, .menusec:visited, .menusec:active {
	color:#8ABF23;
	text-decoration:none;
}

.menusec:hover {
	color:#8FB469;
	text-decoration:none;
}

.enlacespie, enlacespie:link, .enlacespie:visited, .enlacespie:active, .enlacespie:hover {
	color:#333;
	text-decoration:underline;
}

.enlacespie2, enlacespie2:link, .enlacespie2:visited, .enlacespie2:active, .enlacespie2:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.imagen {
	float: right;
	text-align:center;
	margin: 0 0 10px 10px;
	border: 0px;
	padding: 2px;
}