body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #0153a7;
	scrollbar-face-color: #D2D1D1;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-darkshadow-color: #DEDEDE;
	scrollbar-track-color: #F1F0F0;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* BOTONES */

a:link {
	text-decoration:none; color: #ec6e00;	
}
a:visited {
	text-decoration:none;  color: #ec6e00;
}
a:active {
	text-decoration:none;  color: #ec6e00; 
}
a:hover {
	text-decoration:none;  color: #666666;
}

img{border:0;}


a.btn_10_blanco:link 	{text-decoration:none; 	color: #FFFFFF;	font-size: 10px; font-weight: bold; }
a.btn_10_blanco:visited {text-decoration:none;  color: #FFFFFF; font-size: 10px; font-weight: bold; }
a.btn_10_blanco:active 	{text-decoration:none;  color: #FFFFFF; font-size: 10px; font-weight: bold; }
a.btn_10_blanco:hover 	{text-decoration:none;  color: #bbea2c; font-size: 10px; font-weight: bold; }

a.btn_10_verde:link 	{text-decoration:none; 	color: #68c02e;	font-size: 10px; font-weight: bold; }
a.btn_10_verde:visited 	{text-decoration:none;  color: #68c02e; font-size: 10px; font-weight: bold; }
a.btn_10_verde:active 	{text-decoration:none;  color: #68c02e; font-size: 10px; font-weight: bold; }
a.btn_10_verde:hover 	{text-decoration:none;  color: #bbea2c; font-size: 10px; font-weight: bold; }

a.btn_10_azul:link 	{text-decoration:none; 	color: #0153a5;	font-size: 10px; font-weight: bold; }
a.btn_10_azul:visited 	{text-decoration:none;  color: #0153a5; font-size: 10px; font-weight: bold; }
a.btn_10_azul:active 	{text-decoration:none;  color: #0153a5; font-size: 10px; font-weight: bold; }
a.btn_10_azul:hover 	{text-decoration:none;  color: #37bbe9; font-size: 10px; font-weight: bold; }

/* TEXTO */
.tit10blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	PADDING-TOP: 9px;
}

.txt10verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #428838;
	line-height: 18px;
}

.txt10azul_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0153a5;
	font-weight: bold;
	text-transform: uppercase;
}

.txt10naranja_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ec6e00;
	font-weight: bold;
	text-transform: uppercase;
}

.txt10gris_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

/* TABLA */
.td_bot{
	background-image: url(img/bg_bot.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.td_linea_drchBlanc{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #ffffff;
}

.td_hrVerde{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/hr_verde.gif);
	background-repeat:  repeat-y;
}

.td_bot_int{
	text-align:right;
	padding: 6px;
	padding-right: 20px;
	text-transform: uppercase;
}

.td_txt_int{
	text-align:justify;
	line-height: 18px;
	color: #428838;
}

.td_img {
	border: 1px solid #d0d0d0;
}

.td_verProy {
	background-image: url(img/ver_proyectos.gif);
	background-repeat:  no-repeat;
	background-position: right;
}

/* FORM */
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60686a;
	border: 1px solid #6a6b6d;
}

.input_gris{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60686a;
	border: 1px solid #60686a;
}

.input_nrja{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60686a;
	border: 1px solid #ec6e00;
}

.check{border: none;
}


.iform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60686a;
	border: 1px solid #60686a;
}

.ibot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ec6e00;
	background-color: #ec6e00;

}

