  @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);
  }
  
  
/*
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: 120px;
border: 1px solid #cccccc;
background-color: #246E95;
color: #ffffff;
text-align: left;
font-family: tahoma;
font-size: 10px;
padding: 5px;
}

/*
fin
*/  


h1 {
	font-family: Swis721 Ex BT;
	font-size: 13px;
    color: #006997;
	text-align:left;
}

h2 {
	font-family: Swis721 Ex BT;
	font-size: 13px;
	color: #FDC800;
	text-align:left;
}

p {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:justify;
}

body {
	background: url(Imagenes/Fondo2.jpg) center repeat-y;
	margin-top: 0px;
/*	margin-bottom: 0px;*/
}

.estilo1{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:justify;
}

.estilo2{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #006997;
	text-align:justify;
}

.CopyR {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-align:center
}

.TitContacto{
	font-family: Swis721 Ex BT;
	font-size: 13px;
	color: #006997;
	text-align:left;
	font-weight:bold;
}

.textoContacto{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:left;
}

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;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}

.resaltarP{
	font-family: Swis721 Ex BT;
	font-size: 10px;
	/*font-style:italic;*/
	color: #666666;
	text-align:justify;
	font-weight:bold;
}

.Titulo{
	font-family: Swis721 Ex BT;;
	font-size: 11px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
}

.TituloTabla{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-align:center;
	font-weight:bold;
}

.SubtituloTabla{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	text-align:center;
	font-weight:bold;
}

.tituloAmarillo {
	font-family: Swis721 Ex BT;
	font-size: 13px;
	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;
}
