/* Clases Generales */
.bg_light_grey
{
	background-color:#E6E6E6;
}

.bg_middle_grey
{
	background-color:#D2D2D2;
}

.bg_dark_grey
{
	background-color:#9B9B9B;
}

.bg_yellow
{
	background-color:#FFB300;
}

.bg_dark_green
{
	background-color:#007C7C;
}

.bg_home
{
	background-color:#F8F8F8;
	color: #7B7B7B;
}

.home_white, .home_white a:link, .home_white a:visited
{
	background-color:#9B9B9B;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.home_white a:hover
{
	text-decoration:underline;
}

.tabla
{
	border: 1px solid #007C7C;
}

.tabla_grey
{
	border: 1px solid #7F898A;
}

.nombre_empresa{
	font-weight:bold;
}
/* Fin clases generales */


/* MENU */
.separator
{
	background-color:#737373;
}

.menu_item
{
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	background-color:  #E6E6E6;
	padding-left: 6px;
}




.menu_item a:link, .menu_item a:visited
{
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	padding-left: 6px;
	padding-top: 3px;
	width:100%;
	height:100%;
	display:block;
}

.menu_item_sel
{
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	background-color:  #98B8B8;
	padding-left: 6px;
}

.menu_item_sel a:link, .menu_item_sel a:visited{
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	text-decoration:none;
	padding-left: 6px;
	padding-top: 3px;
	width:100%;
	height:100%;
	display:block;
}

.submenu_item, .submenu_item a:link, .submenu_item a:visited
{
	color: #000000;
	font-size: 11px;
	background-color:#E6E6E6;
	text-decoration:none;
	padding-left: 12px;
}


.submenu_item_sel, .submenu_item_sel a:link, .submenu_item_sel a:visited, .submenu_item a:hover {
	color: #439898;
	font-size: 11px;
	background-color:#E6E6E6;
	text-decoration:none;
	font-weight:bold;
	padding-left: 12px;
}
/* Fin Menu */


/* Content: clases para las paginas de contenidos */
.content_title
{
	font-size: 30px;
	color: #007C7C;
	text-decoration:none;
	font-style: italic;

}

.content_subtitle
{
	font-size: 12px;
	color: #007C7C;
	text-decoration:none;
	font-weight:bold;
}

.content_text
{
	font-size: 10px;
	color: #7B7B7B;
	text-decoration:none;
}

.content_text a:link, .content_text a:visited
{
	font-size: 10px;
	color: #007C7C;
	text-decoration:none;
	font-weight:bold;
}

.content_text a:hover
{
	text-decoration:underline;
}

.content_text_grey
{
	font-size: 10px;
	color: #7F898A;
	text-decoration:none;
}

.content_text_grey a:link, .content_text_grey a:visited
{
	font-size: 10px;
	color: #7F898A;
	text-decoration:none;
	font-weight:bold;
}

.content_text_grey a:hover
{
	text-decoration:underline;
}

/* fin Content */


/* FOOTER */

.footer
{
	background-color:#007C7C;
	color: #FFFFFF;
	font-size: 10px;
}

/* Fin Footer */
