html
{
  margin: 0%;
  padding: 0%;
  top: 0%;
  left: 0%;
  background-color: #4DB3F5;
	background-image: url(../img/fondo_repite.jpg) ;
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	text-align:justify;
	border: 0px solid yellow;
	width: 100%;
  height: 100%;
}

body
{
	position: relative;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  height: 110%;
  background-image: url(../img/fondo_a.jpg) ;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	font-size: 10px;
  font-family: verdana, sans-serif, Arial;
  color: black;
  border: 0px solid red;
  vertical-align: text-top;
} 
a:link
{
  text-decoration: none;
  /*font-weight: bold;*/
  font-size: 9px;
  color: #ff8c00;
}
a:visited
{
  text-decoration: none;
  /*font-weight: bold;*/
  font-size: 9px;
  color: #ff8c00;
}
a:hover
{
  font-weight: bold;
  font-size: 9px;
  color: #ff4500;
  text-decoration: none;
}
a:active
{
  /*font-weight: bold;*/
  font-size: 9px;
  color: #ff4500;
  text-decoration: none;
}
a.editar
{
  text-decoration: none;
  font-size: 8px;
  color: #f20000;
}
a.subtitulo
{
	font-size: 11px;
	font-family: Arial;
	text-align:justify;
	font-weight: bold;
  	color: #737373;
}
h1, h2, h3, h4, h5, h6 {
  font-family:  Verdana, Arial, sans-serif;
  margin: 0;
  color: #000000;
}
input
{
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
	font-size: 10px;
}
textarea
{
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
	font-size: 10px;
	font-family: verdana, sans-serif, Arial;
}
select
{
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
	font-size: 10px;
}
.img{
  text-decoration: none;
  border: 0;
  background-color: transparent;
  /*vertical-align: middle;*/
  vertical-align: bottom;
}
.fondo_claro
{
  background: #FFFAF0;
}
.fondo_contraste
{
  background-color: #ff8c00
}
.fondo_oscuro
{
	background-color: #e0edfb;  
}
.fondo_simple
{
  background-color: #CCCCCC;    
}

.borde_claro
{
  border: #FFFAF0 1px solid
}
.borde_contraste
{
  border: #ff8c00 1px solid
}
.borde_oscuro
{
  border: #e0edfb 1px solid 
}
.ancho_p
{
  width: 100px;
}
.ancho_m
{
  width: 200px;
}
.ancho_g
{
  width: 400px;
}
.alto_p
{
  height: 17px;
}
.alto_m
{
  height: 100px;
}
.alto_g
{
  height: 300px;
}
.banner
{
	background: url(../img/banner.jpg) left top no-repeat;
	height: 63px;
	width: 570px;
}
.fondo
{
	background: url(../img/fondo.png);
}
.texto_contraste
{
  color: #ff8c00;
}
.texto_login{
	font-size: 10px;
	color: #000000;
}
.fuente_p{
	font-size: 10px;
}

#pie{
	position: relative;
	top: 100%;
	font-size: 10px;
	text-align:center;
	width:100%;
	border: 0px solid black
}

#menu_pricipal{
	position: absolute;
	top: 0%;
	left: 0%;
	/*background: url(../img/barra_a.jpg);*/
	width:96%;
	font-size: 9px;
  font-family: verdana, sans-serif, Arial;
  color: #FF8C00;
  opacity: .6; filter: alpha(Opacity=60);
  background-color: #FFFFFF;
}

#login{
	position: absolute;
	/*font-size: 10px;*/
	top:30%;
	left:2%;
	width: 200px;
	/*padding: 10px;*/
	margin:0 auto;
  background:#D6D9D9;
	text-align:center;
	
}

#buscar{
	position: absolute;
	/*font-size: 10px;*/
	top:15%;
	left:2%;
	width: 200px;
	/*padding: 10px;*/
	margin:0 auto;
  background:#D6D9D9;
	text-align:left;
	/*opacity: .1; filter: alpha(Opacity=10);*/
}

#barra_home{
	border: 0px solid;
	position: absolute;
	top:61px;
	left:700px;
	/*width: 100%;*/
	text-align:justify;
}

