a, a:visited, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h1 {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 6px;
	border-left: 10px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}

h2 {
	color: #999999;
	font-size: 15px;
	font-weight:bold;
	padding-left: 6px;
	border-left: 10px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}

h3 {
	color: #999999;
	font-size: 13px;
	font-weight:bold;
	padding-left: 6px;
	border-left: 10px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}

#cabecera {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: #999999;
}

#cabecera_cuerpo {
	width: 780px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

#logo {
	width: 185px;
	height: 60px;
	float: left;
}

#cabecera_contenido {
	width: 585px;
	height: 67px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	vertical-align: bottom;
	text-align: right;
	float: right;
}

#idioma {
	margin-bottom: 20px;
}

#usuario {

}

#cabecera_contenido a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#cabecera_contenido input{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
	padding: 2px;
	vertical-align: middle;
}

#titulo {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 60px;
	background-color: #CCCCCC;
}

#titulo_cuerpo {
	width: 780px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

#subtitulo {
	width: 180px;
	height: 100px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	float: left;
}

#subtitulo_contenido {
	vertical-align: middle;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	border-left: 10px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
}

#foto {
	width: 590px;
	height: 100px;
	float: right;
}

#menu {
	width: 100%;
	height: 30px;
	position: absolute;
	top: 160px;
	background-color: #999999;
}

#menu_cuerpo {
	width: 780px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

#opciones {
	margin: 0px;
	float: right;
}

#opciones li {
	display: inline;
}

#opciones li a {
	display:block;
	margin: 5px;
	padding: 3px 5px 3px 5px;
	background-color: #777777;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border: 1px;
	border-color: #EEEEEE;
}

#opciones li a:hover {
	margin: 5px;
	padding: 3px 5px 3px 5px;
	background-color: #EEEEEE;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border: 1px;
	border-color: #777777;
}

#cuerpo {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 190px;
	background-color: #FFFFFF;
	padding: 10px;
}

#inferior{
	width: auto;
	height: 38px;
	margin-top: 20px;
	background-color: #EEEEEE;
}

#inferior_izq{
	width: auto;
	height: 38px;
	padding-left: 20px;
	text-align: left;
	float: left;
}

#inferior_dch{
	width: auto;
	height: 38px;
	padding-right: 10px;
	text-align: right;
}

.boton {
	margin: 1px;
	background-color: #EEEEEE;
	border-color: #999999;
	padding: 6px;
}

.boton a {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.boton a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.boton a:hover{
	color: #999999;
}

.boton img {
	border: 0px;
	vertical-align: middle;
}

.boton_cabecera {

}

.boton_cabecera a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

.boton_cabecera img {
	border: 0px;
	vertical-align: middle;
}

.tabla td {
	padding: 2px;
	margin: 4px;
	height: 18px;
	vertical-align: middle;
	border: 0px;
}

.cabecera_tabla {
	background-color: #DDDDDD;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	vertical-align: middle;
	padding: 2px;
	margin: 4px;
}

.fila_alterna {
	background-color: #EEEEEE;
}

.fila_paginacion {
	height: 30px;
	background-color: #FFFFFF;
	text-align: right;
}

.texto_verde {
	color: #00CC00;
	font-weight: bold;
}

.texto_naranja {
	color: #FF9900;
	font-weight: bold;
}

.texto_rojo {
	color: #CC0000;
	font-weight: bold;
}

.texto_amarillo {
	color: #FFCC00;
	font-weight: bold;
}

.texto_azul {
	color: #0066FF;
	font-weight: bold;
}

.formulario input{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: #777777;
	padding: 2px;
	vertical-align: middle;
}