/*_____________PAGINA WEB_____________*/

a:link {text-decoration:underline;}
a:actived {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:none;}

/*
body {

	background-color:#46210b; 
	background: url('images/fondo.gif');
	text-align: left; 
	color:#000000; 
	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: #000000;
	text-decoration: none;
	line-height: 120%;
}

.textos a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d3cf92;
	text-decoration: none;
}

.textos a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d3cf92;
	text-decoration: underline;
}



.destacados {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #d3cf92;
	text-decoration: none;
	line-height: 120%;
	}

.destacados a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d3cf92;
	text-decoration: none;
}

.destacados a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d3cf92;
	text-decoration: underline;
}


.seccion {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffae00;
	text-decoration: none;
	font-weight: bold;
	}

.seccion a {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffae00;
	text-decoration: none;
	font-weight: bold;
}

.seccion a:hover {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #f7b4be;
	text-decoration: underline;
		font-weight: bold;
}




.nombre {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffa32f;
	text-decoration: none;
	line-height: 120%;
	font-weight: bold;
	}

.user {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding: 0.2em 0.9em 0.2em 0.5em;
	line-height: 120%
	}
	
.user a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #d3cf92;
	text-decoration: none;
	text-align: right;
	padding: 0.2em 0.9em 0.2em 0.5em;
	line-height: 120%
	}




.menu {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menu a {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}





.links {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FF9110;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%
	}

.abajo {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #e4be89;
	text-decoration: none;
	line-height: 120%
}

/*____________NUEVAS_CLASES TEXTOS_____________*/

.textos2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffeca9;
	text-decoration: none;
	line-height: 120%;
}

.textos3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #ffa2a2;
	text-decoration: none;
	line-height: 120%;
}

.menu2 {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffc581;
	text-decoration: none;
	font-weight: bold;
}

.menu2 a {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffc581;
	text-decoration: none;
	font-weight: bold;
}

.menu2 a:hover {
	font-family: Arial, Tahona, Verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
	

/*_____________CLASE FORM_____________*/

.form{
	border: 1px solid #4F4F4F;
	background-color: #FFFFFF;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #000000;
	text-align:left;
	/*background: url(images/degfor.gif);*/
	padding-left: 3px;

}

.desp{
	border: 1px solid #4F4F4F;
	background-color: #949494;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #000000;
	text-align:left;
	padding-left: 3px;

}

.btform{
	border: 1px solid #000000;
	background: #949494 url(images/degfor.gif) repeat-x left top;
	font: 11px/14px  Tahoma, Arial, Verdana;
	color: #000000;
	font-weight: bold;
	text-align:center;
	padding-left: 3px;	
}