body {   
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


a:link, a:visited, a:active  {
	color : #5588aa;
	text-decoration : none;
	}
	
a:hover {
	color: #5588aa;
	text-decoration : underline;
	}

.texto {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none}

.textonegrita {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none}

.textocursiva {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: italic; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none}

.textoinvert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: overline;
	background-color: #000000;
	background-position: center;}

.titulo { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none }

.tituloinvert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	background-position: center;}


.fondo-horizontal {
	background-image: url(../comunes/fondo-horizontal.png);
	}

.fondo-vertical {
	background-image: url(../comunes/fondo-vertical.png);
	}

.titulolateralinvert {
	margin-left: 17px}


.recuadro {
    	border: 1px solid #C6C6C6;
    	    	padding: 2px;
	}
