/* 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, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;	
	
	}	
		
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;
	}	
 

table
{
	height:100%	
}
		

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;
		
	}	

#texto_certificado 
{
	font-family:Arial;
	font-size:xx-small;
}



.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:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	cursor:default;
	color:	white;
	}

	
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_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;
	}
	
.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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
/* Maquetación pie certificados */	
#contenedor { 
	position:relative; 
	top:-5px;
	left:-40px;
	width:697px;
	height:304px;					
	padding:0px;
	margin:0px;	
}
#lateral_sup_izq { 
	position:absolute; 
	top:29px;
	left:0px;
	width:69px;
	height:162px;					
	padding:0px;
	margin:0px;
	}
#barra_superior { 
	position:absolute; 
	top:0px;
	left:0px;
	width:697px;
	height:29px;
	padding:0px;
	margin:0px;
	}
#marco_central {
	position:absolute; 
	top:29px;
	left:69px;
	width:559px;
	height:182px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;						
	
}
#lateral_sup_der { 
	position:absolute; 
	top:29px;
	left:628px;
	width:69px;
	height:162px;
	margin:0px;
	padding:0px;					
	}
#int_izq { 
	position:absolute; 					
	top:255px;
	left:68px;
	width:55px;
	height:55px;					
	padding:0px;
	margin:0px;
	}
#int_der { 
	position:absolute; 
	top:255px;
	left:574px;
	width:54px;
	height:55px;
	padding:0px;
	margin:0px;
	}
#barra_int { 
	position:absolute; 
	top:211px;
	left:69px;
	width:559px;
	height:44px;
	padding:0px;
	margin:0px;
	}
#barraIzqRep { 
	position:absolute; 
	top:191px;
	left:0px;
	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:628px;
	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;
}

#IMG_MAQUETA_PIE 	{
	margin: 0px;
	padding:0px;
	border:0px;
}

.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;
}

