/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	width: 100%;
}
.link{
	font-size: 11px;
	font-family:  Arial, Helvetica;
	font-weight: normal;
	color: #D30E17;
	text-decoration: none;
}

.linkbold{
	font-size: 11px;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.linkbold:hover{
	font-size: 11px;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	color: #D30E17;
	text-decoration: underline;
}

.txt {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.txt:hover {
	font-size: 12px;
	font-weight: normal;
	color: #1E70BA;
	text-decoration: underline;
}
.txt_small {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.txt_small:hover {
	color: #1E70BA;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
.txtbig {
	font-size: 12px;
	font-weight: normal;
	color:#648CB4;
}

.txtbigbold {
	font-size: 13px;
	font-weight: bold;
	color: #D30E17;
}

.txtbold {
	font-size: 13px;
	font-weight: bold;
}
.txtboldblanco {
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}

.menu_txt {
	color:#939393; text-decoration:none; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
.menu_txt1 {
	color: #D30E17; text-decoration:none; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
.menu_txt1:hover {
	color: #FF3300; text-decoration:underline; font-family:tahoma; font-size:10px; text-transform:uppercase; font-weight:bold}
