/* CSS Document */
body {
	margin-top: 50px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
a {
	text-decoration:none;
}
#envoltorio {
	width: 792px;
	height: auto;
	margin: auto;
}
#cabecero {
	width: 792px;
	height: 50px;
}
#logo {
	width: 210px;
	height: 50px;
	float: left;
}
#logo2 {
	width: 120px;
	height: 50px;
	float: left;
}
#central {
	width: 792px;
	height: auto;
}
#menu {
	width: 210px;
	height: auto;
	float: left;
}
#menu_espacio {
	width: 200px;
	height: 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7E69AE;
	margin: 0px;
}
#columnas_contenido {
	width: 580px;
	height: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #86C440;
	float: right;
}
.contenido {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 30px;
}
#contenido1 {
	width: 270px;
	height: auto;
	float: left;
}
#contenido2 {
	width: 270px;
	height: auto;
	float: right;
	margin-left: 30px;
}
#espacio_contacto {
	width: 210px;
	height: 20px;
}
#contacto {
	width: 210px;
	height: 120px;
}
.menu_lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.menu_lista a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #7E69AE;
	list-style-type: none;
	display: block;
	width: 185px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
}
.menu_lista a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #86C440;
	list-style-type: none;
	display: block;
	width: 185px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 15px;
}
#menu ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
.texto_gral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.link_gral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E69AE;
	text-decoration: none;
}
.link_gral:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #86C440;
	text-decoration: none;
}
