.fondo {
	background-image: url(../img/fondos/body.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.fondo_blanco {
	background-color: #FFF;
}

.fondo_naranja {
	background-color: #F98A13;
}

.azul {
	background-color: #112073;
}
.botonera_vertical {
	background-color: #D5CDB6;
}
.rojo {
	background-color: #a50021;
}
.borde_izq {
	background-image: url(../img/fondos/borde_izq.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.borde_der {
	background-image: url(../img/fondos/borde_der.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.fondo_contenido {
	background-image: url(../img/fondos/fondo_contenido.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.punteada_vertical {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.linea_punteada_horizontal {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.linea_punteada_horizontal_top {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
.crema {
	background-color: #F3F2ED;
}
.botonera_inf{
	background-image:url(../img/fondos/botonera_inf.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.botonera_inf_02{
	background-image:url(../img/fondos/botonera_inf02.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.fomularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin: 3px;
	border: 1px solid #996600;
}
.fomularios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B3C25;
	background-color: #ECE9DD;
	border: 1px solid #D5CDB6;
	padding:3px 0 0 5px;
}
.borde_bottom_grisclaro {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