.contenedor{
	/*font-size: 10px;*/
	width: 100%;
	text-align:justify;
	background: #EAF4FC url("../img/gra_a.gif") repeat-x ;
	opacity: .6; filter: alpha(Opacity=60);
}
 
.contenedor_error{
	position: absolute;
	font-size: 14px;
	width: 100%;
	height: 200%;
	text-align:justify;
	background: white ;
	opacity: .9; filter: alpha(Opacity=90);
}
 
.x {
	position: absolute;
	top:4px;
	left:97%;
	width: 12px;
	height: 12px;
	overflow:hidden;
	background-image: url("../img/x.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.x:hover {
	overflow:hidden;
	background-image: url("../img/x_o.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.mas {
	overflow:hidden;
	background-image: url("../img/max.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.mas:hover {
	overflow:hidden;
	background-image: url("../img/max_o.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.mas:active, .mas:focus {
	overflow:hidden;
	background-image: url("../img/min.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.menos {
	overflow:hidden;
	background-image: url("../img/min.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.menos:hover {
	overflow:hidden;
	background-image: url("../img/min_o.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.menos:active, .menos:focus {
	overflow:hidden;
	background-image: url("../img/max.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.fle {
	overflow:hidden;
	background-image: url("../img/fle.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.fle:hover {
	overflow:hidden;
	background-image: url("../img/fle_o.gif");
	background-repeat: no-repeat;	
	cursor:pointer;
}

.titulo{
	font-size: 12px;
	font-family: Arial;
	text-align:justify;
	color: #143562;
	font-weight: bold;
}

.titulo2{
	font-size: 13px;
	font-family: Arial;
	text-align:justify;
	color: #ff8c00;
	font-weight: bold;
}

.subtitulo
{
	font-size: 11px;
	font-family: Arial;
	text-align:justify;
	font-weight: bold;
  color: #737373;
}

.subtitulo2
{
	font-size: 10px;
	font-family: Arial;
	text-align:justify;
	font-weight: bold;
  color: #f3bf22;
}

.divisor{
	text-align:justify;
	width: 100%;
	overflow: auto;
	padding:0px;
	position: absolute;
	left:0;
}

#contenedor_lector{
	position: absolute;
	font-size: 10px;
	text-align:center;
	width: 80%;
	height: 500px;
	margin:0 auto;
	background: #FFFAF0;
	top: 10%;
	left: 10%;
	border: 1px solid;
}

#contenedor_encabezado{
	text-align:right;
	width: 100%;
	height: 20px;
	background: #BDCBE7;
	position: absolute;
	top:0;
	left:0;
}

#contenedor_contenido{
	font-size: 10px;
	text-align:justify;
	width: 95%;
	height: 73%;
	overflow: auto;
	padding:10px;
	position: absolute;
	top:10%;
	left:0;
}

#contenedor_pie{
	text-align:right;
	width: 100%;
	background: #BDCBE7;
	position: absolute;
	bottom: 0;
	left:0;
}

#cuerpo_bloquea {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:800px;
	background: #CCC;
	opacity: .6; filter: alpha(Opacity=60);
	border: 0px solid;
}

#encabezado {
	position:absolute;
	opacity: .9; filter: alpha(Opacity=90);
}

.transparencia{
	opacity: .9; filter: alpha(Opacity=90);
}

#menu_invisible{
	position:absolute;
	top: 5px;
	left: 0px;
	width:100%;
}

#capa_simbologia{
	/*filter: alpha(opacity=90); */
	moz-opacity: .9;
	/*background: #FFFFFF;*/
}

#capa_mapa{
	/*background: #FFFFFF;*/
}

#capa_barra{
	filter: alpha(opacity=90); 
	moz-opacity: .9;
	background: #FFFFFF; 
}

.titulo_destacado{
	font-size: 10px;
	font-family: Arial;
	text-align:justify;
	color: #FFFFFF;
	font-weight: bold;
}

.page, .page_last
{
	width:600px; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	page-break-after:always;
}
.page_last
{
	page-break-after:avoid;
}
#navigation
{
	display:none;
}
.texto_vertical{
writing-mode	: tb-rl; 
filter				: flipv fliph
}

.texto_blanco{
	color: #ffffff;
	font-weight: bold;
}