A:link {color: #3d7ca4;
	text-decoration: none;
	font-weight: bold;}
	
A:visited {color: #41883c;
	text-decoration: none;
	font-weight: bold;}
	
A:active {color: #41883c;
	text-decoration: none;
	font-weight: bold;}

A:hover {text-decoration: underline overline; }
color: #175c8b;
font-weight: bold;
/* ************** ESTRUCTURA ************** */

* { padding: 0; margin: 0; }

body {
 background: url(elementos/fondo.jpg);
}


#wrapper { 
 margin: 0 auto;
 width: 822px;

}
#faux {
 background: url(elementos/faux-4-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%;
}

#rightcolumn { 
 display: inline;

 margin: 10px;
 padding: 0px;
 width: 122px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding:20px;
 width: 620px;
 display: inline;
 position: relative;
}


/* ************** letras ************** */
	
	.letra_normal{
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
	text-align: justify;
	color:#000000;
line-height: 18pt;

}

.letra_negrita{
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
		color:#000000;
font-weight: bold;
	text-align: justify;
	line-height: 18pt;
}


.letra_azulona{
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
		color:#29709c;
font-weight: bold;
	text-align: left;

}



.letra_GRANDEgris{
	font-size: 20px;
	font-family:  Arial, Verdana, Sans-Serif;
		color:#41883c;
font-weight: bold;
	text-align: left;
	line-height: 18pt;
}


.select { 
font-family: Arial, Verdana,;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	margin: 0px;
	padding: 2px;
	border: 1px solid #187dbc;
	 background-color: #edeeef;
	
}

	.letra_mini{
	font-size: 9px;
	font-family:  Verdana, Arial, Sans-Serif;
	text-align: center;
	color:#000000;

}
