/**
 * Estilos genéricos .
 */
BODY {
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    color: #000000;
    background-color : #FFFFFF;
    font-weight: normal;
    font-size:8pt;
    text-align:left;
}  

H1 {
    font-size: 16pt;
    background-color: transparent;
    font-weight: bold;
}  

H2 {
    font-size: 14pt;
    background-color: transparent;
    font-weight: bold;
}  

H3 {
    font-size: 12pt;
	background-color: transparent;
    font-weight: bold;
}  

H4 {
	font-size: 10pt;
	background-color: transparent;
	font-weight: bold;
}  

H5 {
	font-size: 9pt;
	background-color: transparent;
	font-weight: bold;
	vertical-align : bottom;
}  

H6 {
    font-size: 8pt;
	background-color: transparent;
    font-weight: bold;
}  

P {
    font-size:8pt;
    background-color: transparent;
    font-weight: normal;
}  

FONT {
    font-size:8pt;
    background-color: transparent;
    font-weight: normal;
}  
  
HR {
    font-size: 8pt;
    color: #808080;	
    background-color: transparent;
}  

A:link {
	color: #005C8E;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	font-size:9pt;
}

A:visited {
	color: #005C8E;
    text-decoration: none;
	text-align: center;
    background-color: transparent;
	font-size:9pt;	
 }

 A:active {
	color: #005C8E;
    background-color: transparent;
	text-align: center;
    text-decoration: none;
    background-color: transparent;
	font-size:9pt;
 }

A:hover {
	color : #3E82AB;
    background-color: transparent;
	text-align: center;
    text-decoration: none;
    background-color: transparent;
	font-size:9pt;
}


TABLE {
     font-size: 8pt; 
}    
  
TH { 
     font-size: 8pt; 
}    

TR {
     font-size: 8pt; 
}    

TD { 
     font-size: 8pt; 
}    

DIR {
    list-style: disc;
}

UL { 
    font-size: 8pt; 
    list-style: disc;
}  

OL {
    list-style: decimal;
     font-size: 8pt; 
	background-color: transparent;
}  

LI {
     font-size: 8pt; 
	background-color: transparent;
}  

DT { 
     font-size: 8pt; 
}  

DD {
     font-size: 8pt; 
}  

B, STRONG {
    font-weight: bold;
}

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {
	font-style: italic;
}

PRE, TT, CODE, KBD, SAMP {
    font-family: "Courier New", Courier, monospace;
}

.textarea {
    font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
}

.textareaShort {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
	width: 55px;
	height : 50px;
	font-weight : normal;
}

.textareaMedium {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
	width: 250px;
	height : 50px;
	font-weight : normal;
}

.textareaLarge {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
	width: 300px;
	height : 50px;
	font-weight : normal;
}

.textareaVeryLarge {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
	width: 450px;
	height : 50px;
	font-weight : normal;
}
.combobox {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size : 8pt;
	width: 100pt;
	font-weight : normal;
}

/**
* Estilo de los asteriscos de datos obligatorios
*/
.star {
	color: Red;
	background-color: transparent;
}
/**
 * Estilos específicos en función de los colores del diseño.
 */
.color1 {
	color: #005C8E;
    background-color: transparent;
}

.color2 {
	color : #3E82AB;
    background-color: transparent;
}

.color3 {
	color : #7CA8C8;
    background-color: transparent;
}

.color4 {
	color : #BCD0E5;
    background-color: transparent;
}

.color5 {
	color : #DDE9F5;
    background-color: transparent;
}

.color6 {
	color : #ECF3FA;
    background-color: transparent;
}

.colorx {
	color : #FAFCFE;
    background-color: transparent;
}

.color1Left {
	color: #005C8E;
    background-color: transparent;
	text-align: left;
}

.color2Left {
	color : #3E82AB;
    background-color: transparent;
	text-align: left;
}

.color3Left {
	color : #7CA8C8;
    background-color: transparent;
	text-align: left;
}

.color4Left {
	color : #BCD0E5;
    background-color: transparent;
	text-align: left;
}

.color5Left {
	color : #DDE9F5;
    background-color: transparent;
	text-align: left;
}

