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

.cajones {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #999999;
	line-height: 11px;
}
.cajones2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #999999;
	line-height: 11px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
}
.txtos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 2px;
}
.botonenviar {
	background-image: url(images/boton1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 100px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.botonenviar:hover {
	height: 22px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.fondo {
	background-color: #EBF2F7;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
