/*----------------------------------------------------------------------------------
	version: 1.1
	author: aweka
	email: css@aweka.es
	website: http://www.aweka.es
-----------------------------------------------------------------------------------*/

   BODY { 
		text-align: center; 
		font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
		font-size: 9pt;
		background-color: #EFEFEF;
		/*background-image: url(images/fondo.gif);*/
	}
 
	 a:link, a:visited {text-decoration:none;color:#3A295F;} 
  	 a:hover {text-decoration:underline;color:#F55718;}

 	 img {border: 0px;}

/* ----------------------------------------------------------------------------- */
        .tit14  {font-style : normal;
               font-family : verdana,Arial,Helvetica, sans-serif;
               font-size : 14px;
               font-weight : bold;
               color: #E0D8F8;}
        .tit14 A    {color: #E0D8F8;}
        .tit14 A:hover  {color: #E0D8F8;}

        .text10  {font-style : normal;
               font-family : Trebuchet MS,Verdana,Arial,Helvetica, sans-serif;
               font-size : 12px;
               font-weight : normal;
               line-height: 15pt;
               color: #3D3D40;
			   text-align: justify}
		
		.negro  {font-style : normal;
               font-family : Trebuchet MS,Verdana,Arial,Helvetica, sans-serif;
               font-size : 14px;
               font-weight : bold;
               line-height: 15pt;
               color: black;
			   text-align: justify}
 		
		.gris  {font-style : normal;
               font-family : Arial,Helvetica, sans-serif;
               font-size : 13px;
               font-weight : normal;
               color: #5E6467;}
		
		.orange  {font-style : normal;
               font-family : Arial,Helvetica, sans-serif;
               font-size : 12px;
               font-weight : bold;
               line-height: 15pt;
               color: #D68400;}

        .menu  {font-style : normal;
               font-family : Arial,Helvetica, sans-serif;
               font-size : 11px;
               font-weight : normal;
               color: black;}

        .pie  {font-style : normal;
               font-family : verdana,Arial,Helvetica, sans-serif;
               font-size : 9px;
               font-weight : normal;
               color: black;}

        .scrollcolor
		{
	    scrollbar-face-color: #E1EDE3;
	    scrollbar-shadow-color: #FFFFFF;
	    scrollbar-highlight-color: #FFFFFF;
	    scrollbar-3dlight-color: #FFFFFF;
	    scrollbar-darkshadow-color: #FFFFFF;
	    scrollbar-track-color: #FFFFFF;
	    scrollbar-arrow-color: #000000
        }

