@charset "utf-8";


a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
text-decoration: underline;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}

body {
	background-color: #525252;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#centro {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #747474;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#baner_superior {
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
}
.menu_contenido {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	color: #F7F000;
}

#botonera {
	height: 30px;
	width: 100%;
	background-color: #D68905;
}

#slide {
	background-color: #000000;
	height: 295px;
	width: 100%;
}
#sombra {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_gis.png);
	background-repeat:   repeat-y;
}
.texto_blanco {
	color: #FFFFFF;
	line-height: 17px;
}


#copy {
	width: 700px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	color: #E6E6E6;
	line-height: 20px;
	padding-bottom: 25px;
}
.menu_bar {
	background-image: url(../imagenes/fondo_dorado.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFB800;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFB800;
	padding: 7px;
}
.celda_cuerpo {

}


#contenido_general {
	width: 100%;
}
.texto_titulo_negro {
	font-size: 13px;
	font-weight: bold;
}
#login {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #B7B7B7;
	border: 1px solid #000000;
}
.texto_formularios {
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
