/* CSS Document */
body
{
	background-image:url(img/fondo.gif);
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
a {
 color:#FFFFFF;
 text-decoration: none;
 font-size:15px;
 font-weight:bold;
}
a:visited {
	color: #FFFFFF
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
a.contacto {
	color:#154164;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
}

a.contacto:visited {
	color: #154164
}

a.contacto:hover {
	color: #6699CC;
	text-decoration: none;
}

a.contacto:active {
	color: #154164
}
td{
	color:#154164;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fondo_blanco{
	background-image:url(img/fondo_blanco.gif);
	height:603px;
	width:732px;
}
.fondo_menu{
	background-image:url(img/fondo_menu.gif);
	background-repeat:no-repeat;
	height:67px;
	width:720px;
}
.txt_azulclaro{
	color:#6699CC;
	font-size:16px;
}
.txt_blanco_sm{
	color:#FFFFFF;
	font-size:10px;
}
.txt_rojo{
	color:#FF0000;
	font-size:10px;
}