.color6Left {
	color : #ECF3FA;
    background-color: transparent;
	text-align: left;
}

.colorxLeft {
	color : #FAFCFE;
    background-color: transparent;
	text-align: left;
}

.color1Right {
	color: #005C8E;
    background-color: transparent;
	text-align: right;
}

.color2Right {
	color : #3E82AB;
    background-color: transparent;
	text-align: right;
}

.color3Right {
	color : #7CA8C8;
    background-color: transparent;
	text-align: right;
}

.color4Right {
	color : #BCD0E5;
    background-color: transparent;
	text-align: right;
}

.color5Right {
	color : #DDE9F5;
    background-color: transparent;
	text-align: right;
}

.color6Right {
	color : #ECF3FA;
    background-color: transparent;
	text-align: right;
}

.colorxRight {
	color : #FAFCFE;
    background-color: transparent;
	text-align: right;
}

.color1Center {
	color: #005C8E;
    background-color: transparent;
	text-align: center;
}

.color2Center {
	color : #3E82AB;
    background-color: transparent;
	text-align: center;
}

.color3Center {
	color : #7CA8C8;
    background-color: transparent;
	text-align: center;
}

.color4Center {
	color : #BCD0E5;
    background-color: transparent;
	text-align: center;
}

.color5Center {
	color : #DDE9F5;
    background-color: transparent;
	text-align: center;
}

.color6Center {
	color : #ECF3FA;
    background-color: transparent;
	text-align: center;
}

.colorxCenter {
	color : #FAFCFE;
    background-color: transparent;
	text-align: center;
}

.colorBlack {
	color: Black;
	background-color: transparent;
}

.colorBlackLeft {
	color: Black;
	background-color: transparent;
	text-align: left;
}

.colorBlackCenter {
	color: Black;
	background-color: transparent;
	text-align: center;
}

.colorBlackRight {
	color: Black;
	background-color: transparent;
	text-align: right;
}

.tableTitle1Left {
	color: #FFFFFF;
    background-color: #005C8E;
	font-weight : bold;
	text-align: left;
}

.tableTitle2Left {
	color: #FFFFFF;
    background-color: #3E82AB;
	font-weight : bold;
	text-align: left;
}

.tableTitle3Left {
	color: #005C8E;
    background-color : #7CA8C8;
	font-weight : bold;
	text-align: left;
}

.tableTitle4Left {
	color: #005C8E;
    background-color : #BCD0E5;
	font-weight : bold;
	text-align: left;
}

.tableTitle5Left {
	color: #000000;
    background-color : #DDE9F5;
	text-align: left;
}

.tableTitle6Left {
	color: #000000;
    background-color : #ECF3FA;
	text-align: left;
}

.tableTitlexLeft {
	color: #000000;
    background-color : #FAFCFE;
	text-align: left;
}
.tableTitle0Left {
	color: #000000;
	background-color : White;
	text-align: left;
}
.tableTitle1Right {
	color: #FFFFFF;
    background-color: #005C8E;
	font-weight : bold;
	text-align: right;
}

.tableTitle2Right {
	color: #FFFFFF;
    background-color : #3E82AB;
	font-weight : bold;
	text-align: right;
}

.tableTitle3Right {
	color: #005C8E;
    background-color : #7CA8C8;
	font-weight : bold;
	text-align: right;
}

.tableTitle4Right {
	color: #005C8E;
    background-color : #BCD0E5;
	font-weight : bold;
	text-align: right;
}

.tableTitle5Right {
	color: #000000;
    background-color : #DDE9F5;
	text-align: right;
}

.tableTitle6Right {
	color: #000000;
    background-color : #ECF3FA;
	text-align: right;
}

.tableTitlexRight {
	color: #000000;
    background-color : #FAFCFE;
	text-align: right;
}
.tableTitle0Right {
	color: #000000;
	background-color : White;
	text-align: right;
}
.tableTitle1Center {
	color: #FFFFFF;
    background-color: #005C8E;
	font-weight : bold;
	text-align: center;
}

.tableTitle2Center {
	color: #FFFFFF;
    background-color : #3E82AB;
	font-weight : bold;
	text-align: center;
}

