/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/
BODY
{
	background-color:#595959;	margin-right:0px;	margin-top:0px;    margin-left:0px;
    margin-bottom:0px;
	height:100%;	
}

H1, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	MARGIN: 0px;FONT-SIZE: 130%;
	}	

H2 {
	MARGIN-TOP: 10px; FONT-SIZE: 120%; MARGIN-BOTTOM: 12px; COLOR: #00356c
}		
/*
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
*/		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
 


TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	





.A_BLUE:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#3333cc;
	}	
		
.A_BLUE:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#333399;
	}	
		
.A_BLUE:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#333399;
	}	
		
.A_BLUE:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:	#3333cc;
	}
	
.A_GREEN:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:Lime;
	}
	
.A_GREEN:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	Lime;
	}
	
.A_GREEN:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	Lime;
	}	
		
.A_GREEN:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:	Lime;
	}	

.A_WHITE:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#FFFFFF;
	}	
		
.A_WHITE:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#FFFFFF;
	}	
		
.A_WHITE:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:	#FFFFFF;
	}	
		
.A_WHITE:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:	#FFFFFF;
	}
	
.A_RED:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:Red;
	}	
		
.A_RED:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:Red;
	}	
		
.A_RED:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:Red;
	}	
		
.A_RED:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:Red;
	}
	
.A_GRAY:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:#111111;
	}
	
SMALL	{	
	font-size:	.7em;
	}	
	
.TEXT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.TITULO	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.TEXT_BLUE_SMALL	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Blue;
	}	
.TEXT_RED_SMALL	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Red;
	}	
.TEXT_BOLD_RED_SMALL	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Red;
	}	
.TEXT_BOLD_WHITE_SMALL	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;
	}	
.TEXT_BOLD	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.TEXT_RED	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Red;
	}
.TEXT_GREEN	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Green;
	}	
.TEXT_SMALL_GREEN	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Green;	
	}
.TEXT_BUTTON	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	1;
	text-transform:	none;
	color:Black;	
	}
.TEXT_BUTTON_ON	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	1;
	text-transform:	none;
	color:White;
	}	
.TEXT_TITULO	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	1;
	text-transform:	none;
	color:Gray;
	}	
.TEXT_TAMANO	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	0.7em;	
	color:Black;
	}
	
.TEXT_DESCRIPCION	{	
	font-family: Arial, Helvetica, sans-serif;	
	font-size:	0.6em;	
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	1;
	letter-spacing:	1;
	text-transform:	none;	
	color:Black;	
	}	
.TEXT_DNI	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	0;
	letter-spacing:	1;
	text-transform:	none;
	color:Black;
	}
.TEXT_COMENTARIO	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight:normal;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	0;
	letter-spacing:	1;
	text-transform:	none;
	color:Gray;
	}	
.TEXT_COMENTARIO_AZUL	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.6em;
	font-weight:normal;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	0;
	letter-spacing:	1;
	text-transform:	none;
	color:#3399cc;
	}
	
.TEXT_CABECERA	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:bolder;
	font-style:	normal;
	text-decoration:none;
	word-spacing:	1;
	letter-spacing:	1;
	text-transform:	none;
	color:#7d9c01;
	}
.TEXT_WHITE	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;	
	}	
.TEXT_WHITE_BOLD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;
	}
	
.TEXT_SMALL	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.TEXT_SMALL_WHITE_BGBLUE	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: White;
	background: Blue;
	}
.tdGeneral {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f7f7ef
}
.tdGeneralHigher {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #f7f7ef
}
.bgFondo {
	BACKGROUND-COLOR: #f7f7ef
}
.TitSeccionBold {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #00356c; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 18px; TEXT-DECORATION: none
}
.hidden {
	DISPLAY: none
}
.active {
	DISPLAY:inline
}
#divRegistro
{
DISPLAY: none;
}
.txtLink:hover {
	COLOR: #3399cc; TEXT-DECORATION: none
}
.txtLink {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #3399cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.txtLinkBig:hover {
	COLOR: #3399cc; TEXT-DECORATION: none
}
.txtLinkBig {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3399cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.sp {
	FONT-SIZE: 1px; LINE-HEIGHT: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.header {
	FONT-SIZE: 1px; LINE-HEIGHT: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;background-color:#98CE00;
}
.TitPopUp {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #7f7e7d; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.bgBorde {
	BACKGROUND-COLOR: #e2e2e2
}
.bgFuera {
	BACKGROUND-COLOR: #ffffff
}
.FormObject {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #e7e7e7; TEXT-DECORATION: none
}
.txtNormal {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.txtNormalAzul {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR:Gray; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.FormObjectWhite {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.txtDest {
	FONT-SIZE: 10px; COLOR: #00356c; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.txtNegrita {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.botonSt {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; CURSOR: hand; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.TEXT_SMALL_BOLD	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.TEXT_SMALL_BOLD_WHITE	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;
	}


BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
	
/* Maquetación pie certificados */	
#contenedor { 
	position:absolute; 
	left:94px;
	top:599px;
	width:802px;
	height:310px;					
	padding:0px;
	margin:0px;	
	background-color:#99CC00;
}
#lateral_sup_izq { 
	position:absolute; 
	top:29px;
	left:64px;
	width:69px;
	height:162px;					
	padding:0px;
	margin:0px;
	background-image:url(../images/piePagina/lateral_sup_izq.gif);
	}
#barra_superior { 
	position:absolute; 
	top:0px;
	left:64px;
	width:697px;
	height:29px;
	padding:0px;
	margin:0px;
	background-image:url(../images/piePagina/barra_superior.gif);
	}
#marco_central {
	position:absolute; 
	top:29px;
	left:133px;
	width:559px;
	height:182px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;						
	
}
#lateral_sup_der { 
	position:absolute; 
	top:29px;
	left:692px;
	width:69px;
	height:162px;
	margin:0px;
	padding:0px;
	background-image:url(../images/piePagina/lateral_sup_der.gif);				
	}
