/* CSS Document */

  @font-face {
    font-family: Tahoma;
    src: url(fonts\TAHOMA1.eot);
  }
  @font-face {
    font-family: Swis721 Ex BT;
    src: url(fonts\SWISEXB0.eot);
  }
  @font-face {
    font-family: Tahoma;
    src: url(fonts\TAHOMA0.eot);
  }

p {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:justify;
}

.Estilo1 {
	font-family: Tahoma;
	font-size: 12px;
}
.Estilo2 {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
}
.Estilo3 {
	font-family: Verdana;
	font-size: 14px;
	color: #406496;
	font-weight: bold;
}


.Estilo4 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:justify;
}

a:link {
	color: #f58918;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #f58918;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #f58918;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #f58918;
	font-weight:bold;
	text-decoration: none;
}
a {
	font-family: Tahoma;
	font-size: 11px;
}
.Estilo6 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #006699	
}

.Estilo7 {
	font-family: Swis721 Ex BT;
	font-size: 14px;
	color: #FDC800;
	text-align:left;
	font-weight:bold;
}


.tituloverde {
	font-family: Swis721 Ex BT;
	font-size: 13px;
	color: #88B705;
	text-align:left;
	font-weight:bold;
}


.tituloAzul {
	font-family: Swis721 Ex BT;
	font-size: 13px;
	color: #406496;
	text-align:left;
	font-weight:bold;
}


/*
codigo para Tool Tip
inicio
*/

a.info {
position:relative;
z-index:24; /*background-color:#ccc;*/
color:#246E95;
text-decoration:none;
}
a.info:hover {
z-index:25; background-color:#ffffff;
}
/* Esta es la que hace que el texto en el span no se despliegue en el estado normal de la URL*/
a.info span {
display : none;
}
/* Esta zona es la que hace que se despliegue cuando nos ubicamos sobre el texto de la URL o la imagen dentro de la URL*/
a.info:hover span {
display: block;
position: absolute;
top: 2em;
left: 2em;
width: 85px;
border: 1px solid #cccccc;
background-color: #246E95;
color: #ffffff;
text-align: left;
font-family: tahoma;
font-size: 10px;
padding: 5px;
}

/*
fin
*/