/* All font sizes are set  to a relative value so that the font sizes can be adjusted by the user
	for accessability considerations.  Non-font sizes are set with an absolute point or inch value. */

.subtitulos	{color:#188828;	font-size: x-small;	font-family: Verdana, Arial, Helvetica, sans-serif;	cursor: hand;
text-align:left;}

.texto	{display: block; border-left-color:#FF9900; border-left-style:solid; border-left-width:thin;
				border-right-color:#FF9900; border-right-style:solid; border-right-width:thin;
				border-bottom-color:#FF9900; border-bottom-style:solid; border-bottom-width:thin;
				border-top-color:#FF9900; border-top-style:solid; border-top-width:thin;
				text-align:justify;}
				
.texto_oculto	{display: none; text-align:center;}				
				
.texto2	{display: none; 
				border-bottom-color:#FF9900; border-bottom-style:solid; border-bottom-width:thin;
				border-top-color:#FF9900; border-top-style:solid; border-top-width:thin;
				text-align:justify;}

.cabecera_tablas{ text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;
color:#188828; text-decoration:underline;}
.fondo{ background-image:url(../imagenes/fondo.jpg); background-position:center; 
background-repeat:no-repeat; background-attachment:scroll;}


