.fondo_sitio {
	background-color: #6e6e6e;
}
.fondo_contenido {
	background-color: #f6f6f6;
	background-image: url(../img/fondos/fondo_home.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.fondo_gris1 {
	background-color: #B5B5B5;
}
.fondo_amarillo {
	background-color: #EED65A;
}
.bordeAbajo {
	border-top-style:none; 
	border-left-style:none; 
	border-right-style:none; 
	border-bottom-style: dotted; border-bottom-width: 2px; border-bottom-color:#E3E3E3; 
}
.boxDestacado {
	border-top-style:solid; border-top-width: 1px; border-top-color:#999999;
	border-left-style:solid; border-left-width: 1px; border-left-color:#999999;
	border-right-style:solid; border-right-width: 1px; border-right-color:#999999;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:#999999; 
	background-color:#fbfbfb;
}

.borde_formulario {
	/*width:225px;*/
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #cccccc;
	font-size:10px;
	color:#666666;
}