@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.principal{
	width:700px;
	height:455px;
	background:url(img/fondo_home.jpg) center 10px no-repeat;
	border:#000000 1px solid;
}
div.secundario{
	width:700px;
	height:455px;
	border:#000000 1px solid;
}
.texto_gris{
	color:#666666;
}
.texto_gris_pequeno{
	color:#666666;
	font-size:10px;
	text-align:center;
}
.texto_negro{
	color:#000000;
	font-size:11px;
}
.texto_negro2{
	color:#000000;
	font-size:11px;
}
.borde1 {
	border-top:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	width:140px;
	height:10px;
}
.borde2 {
	border-bottom:#666666 1px solid;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	width:130px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	text-align:left;
}
.borde3 {
	border-top:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	width:140px;
	height:10px;
}

.subtitulo1{
	font-size:14px;
	font-weight:bold;
	color:#AAAAAA;
}
.subtitulo2{
	font-size:14px;
	font-weight:bold;
	color:#111111;
}
a:hover {
	text-decoration: underline;
}
.active {
	color: #9D9928;
	font-weight:bold;
	text-decoration:none;
}
.inactive {
	color: #006699;
	font-weight:normal;
	text-decoration:none;
}
.div_gris{background-color: #c9d1c7;}
.div_verde{background-color: #b3bd35;}
.div_grisoscuro{background-color:#87997d;}