/* -----------------------------------
** ESTILOS DE LA BARRA DE ARRIBA
*/

body
{
  padding: 0px;
  background-color: #FFF;
  color: #08c;
  font-family: verdana;
  font-size: 10pt;
}

/* ------------------ */
/* BORDES REDONDEADOS */
/* ------------------ */

#xsnazzy {background: transparent; margin:0.5em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#9BD1FA; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#9BD1FA; border:0 solid #08c; border-width:0 1px;}
.t1 {font-size:1.5em; color:#fff; font-family="Trebuchet MS",Verdana,Arial; font-weight: bold;}
.t2 {font-size:1.0em; color:#f0f0f0; font-family=Arial; font-weight: bold;}

a
{
	font-size: 10pt; 
	font-family: arial;
	color: #003090; 
	text-decoration: none;
}

a:hover 
{
	font-size: 10pt; 
	font-family: arial;
	color: #FF0000; 
	text-decoration: underline;
}