#int_izq { 
	position:absolute; 					
	top:255px;
	left:133px;
	width:54px;
	height:55px;					
	padding:0px;
	margin:0px;
	background-image:url(../images/piePagina/int_izq.gif);
	}
#int_der { 
	position:absolute; 
	top:255px;
	left:645px;
	width:54px;
	height:55px;
	padding:0px;
	margin:0px;
	background-image:url(../images/piePagina/int_der.gif);
	}
#barra_int { 
	position:absolute; 
	top:211px;
	left:133px;
	width:559px;
	height:44px;
	padding:0px;
	margin:0px;
	background-image:url(../images/piePagina/barra_int.gif)
	}
#barraIzqRep { 
	position:absolute; 
	top:191px;
	left:64px;
	width:69px;
	height:119px;
	padding:0px;
	background-image: url(../images/piePagina/barraIzqRep.gif);	
	background-repeat:repeat-y;
	margin:0px;
	}
#barraDerRep { 
	position:absolute; 
	top:191px;
	left:692px;
	width:69px;
	height:119px;
	padding:0px;
	background-image: url(../images/piePagina/barraDerRep.gif);
	background-repeat:repeat-y;
	margin:0px;
	}				
#texto_certificado 
{
	font-family:Arial;
	font-size:xx-small;
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:top;
}

#IMG_MAQUETA_PIE 	{
	margin: 0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

.A_GRAY:link	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:visited	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:active	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	color:#111111;
	}	
		
.A_GRAY:hover	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;		
	color:#111111;
}