.tableTitle3Center {
	color: #005C8E;
    background-color : #7CA8C8;
	font-weight : bold;
	text-align: center;
}

.tableTitle4Center {
	color: #005C8E;
    background-color : #BCD0E5;
	font-weight : bold;
	text-align: center;
}

.tableTitle5Center {
	color: #000000;
    background-color : #DDE9F5;
	text-align: center;
}

.tableTitle6Center {
	color: #000000;
    background-color : #ECF3FA;
	text-align: center;
}

.tableTitlexCenter {
	color: #000000;
    background-color : #FAFCFE;
	text-align: center;
}
.tableTitle0Center {
	color: #000000;
	background-color : White;
	text-align: center;
}
.bgGray1 {
    background-color:  #D8D8D8;
}

.bgGray2  {
    background-color:  #F0F0F0;
}

.bgGray3  {
    background-color:  #F5F5F5;
}


/**
 * Estilos para fondos de celdas de tablas con el texto en un color.
 * Sigamos un estándar:  bgXcXAlineacion.
 *      bgX = color del fondo
 *      cX = color del texto
 *      Alineacion = alineación del texto
 */
.bg4c1Left {
    color: #005C8E;
    background-color: #BCD0E5;
    text-align: left;
}

.bg4c1Right {
    color: #005C8E;
    background-color: #BCD0E5;
    text-align: right;
}

.bg4c2Left {
    color: #3E82AB;
    background-color: #BCD0E5;
    text-align: left;
}

.bg4c2Right {
    color: #3E82AB;
    background-color: #BCD0E5;
    text-align: right;
}

.bg5c1Left {
    color: #005C8E;
    background-color: #DDE9F5;
    text-align: left;
}

.bg5c1Right {
    color: #005C8E;
    background-color: #DDE9F5;
    text-align: right;
}

.bg5c2Left {
    color: #3E82AB;
    background-color: #DDE9F5;
    text-align: left;
}

.bg5c2Right {
    color: #3E82AB;
    background-color: #DDE9F5;
    text-align: right;
}

.bg6c1 {
    color: #005C8E;
    background-color: #ECF3FA;
}

.bg6c2 {
    color: #005C8E;
    background-color: #ECF3FA;
}

.bgXc1 {
    color: #005C8E;
    background-color: #FAFCFE;
}

.bgXc2 {
    color: #005C8E;
    background-color: #FAFCFE;
}

A.linkList {
	color: #005C8E;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Visited.linkList {
	color : #005C8E;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Active.linkList {
	 text-decoration : underline;
	color : #7CA8C8;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Hover.linkList {
	 text-decoration : underline;
	color : #7CA8C8;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A.linkLight {
	 text-decoration : underline;
	color : #FAFCFE;
	background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Visited.linkLight {
	 text-decoration : underline;
	color : #FAFCFE;
	background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Active.linkLight {
	 text-decoration : underline;
	color : #DDE9F5;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A:Hover.linkLight {
	 text-decoration : underline;
	color : #DDE9F5;
    background-color: transparent;
	font-family : Verdana, Arial;
	font-size : 8pt;
}

A.linkDark {
	color: #005C8E;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	font-size:8pt;
}

A:Visited.linkDark {
	color: #005C8E;
    text-decoration: none;
	text-align: center;
    background-color: transparent;
	font-size:8pt;	
 }

 A:Active.linkDark {
	color: #005C8E;
    background-color: transparent;
	text-align: center;
    text-decoration: none;
	font-size:8pt;
 }

A:Hover.linkDark {
	color : #3E82AB;
    background-color: transparent;
	text-align: center;
    text-decoration: none;
	font-size:8pt;
}


.textbox {
	font-family : Verdana, Arial;
	font-size : 8pt;
}
.textboxVeryShort {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width: 20px;
	font-weight : normal;
}
.textboxShort {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width: 35px;
	font-weight : normal;
}
.textboxMedium {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width: 100px;
	font-weight : normal;
}
.textboxLarge {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width:180px;
	font-weight : normal;
}
.textboxVeryLarge {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width:250px;
	font-weight : normal;
}
.textboxAuth {
	font-family : Verdana, Arial;
	font-size : 8pt;
	width: 70px;
	font-weight : normal;
}

