@charset "iso-8859-1";
/*Hoja de estilo para Video Rules videorules.css*/

.link_menu{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: Black;
}

.link_menu:hover{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: Green;
}

.bar_menu{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: Gray;
}

.title_table_right{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: White;
}

.content{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: Black;
}

.link_content{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: Blue;
}

.link_content:hover{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: Black;
}

.link_small{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: Blue;
}

.link_small:hover{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: Black;
}

.small{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: Black;
}

.small_red{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: Red;
}