#divLoader
{
	LEFT: 725px; 
	OVERFLOW: auto; 
	POSITION: absolute; 
	TOP: 460px; 
	height:20px;
	width:100px;
	visibility:visible;
	z-index:2000;
	background-color:Green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

#divValidador
{
	display:block;
	LEFT: 725px; 
	OVERFLOW: auto; 
	POSITION: relative; 
	TOP: 460px; 
	height:20px;
	width:100px;
	visibility:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.7em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

#divLogos
{
	position:absolute;
	LEFT: 0px; 
	WIDTH: 800px; 	 
	TOP: 0px; 
	HEIGHT: 101px; 
	z-index:100;
}

#divLogoLimasa3
{
	position:absolute;
	LEFT: 100px; 
	TOP: 30px;
	height:60px;
	width:58px
}

#divTextoLimasaGrande
{
	position:absolute;
	LEFT: 160px; 
	TOP: 45px;
	height:37px;
	width:119px;
}

#divTextoLimasa
{
	position:absolute;
	LEFT: 160px; 
	TOP: 82px;
	height:16px;
	width:202px;
}
#divLogoAytoMalaga
{
	position:absolute;
	LEFT:540px; 
	WIDTH: 220px; 
	TOP: 2px; 
	HEIGHT: 101px;
}

#divBotonera
{
	 display:block;
	 LEFT: 85px; 
	 POSITION: relative; 
	 TOP: 39px;
	 z-index:2000;	 
}

#divContenedorBotonera
{
	position:absolute;top:0px;left:0px;height:0px;width:134px;
}

#divContenedorBoton
{
	position:relative;left:0px;top:0px;width:134px;height:27px;CURSOR: hand; cursor:pointer;
}

.divBoton1
{
	position:absolute;
	left:0px;
	top:0px;
	width:15px;
	height:27px;	
}

.divBoton2
{
	position:absolute;
	left:15px;
	top:0px;
	width:108;
	height:4;	
}

.divBoton33
{
	position:absolute;
	left:15px;
	top:4px;
	width:108px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:bolder;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:1;
	text-transform:none;
	color:Black;
	text-align:center;
	background-color:#EAEAEA;
}

.divBoton4
{
	position:absolute;left:15px;top:20px;width:108px;height:7px;
}

.divBoton5
{
	position:absolute;left:123px;top:0px;width:11px;height:27px;
}

#divDocumentos
{
	position:absolute;
	LEFT: -3px; 
	OVERFLOW: auto; 
	WIDTH: 503px; 
	POSITION: relative; 
	TOP: 0px; 
	HEIGHT: 290px;
	z-index:1002;
}

#divPiePagina
{
	position:absolute;
	left:94px;
	top:599px;
	background-color:#99CC00; 
	width:802px;
	border:1px;
}

#divCabecera
{
	position:absolute;
	top:0px;
	left:94px;
	width:802px;
	height:114px;
	background-image:url(../images/documentos-web_sectores_01.gif);
}

#divCuerpo
{
	position:absolute;
	top:0px;
	left:0px;
}

#divCuerpoCentral
{
	position:absolute;
	top:114px;
	left:94px;
	height:405px;
}

#divLateralIzq
{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:224px;
}

#divMenuArriba
{
	  position:absolute;top:0px;left:0px;width:224px;height:39px;background-image:url(../images/menu_arriba.gif);background-repeat: no-repeat;	  
}

#divMenuLateral
{
	position:absolute;top:39px;left:0px;width:85px;height:146px;background-image:url(../images/menu_izq.gif);background-repeat: no-repeat;
}

#divMenuDer
{
	position:absolute;top:39px;left:219px;width:5px;height:146px;background-image:url(../images/menu_der.gif);background-repeat: no-repeat;
}

#divMenuAbajo
{
	position:absolute;top:184px;left:0px;width:224px;height:204px;background-image:url(../images/menu_abajo.gif);background-repeat: no-repeat;
}

#divLateralDer
{
	position:absolute;top:0px;left:224px;width:354px;height:390px;
}

#divLateralDer1
{
	position:absolute;top:0px;left:0px;width:578px;height:15px;background-image:url(../images/documentos-web_sectores_03.gif);background-repeat: no-repeat;
}

#divLateralDer2
{
	position:absolute;top:15px;left:0px;width:13px;height:22px;background-image:url(../images/documentos-web_sectores_04.gif);background-repeat: no-repeat;
}

#divLateralDer3
{
	position:absolute;top:15px;left:13px;width:499px;height:22px;background-color:white;
}

#divLateralDer4
{
	position:absolute;top:15px;left:512px;width:66px;height:22px;background-image:url(../images/documentos-web_sectores_06.gif);background-repeat: no-repeat;
}

#divLateralDer5
{
	position:absolute;top:37px;left:0px;width:578px;height:20px;background-image:url(../images/documentos-web_sectores_07.gif);background-repeat: no-repeat;
}

#divLateralDer6
{
	position:absolute;top:57px;left:0px;width:13px;height:290px;background-image:url(../images/documentos-web_sectores_08.gif);background-repeat: no-repeat;
}

#divLateralDer_Centro
{
	position:absolute;top:57px;left:13px;width:499px;height:290px;background-color:white;
}

#divLateralDer7
{
	position:absolute;top:57px;left:512px;width:66px;height:290px;background-image:url(../images/documentos-web_sectores_10.gif);background-repeat: no-repeat;
}

#divLateralDer8
{
	position:absolute;top:345px;left:0px;width:578px;height:42px;background-image:url(../images/documentos-web_sectores_11.gif);background-repeat: no-repeat;
}

#divPactoMundial
{
	position:absolute;top:81px;left:280px;width:73px;height:74px;margin-top:3;margin-bottom:4;margin-left:34px;margin-right:33px;cursor:hand;cursor:pointer;
}

#divEMAS
{
	position:absolute;top:81px;left:140px;width:131px;height:67px;margin-top:14;margin-bottom:0;margin-left:5px;margin-right:4px;cursor:hand;cursor:pointer;
}

#divEFQM
{
	position:absolute;top:81px;left:0px;width:82px;height:74px;margin-top:3;margin-bottom:4;margin-left:29px;margin-right:29px;cursor:hand;cursor:pointer;
}

#divISO9001
{
	position:absolute;top:0px;left:420px;width:131px;height:67px;margin-top:7;margin-bottom:7;margin-left:4px;margin-right:4px;cursor:hand;cursor:pointer;
}

#divSA8000
{
	position:absolute;top:0px;left:280px;width:131px;height:67px;margin-top:7;margin-bottom:7;margin-left:5px;margin-right:4px;cursor:hand;cursor:pointer;
}

#divOSHAS18001
{
	position:absolute;top:0px;left:140px;width:131px;height:67px;margin-top:7;margin-bottom:7;margin-left:5px;margin-right:4px;cursor:hand;cursor:pointer;
}

#divISO14001
{
	position:absolute;top:0px;left:0px;width:131px;height:67px;margin-top:7;margin-bottom:7;margin-left:5px;margin-right:4px;cursor:hand;cursor:pointer;
}

#divPoliticaPrivacidad
{
	position:absolute;left:350px;top:280px;
}	

#divPie
{
	  position:absolute;top:387px;left:0px;width:802px;height:98px;background-image:url(../images/documentos-web_sectores_12.gif);
}
.txtPrint {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

#print 
{
	background-color:#ffffff;
}

