BODY{
  /* background-color: black ; */
	/* Propiedades del texto */
	background-color: #000000;
	font-size : 11pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;	
}

hr.linea{
  height: 1px;
  border: 0;
  color: #ff6600;
	background-color: #ff6600;
  width: 100%;
}

p{
	font-size : 11pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
}

p.titulo{
	font-size : 14pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
}

p.subtitulo{
	font-size : 12pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
}

a{
	font-size : 11pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
	text-decoration:none;
}
a:visited{
	text-decoration:none;color:#ffcc33;
	color : #FF6600;
}

a:hover{
	text-decoration:none;
	color : #FFFFFF;
}

.titulo{
	font-size : 18pt;
	font-family : arial,helvetica;
	font-weight : 400;
	color : #FF6600;
}

.menu{
	font-size : 10pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
}

.centered_100{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

#div_cabecera{
  width:100%;
  position:relative;
  border-bottom: 1px solid #FF6600;
	font-size : 14pt;
	font-family : arial,helvetica;
	font-weight : 400;
	color : #FF6600;
}

#contenido{
  /* Propiedades de la división */
	width: 75%;
	height: 75%;
	overflow: auto;
	position:absolute;
	top: 15%;
	left:13%;
	/* border: 1px solid #FF6600;*/
  /* margin-left: 0%; */
	/* Propiedades del texto */
	font-size : 11pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
	/* Propiedades de la barra de desplazamiento */
	scrollbar-face-color: #000000; /*barra*/
  scrollbar-arrow-color: #ff6600; /*flecha*/
  scrollbar-track-color: #000000; /*fondo*/
  scrollbar-shadow-color: #ff6600; /*sombra*/
  scrollbar-highlight-color: #000000; /*sombra clara*/
  scrollbar-3dlight-color: #ff6600; /*sombra mas clara*/
  scrollbar-darkshadow-Color: #000000; /*sombra oscura*/
	/*border:1px solid #FF6600; */
}

#div_pie {
  width: 100%;
  position:absolute;
	top: 95%;
	left: 1%;
  border-top: 1px solid #FF6600;
  font-size : 11pt;
	font-family : arial,helvetica;
	font-weight : 100;
	color : #FF6600;
}

#div_gestion {
	float:right;
	width: 20%;
}

#div_bloque_gestion {
	float:left;
	width: 32%;
	border-left: 1px solid #FF6600;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}

#div_espacio {
	float:left;
	width: 2%;
}

#div_menu_contenedor{
  position:relative;
}

#div_menu_item {
  position:relative;
	text-align:center;
	float:left;
	width: 100px;
}

#inicio_imagen{
	overflow: auto;
	position:absolute;
  width: 100%;
	top: 40%;
}

#div_enlace{
  position:relative;
  float:left;
	width: 48%;
	/*margin:1%;*/
	/*border: 1px solid #FF6600;*/
}

#div_contenedor_enlace_interior{
  position:relative;
  float:left;
	width: 100%;
	text-align:center;

	/*margin:2%; */
	/*border: 1px solid #FFFF00; */
}
#div_enlace_interior{
	/*background-color: white ;*/
	/*valign:center;*/
	position:relative;
  float:left;
	width: 30%;
	text-align:center;
	margin:1%; /**/
	/*border: 1px solid #FF6600; */
}

input{
  border: 1px solid #FF6600;
	background-color : black;
	color : #FF6600;
}

button{
  border: 1px solid #FF6600;
  background-color : black;
	color : #FF6600;
}

select{
 	border: 1px solid #FF6600;
  background-color : black;
	color : #FF6600;
}

.menuskin{
  position:absolute;
  width:220px;
  /* background-color:black;*/
	background-color: #000000;
  border:1px solid #ff6600;
  font:normal 11px Verdana;
  line-height:18px;
  z-index:100;
  visibility:hidden;
}

.menuskin a{
  text-decoration:none;
  color:#ff6600;
  padding-left:10px;
  padding-right:10px;
}

#mouseoverstyle{
  background-color:#000000;
}

#mouseoverstyle a{
  color:#ffffff;
}