/*
 ACTUM FISCAL

 COLORES
 -------
 
 Azul Oscuro 	#012D52
 Rojo Texto		#ED2E38
 Rojo Social	#9C1F2E
 Gris			#4D4D4D Cuerpo de Texto y titulares
 Azul Claro		#888AFF	Destacado Texto
 Amarillo Corp  #FFCD33
 Crema Fondos  	#FFF0C2
 Azul Alt menu	#3129A3
 Gris combos    #E8E8E8
 
*/
/* Style general
-------------------------------------------------------*/
html {
	background-color: white;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #DDDDDD;
	SCROLLBAR-SHADOW-COLOR: #DDDDDD;
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD;
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #F5F5F4;
	SCROLLBAR-BASE-COLOR: #F5F5F4;
	overflow:auto;
	/*margin: 0px 5px 0px 15px;*/
}

.documentos {
	margin: 	  10px 10px 10px 10px;
	padding:          2px 2px 4px 4px;
	background-color: #FFFFFF;
	color: #012D52;
	overflow: auto;
	height: 400px;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        10px;
	font-weight:      none;
	text-decoration:  none;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #DDDDDD;
	SCROLLBAR-SHADOW-COLOR: #DDDDDD;
	SCROLLBAR-3DLIGHT-COLOR: #DDDDDD;
	SCROLLBAR-DARKSHADOW-COLOR: #DDDDDD;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #F5F5F4;
	SCROLLBAR-BASE-COLOR: #F5F5F4;
}

.publicidad{
        background-color: #FFCD33;
		width:     100%;
        text-align: center;
}


img {border: 0px;}

.subtitulo, .subtitulo a:link, .subtitulo a:visited, .subtitulo a:hover, .subtitulo a:active,
.documento, .documento a:link, .documento a:visited, .documento a:hover, .documento a:active,
.normal, .normal a:link, .normal a:visited, .normal a:hover, .normal a:active,
.titulo, .cabecera, .nota, .titulodoc, .cabdoc
 {
	color: #012D52;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        13pt;
	font-weight:      normal;
	text-decoration:  none;				
}

.subtitulodoc
 {
	color: #666666;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        8pt;
	font-weight:      normal;
	text-decoration:  none;				
}

.subtitulo, .subtitulo a:link, .subtitulo a:visited, .subtitulo a:hover, .subtitulo a:active
{
	font-size:        10pt;
}

.subtitulo2, .subtitulo2 a:link, .subtitulo2 a:visited, .subtitulo2 a:hover, .subtitulo2 a:active
{
	color: #012D52;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        11pt;
	font-weight:      normal;
	text-decoration:  none;				
}

.cabdoc
{font-size:        8pt;}

.titulo
{font-size:        16pt;}

.titulodoc
{font-size:        9pt;
font-weight:      bold;
}

.cabecera
{font-size:        12pt;}

.nota
{
	font-size:        7pt;
}

.espacio 
{font-size:        3pt;}

.enlaceinfo, .enlaceinfo a:link, .enlaceinfo a:visited, .enlaceinfo a:hover, .enlaceinfo a:active
 {
	color: #CCCCCC;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        8pt;
	font-weight:      normal;
	text-decoration:  none;				
	margin:		  5px 0px 0px 0px;
}

.tituloinfo 
{
	color: #012D52;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        9pt;
	font-weight:      normal;
	text-decoration:  none;				
}

.titulos1-2 
{
	color: #3129A3;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        8pt;
	font-weight:      normal;
	text-decoration:  none;				
}

.numeroinfo
 {
	color: #888AFF;
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	font-size:        14pt;
	font-weight:      bold;
	text-decoration:  none;				
	font-style:		  italic;
}

.resumen{
	color: #ED2E38;
	font-family:      Arial, Verdana, Helvetica, sans-serif;
	font-size:        9pt;
 	text-decoration:  none;
	padding: 	      5px 0px 5px 0px;
}

