body,td,th {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-size: 13px;
	color:#000;
}
body {
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;

}
a:link {
	color:#006699;
	font-size:14px;
	font-weight:normal;	
	text-decoration: none;
	{font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
}
a:visited {
	color:#006699;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color:#0093D9;	
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}
a:active {
	color:#006699;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
}

/*txt*/

.tit-rojo {
	font-size: 30px;
	color:#3255B8;
	font-weight:bold;
	font-family:"Trebuchet MS";
	text-decoration: normal;
}

.txt-pie {
	font-size: 11px;
	color:#585858;
	font-weight:normal;
}

/* bordes */
.borde-azul {
	border-top: 1px solid #ffffff; height:30px;
	border-left: 2px solid #ffffff; 
	border-right: 2px solid #ffffff; 
	border-bottom: 3px solid #0099FF;	
	background-color:#006699;
}

.borde-top {
	border-top: 1px solid #ccc;
}

/*fondos*/


.back-izq{ background:url(img/izq.jpg) repeat-y top center; width: 53px;
}

.back-der{ background:url(img/der.jpg) repeat-y top center; width: 53px;
}

.back-top{ background:url(img/top.jpg) repeat-y top center; height: 274px;
}



/*vinculos */

a.link-azul:visited {
	color:#BF4329; 
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
}
a.link-azul:active {
	color:#BF4329; 
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
} 
a.link-azul:link {
	color:#BF4329; 
	font-size:11px;
	font-weight:bold;
	text-decoration: underline;
} 
a.link-azul:hover {
	color:#BF4329;
	font-size:11px;
	font-weight:bold;
	text-decoration:overline;
} 

a.link-pie:visited {
	color:#585858; 
	font-size:11px;
	text-decoration: underline
} 
a.link-pie:active {
	color:#585858; 
	font-size:11px;
	text-decoration: underline
} 
a.link-pie:link {
	color:#585858; 
	font-size:11px;
	text-decoration: underline
} 
a.link-pie:hover {
	color:#585858; 
	font-size:11px;
	text-decoration: none
}

