/*
Diagrama de divs:

Layout (z= 1)
	|- NoticiaAtras (z= 1)
	|- Menus (z= 2)
	|- Caja (z= 3)
	|- Contenido (z= 4)
	|- Header (z= 5)
	|- NoticiaArriba (z= 6)
	|- MapaUbicacion (z= 7)
	|
	|
	|
	|- 
	|-
	|-Debug (z= 100)
*/
a{
	color:#333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/************************************************************************************************/
/* ESTILOS DEL CONTENIDO*/
#Contenido {
	position:absolute;
	left:107px;
	top:120;
	z-index:4;
	width: 767px;
	height: 659px;
	/*border: thin dashed #990000;*/
}
#ContenidoBgnd {
	height: 406px;
	width: 598px;
	position: absolute;
	left: 29px;
	top: 190px;
	z-index: -1;
}
/************************************************************************************************/
/* ESTILOS DE LOS ELEMENTOS DEL LAYOUT*/
/************************************************************************************************/
#Layout {
	position: relative;
	margin: auto;
	width:880px;
	height: 800px;
	text-align: left;
	z-index: 1;
	/*border: thin dashed #900000;*/
}
/* NOTICIA ATRAS ********************************/
#NoticiaAtras {
	position:absolute;
	left:500;
	top:3;
	width:230;
	height:160;
	z-index:1;
}
/* MENUS ********************************/
#Menus {
	position:absolute;
	top:165px;
	width:114px;
	height:auto;
	z-index:2;
	left: 0px;
}
#MenuPrincipal td{
	padding-left: 10px;
	cursor: default;
}
#MenuPrincipal span {
	color: #1E63AB;
	/*font-weight: bold;*/
	width: 100px;
	display: block;
}
.MenuPrincipalSmall {
	font-size: 10px;
	line-height: 8px;
}
/* MENU SECUNDARIO ********************************/
#MenuSecundario td {
	padding-left: 10px;
	cursor: default;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#MenuSecundario span {	
	display: block;
	width: 100px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#MenuSecundario .SubMenus td {
	padding-left: 0px;
}
#MenuSecundario .SubMenus td  span{
	padding-left: 2px;
	width: 95px;
}

/* CAJA ********************************/
#Caja {
	position:absolute;
	left:107px;
	top:120;
	z-index:3;
	width: 767px;
	height: 659px;
	background-image: url(../layout/caja.gif);
	background-repeat: no-repeat;
}
/* HEADER ********************************/
#Header {
	position:absolute;
	left:135px;
	top:146px;
	width:598px;
	height:auto;
	z-index:5;
}
#Header td {
	color: #FFFFFF;
}

#MenuArriba{
	margin-right:0px;
}
#MenuArriba span{
	padding-right: 10px;
	padding-left: 10px;
};
#SubMenuArriba td{
	padding-right: 0px;
	padding-left: 0px;
}
.MenuArribaSmall {
	font-size: 10px;
	line-height: 8px;
}
/* NOTICIA ARRIBA ********************************/
#NoticiaArriba {
	position:absolute;
	left:145px;
	top:120px;
	width:255;
	height:98px;
	z-index:6;
	color: #FFFFFF;
}

/* MAPA UBICACION ********************************/
#MapaUbicacion {
	position:absolute;
	left:550px;
	top:718px;
	width:185px;
	height:33px;
	z-index:7;
}
/* FIRMA ********************************/
.Firma {
	font-size: 10px;
	color: #FFFFFF;
}
.Firma a {
	color: #FFFFFF;
	text-decoration: none;
}
.Firma a:hover {
	text-decoration: underline;
}
/*********************************/
.White {
	color: #FFFFFF;
}
.TituloBlanco {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.Resultado{
	color:#00CCFF;
	font-weight:bold;
	background-color:#FFFFFF;
}
.Mensaje {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

