
/*Formularios*/
input {
	/*color: indica el color de la fuente del formulario*/
	/*background-color: color de fondo de los cuadros de texto*/
	/*border: color del borde de los cuadros de texto*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #ffffff;
	border: #deeec3;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 75px;
	}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: #deeec3;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	size:auto;
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: #deeec3;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
	
}
input.radio{
	border:#000000;
}

.boton{
	border-color:#2662df;
	border-width:1px;
	border-style:solid;
	width:auto;
	height:20px;
	background-image: url(../img/boton1.gif);
	background-repeat: repeat-x;
}

/*Fin disenyo formularios*/

/* tablas */
.color1{
	background-color:#007bc5;
}
.color2{
	background-color:#d6f1fe;
}
.color3{
	background-color:#125077;
}
.color4{
	background-color:#adc5fc;
}
.color5{
	background-color:#c4e1ff;
}


/* fin tablas*/
.quienes_izq {
	background-image: url(../img/quienes_izq.gif);
	background-repeat:  repeat-y;
}
.quienes_dch {
	background-image: url(../img/quienes_dch.gif);
	background-repeat:  repeat-y;
}
