body
{
	margin: 0px;
	background: #FFFFFF;
	font-family: Arial, Calibri, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
b, strong 
{
	color: #00b9fd;
	font-weight: normal;
}
select
{
	height: 20px;
	font-size: 11px;
}
hr
{
	
	height: 10px;
	color: #efefef;
	border: 0px;
	background-color: #efefef;
	
}
a
{
	text-decoration: none;
	color: #00b9fd;
	font-weight: bold;
}
a:hover
{
	text-decoration: none;
	color: #00b9fd;
	font-weight: bold;
}
li
{
	list-style-image:url(img/flecha_mini.png);
}


/*/////////Clases/////////*/
.Negro
{
	color: #00b9fd;
	font-weight: normal;
}
.Menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #aaaaaa; /*font-weight:bold;*/
}
.LineasSeparacion
{
	border-left: solid #CCCCCC 1px;
}
/*////////TEXTOS///////////////*/
.Titulo
{
	font-size: 12px;
	font-weight: bold;
	color: #00b9fd;
}





/*////////Estilos////////////*/
.palido
{
	color: #bbbbbb;
}
.MuyPalido
{
	color: #cccccc;
}
.MuyPequeno
{
	font-size: 9px;
}
.Pequeno
{
	font-size: 11px;
}
.Normal
{
	font-size: 12px;
}
.Grande
{
	font-size: 18px;
}
.MuyGrande
{
	font-size: 24px;
}

