 /* ================================ 
 		Estilos Vienavarra
  ================================*/   


/************************************textos*******************************************************/

/***tamaños***/
	.Normal, p,* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#333333;
	}
 	.texto17{font: 17px  Verdana, Arial, Helvetica, sans-serif;}
 	.texto13{font: 13px  Verdana, Arial, Helvetica, sans-serif;}
 	.texto11{font: 11px  Verdana, Arial, Helvetica, sans-serif;}
 	.texto10{font: 10px  Verdana, Arial, Helvetica, sans-serif;}
 	.texto8{font: 8px  Verdana, Arial, Helvetica, sans-serif;}
	.texto7{font: 7px  Verdana, Arial, Helvetica, sans-serif;}

/***colores***/

	.blanco{color:#FFFFFF;}
	.gris{color:#333333;}
	.granate{color:#660000;}
	.verde{color: #72AA00;}
	.negro{color:#000000;}

/***estilos***/
	.bold{font-weight: bold;}
	.italic{font-style:italic;}
	.center{text-align:center;}
	.left {text-align: left;}
	.right {text-align: right;}
	.justify{text-align:justify;}


	/*******link***/
/******** estilos links ********/

 

/*a:link {

	color: #9a182b;  

	text-decoration: underline;

	font-weight: normal;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 11pt;

}

a:visited {

	

	color: #9a182b;

	text-decoration: underline;

}
*/

/*************************************************fin-textos*****************************************************/
/*********listas***/
UL LI   {
	list-style-type:circle
	color: #72AA00;
	
	
}

UL LI LI    {
   	list-style-type:circle
	color:#CCCCCC
}

UL LI LI LI {
    	list-style-type:circle
	color:#999999
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}




