.fondo {
/*	background-image:url(imagenes/logo/LGCLCPorcentaje.gif); */
	background-repeat: no-repeat;
	background-position: 50% 50% !important; /* Mozilla/Safari */
	background-position: center center;			 /* IE */
}

.fondo_imagen {
	background-image:url(imagenes/cabecera/pareja.gif); 
	background-repeat: no-repeat;
	background-position: 100% 100% !important; /* Mozilla/Safari */
	background-position: right bottom;			 /* IE */
}


/***************************************/
/*				Fuentes				   */
/***************************************/

.fuente_base {
	font-family: tahoma, arial;
	font-size: 10pt;
	color: #222222;
}

.fuente_blanco {
	font-family: tahoma, arial;
	font-size: 10pt;
	color: white;
	font-weight: bold;
}

.fuente_opcion_menu{
	color:#228800;
	font-weight: normal;
	text-decoration:none;
	font-size: 11pt;
}

.fuente_opcion_menu:hover {
	color: white;
	font-weight: bold;
}

.fuente_opcion_menu_activo {
	text-decoration:none;
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

.fuente_opcion_submenu {
	color:#aaaaaa;
	font-weight: normal;
	text-decoration:none;
}

.fuente_opcion_submenu:hover {
	color: black;
	font-weight: bold;
}

.fuente_opcion_submenu_activo {
	text-decoration:none;
	color: black;
	font-weight: bold;
}

/***************************************/
/*				Cabecera			   */
/***************************************/
.cabecera {
	height: 105px;
	width: 100%;
	overflow: hidden;
}

.logo {
	height: 105px;
}

.imagen_cabecera {
}

/***************************************/
/*				Menu				   */
/***************************************/
.menu {
	height: 51px;
	margin-bottom: 2px;
	width: 100%;
}

.opcion_menu {
	height: 50px;
	width: 11.1%;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;

	background-color:#55CC00;
}


/***************************************/
/*				Submenu				   */
/***************************************/
.submenu {
	vertical-align: top;
	height: 100%;
	width: 150px;
}

.opcion_submenu {
	max-width: 150px;
	height: 50px;
	padding-left: 5px;
	text-align: left;
}

.opcion_submenu_medio {
	position: relative; 
	top: 35%;
}

/***************************************/
/*				Contenido			   */
/***************************************/
.separador {
	width: 20px;
}

.contenido {
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	text-align: justify;
	vertical-align: top;
}

.resaltado {
	font-weight: bold;
	color: #228800;
}

.recuadro {
	width: 100%;
	background-color: #228800;
	font-weight: bold;
	color: white;
}

/***************************************/
/*				Pie					   */
/***************************************/
.pie {
	width: 100%;
	height: 30px;
	background-color:#55CC00;
}

.texto_pie {
	float: right;
	font-size: 12pt;
}