body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9EAEC;
}

.borde_imagen {

	border: 2px solid #B0CF2B;
}

.borde_imagen2 {

	border: 2px solid #563A29;
}
.textos_blanco_titulo {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold;
}
.textos_naranjo_titulo{
font-family: Arial;
	font-size: 13px;
	color: #EB6F19;
}

.textos_naranjo{
font-family: Arial;
	font-size: 11px;
	color: #EB6F19;
}

.textos_gris {
	font-family: Arial;
	font-size: 11px;
	color: #788189;
}
.textos_gris2 {
	font-family: Arial;
	font-size: 12px;
	color: #788189;
}
.textos_gris2b {
	font-family: Arial;
	font-size: 14px;
	color: #788189;
}
.textos_gris3 {
	font-family: Arial;
	font-size: 10px;
	color: #788189;
}
.textos_gris4 {
	font-family: Arial;
	font-size: 11px;
	color: #788189;
}
.fondoindex {
	background-image: url(images/fondo_degrade.jpg);
	background-repeat: repeat-x;
	background-position: top top;
}
.fondotodo {
	background-image: url(images/fondo_degrade_todo.jpg);
	background-repeat: repeat-x;
	background-position: top top;
}
.fondoarriba2 {
	background-image: url(images/fondo_degrade_arriba.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.fondoarriba {
	background-image: url(images/fondo_degrade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.fondodegrade {
	background-image: url(images/fondo_degrade2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.fondoabajo{
	background-image: url(images/abajo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.caja-input {
	font-family: Tahoma;
	font-size: 12px;
	color: #788189;
	text-decoration: none;
	border: 1px solid #EB6F19;
	background-color: #FFFFFF;
}
