body
	  {font-family: Arial, Helvetica, sans-serif;
	  font-style:normal;
	  color:#000000;
	  }

.texto_8 {
	font-size:8px;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color: #000000;
	}

.texto_11s {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: normal;
	}

.texto_11 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: normal;
	padding: 4;
		}
.texto_11b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: bold;
	}


.texto_12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: normal;
	padding: 4;
		}
.texto_12b {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: bold;
	}


.texto_13{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	}



.texto_13_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#005BA4;
	text-align:justify;
	font-style: normal;
	}

.texto_13_b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:justify;
	font-style: normal;
	font-weight: bold;
	}


.texto_14{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	}


.texto_14_b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-style: normal;
	font-weight: bold;
	}

.texto_14_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#005BA4;
	text-align:center;
	font-style: normal;
	font-weight: bold;
	}

.texto_15{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-style: normal;
	}

.texto_15b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight: bold;
	font-style: normal;
	}

.texto_16{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-style: normal;
	}

.texto_16b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight: bold;
	font-style: normal;
	}




	



/* ESTILO DE FRAME CENTRAL*/
body.central{	  
		 background-color : #EEF1F8;
		 background-repeat : no-repeat;
		 background-attachment : scroll;
		}

body.central_old{	  
	  background:#EEF1F8;
		}
 
table.cabecera
	{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	width: 757px;
	height: 27px;
	background-image: url(imagenes/f_cabecera.gif);
	margin-left:2px;
	background-repeat: no-repeat;

}

table.cabecera2
	{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	width: 740px;
	height: 27px;
	background-image: url(imagenes/f_cabecera.gif);
	margin-left:2px;
	background-repeat: no-repeat;

}


/* FIN  ESTILO DE FRAME CENTRAL*/

table.subcabecera
	{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	width: 770px;
	height: 19px;
	background-image: url(imagenes/f_subcabecera.gif);
	margin-left:2px;
	background-repeat: no-repeat;

}

a
  {color:#005BA4;
  font-weight: bold;
	text-decoration: none}
a:hover
  	{color:#005BA4;
  	font-weight: bold;
 
	text-decoration: none}

a:visited
    {color:#005BA4;
  	font-weight: bold;
	text-decoration: none}







/* BOTÓN ACEPTAR, IMPRIMIR ...*/
a.ovalbutton{
			background: transparent url('imagenes/left_bt.gif') no-repeat top left;
			display: block;
			float: left;
			font: normal 11px Arial; /* Change 13px as desired */
			font-weight: bold;
			line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
			height: 29px; /* Height of button background height */
			padding-left: 11px; /* Width of left menu image */
			text-decoration: none;

}
	
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('imagenes/cent_rigt_bt.gif') no-repeat top right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#005BA4;
	display: block;
	padding: 8px 11px 18px 0; /*Set 11px below to match value of 'padding-left' value above*/
	
}

/*a.ovalbutton:hover{  Hover state CSS 
background-position: bottom left;
}*/

a.ovalbutton:hover span{ /* Hover state CSS */
/*background-position: bottom right; */
color: #89A5AB;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* FIN BOTÓN ACEPTAR, IMPRIMIR ...*/


a.spbutton{
		background-color:#005BA4;
		border-style: solid;
		color:#FFFFFF;
		font-size:16px;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
		}



a:link.spbutton, a:visited.spbutton, a:active.spbutton{
		background-color:#005BA4;
		border-style: solid;
		color:#FFFFFF;
		font-size:16px;
		font-family: arial;
		font-weight: bold;
		text-decoration: none;
}


.enlaceboton {
	font-family: arial, sans-serif;
	font-size: 12pt;
	padding: 4px;
	background-color: #0059A5;
	color: #ffffff;
	text-decoration: none;
} 
.enlaceboton:link, 
.enlaceboton:visited { 
    border-top: 1px solid #cccccc; 
    border-bottom: 2px solid #666666; 
    border-left: 1px solid #cccccc; 
    border-right: 2px solid #666666; 
} 
.enlaceboton:hover { 
    border-bottom: 1px solid #cccccc; 
    border-top: 2px solid #666666; 
    border-right: 1px solid #cccccc; 
    border-left: 2px solid #666666; 
} 





a
  {color:#606060;text-decoration: none}
a:hover
  {color:#606060;text-decoration: none}
a:visited
  {color:#606060}



.copy {
	font-size:8.5px;
	font-weight:normal;
	font-style:normal;
	font-family:Verdana;
	text-align:left;
	color: #ffffff;
	
}
.copyb {
	font-size:8.5px;
	font-weight:normal;
	font-style:normal;
	font-family:Verdana;
	text-align:left;
	color: #000000;
	
}

