/*_____________PAGINA WEB_____________*/

a:link {text-decoration:underline;}
a:actived {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}

a.menu:hover {color:#B73F3F; text-decoration:none;}
a.menu:link {text-decoration:none;}
a.menu:visited {text-decoration:none;}
a.menu:adtived {text-decoration:none;}


body {

	background-color:#003636; 
	background: url(images/fondo.gif);
	text-align: left; 
	color:#4A4A4A; 
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, Verdana, Sans-serif;
	margin: 0 auto;
	padding: 0;
		
}

/*_____________CLASES TEXTOS_____________*/

.textos {
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	line-height: 140%;
}
	
.menu {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}

.menu a:hover {

	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #B73F3F;
	text-decoration: none;
	line-height: 130%;
	font-weight: bold;
}

.seccion {

	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	color: #026464;
	font-weight: bold;
}

.titulo {
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 11px;
	color: #9F9F9F;
	line-height: 120%;
	font-weight: bold;
}

.ubica {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 11px;
	color: #00344F;
	line-height: 120%;
}

.ubica a:hover {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 11px;
	color: #AA0000;
	line-height: 120%;
}

.links {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #AA0000;
	line-height: 120%;
	text-decoration: none;
}

.lista {
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #026464;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
}

.titulo {
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #0E3F82;
	text-decoration: none;
	line-height: 140%;
	font-weight: bold;
}

.abajo {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 10px;
	color: #00344F;
	line-height: 130%;
}
.abajo a:hover {
	font-family: Tahoma, Arial, Verdana, serif;
	font-size: 10px;
	color: #026464;
	line-height: 130%;
}

/*_____________CLASE FORM_____________*/

.form{
	border: 1px solid #A9D2EF;
	background-color: #EDF5FB;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #2086B9;
	text-align:left;
	background: url(images/degfor.gif);
	padding-left: 3px;

}

.desp{
	border: 1px solid #A9D2EF;
	background-color: #EDF5FB;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #2086B9;
	text-align:left;
	padding-left: 3px;

}

.btform{
	border: 1px solid #A9D2EF;
	background-color: #A9D2EF;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #2086B9;
	font-weight: bold;
	text-align:center;
	padding-left: 3px;	
}