/* CSS Document */

.menu {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #86891B;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #EC9001;
	font-weight: bold;
	text-decoration: none;
}
.gris10 {
	font-family:  Arial, sans-serif;
	font-size: 10px;
	color: #616264;
	text-decoration: none;
}

a.gris10:hover {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #EC9001;
	text-decoration: none;
}
.txtGris{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #595B5D;
}

.txtGris11{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #595B5D;
}

.txtGris10{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #616264;
}

.txtVerde{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#93A232;
}
.txtVerde14{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color:#93A232;
}
.txtNaranja{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#FCAD32;
}

.txtVerde11{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:#93A232;
}

.tit{
	background-position:bottom left; 
	background-repeat:no-repeat; 
	height:30px;
}
.inputbtn { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #ffffff;
	background-color: #C8D036;
	border: #C8D036;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

body {
	SCROLLBAR-FACE-COLOR: C7CF35;
	SCROLLBAR-HIGHLIGHT-COLOR: C7CF35;
	SCROLLBAR-SHADOW-COLOR: C7CF35;
	SCROLLBAR-3DLIGHT-COLOR: C7CF35;
	SCROLLBAR-DARKSHADOW-COLOR: C7CF35;
	SCROLLBAR-ARROW-COLOR: F2F4CE;
	SCROLLBAR-TRACK-COLOR: F2F4CE;
	SCROLLBAR-BASE-COLOR: F2F4CE;
}
input { font-family: Arial, Helvetica, sans-serif; font-size: 12px; weight: 10px; color: #595B5D;
background-color: #ffffff; border: #ffffff; border-style: solid; border-top-width: 1px; 
border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Arial, Helvetica, sans-serif; color: #595B5D; 
background-color: #ffffff; border: #ffffff; border-style: solid; border-top-width: 1px; 
border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
textarea { font-family: Arial, Helvetica, sans-serif; color: #595B5D; 
background-color: #ffffff; border: #ffffff; border-style: solid; border-top-width: 1px; 
border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.tdN{
	background-color:#C7CF35;
	height:20px;
}
.enlaceblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.enlaceblanco:hover {
	color: #ffffff;
	text-decoration:underline;
}

.enlaceazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7CF35;
	text-decoration: none;
}
a.enlaceazul:hover {
	color: #C7CF35;
	text-decoration:underline;
}
.enlaceazul2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C7CF35;
	text-decoration: underline;
	font-weight:bold;
}
a.enlaceazul2:hover {
	color: #C7CF35;
	text-decoration:underline;
}

.txtPubli {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 353535;
	letter-spacing: -1px;
}
.bordepubli{
	border-width:1px;
	border-color:#C7CF35;
	border-style:solid;
}
.bordeinf{
	border-bottom-width:1px;
	border-bottom-color:#C7CF35;
	border-bottom-style:solid;
}