@charset "UTF-8";
/* CSS Document */

.txtgris {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
}
.txtrojo {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}
.txtturquesa {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #00716f;
	text-decoration: none;
}
.txtamarillo {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ffab00;
	text-decoration: none;
}
.txtnaranja {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #ff7e00;
	text-decoration: none;
}
.txtverde {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #91dd1f;
	text-decoration: none;
}
.fondo_editorial {
	background-image: url(img/fondo_editorial.jpg);
	background-repeat: no-repeat;
}
.fondo_comercial {
	background-image: url(img/fondo_comercial.jpg);
	background-repeat: no-repeat;
}
.fondo_todoterreno {
	background-image: url(img/fondo_todoterreno.jpg);
	background-repeat: no-repeat;
}
.fondo_mundomejor {
	background-image: url(img/fondo_mundomejor.jpg);
	background-repeat: no-repeat;
}
.fondo_equipo {
	background-image: url(img/fondo_equipo.jpg);
	background-repeat: no-repeat;
}
.txtpitaya {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #990099;
	text-decoration: none;
}
.input1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 275px;
	border: 1px solid #990099;
}
.input2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 275px;
	border: 1px solid #ffab00;
}
.input3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 275px;
	border: 1px solid #ff0000;
}
.input4 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 275px;
	border: 1px solid #91dd1f;
}
.input5 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #878787;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #00716f;
	width: 275px;
}
