/* CSS NeneFeres Mayo 2006*/
/* A.links */
a:link {
	color: #000000;
	text-decoration: underline;
}
.alinkNone { /*Sin linea abajo*/
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
/* B. Textos generales con imágenes de fondo */
.txtFrase {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image:  url(file:///C|/Documents%20and%20Settings/Veronica/Mis%20documentos/7colores/htm/imag/fdo_top_frase.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 99px;
	width: 221px;
	font-weight: bold;
}
/* C. Textos generales */
.txtHoyes {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #003B72; /*#003B72=azul*/
	font-size: 10px;
}
.txtHoyesInt {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #003B72;
	font-size: 10px;
	line-height: 24px;
}
.txtTrebuchet10{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 10px;
}
.txtTrebuchet11{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
}
.txtTrebuchet12{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
}
.txtTrebuchet13{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
}
.txtTrebuchet14{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
}
.txtTrebuchetPrecio{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #AA0891;
	font-size: 11px;
	/*font-weight: bold;*/
}

.txtAtencion{
	font: bold 10px "Trebuchet MS", Verdana, sans-serif;
	color: #9C2D99;
	text-align: center;
}
.txtMicuenta{
	font: 11px "Trebuchet MS", Verdana, sans-serif;
	color: #00589D; /*otro azul*/
	padding-left: 15px;

}
/* D. Tablas  Bordes */
.BordeFot {
	border: 1px solid #CBD3D8;
}
.BordeFotIzq{
	border: 1px solid #CBD3D8;
	margin: 5px;
	float: left;
}
.BordeFotDer{
	border: 1px solid #CBD3D8;
	margin: 5px;
	float: right;
}
.BordeTop{
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC; 
	border-bottom: 0px solid #CCCCCC; 
	border-left: 0px solid #CCCCCC; 
}
/* Otros */
.InputVioleta{
	font: bold 10px "Trebuchet MS", Verdana, sans-serif;
	color: #9C2D99;
	text-align: center;
	height: 19px;
}
.txtTitulo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	letter-spacing: 0.4em;
}
.BordeFotArriendoCh{
	border-top: 1px solid #9EB0B2;
	border-right: 2px solid #445658; 
	border-bottom: 2px solid #445658; 
	border-left: 1px solid #9EB0B2; 
	margin: 8px;
	float: left;
}
.BordeFotArriendoDest{
	border-top: 1px solid #9EB0B2;
	border-right: 2px solid #445658; 
	border-bottom: 2px solid #445658; 
	border-left: 1px solid #9EB0B2; 
	margin: 8px;
}
.BordeFotArriendoG{
	border-top: 2px solid #9EB0B2;
	border-right: 2px solid #445658; 
	border-bottom: 2px solid #445658; 
	border-left: 2px solid #9EB0B2; 
}
.txtColorArrien{
	color: #678387;
	font-weight: bold;
}
.BordeFotVentaCh{
	border-top: 1px solid #FF5E5E;
	border-right: 2px solid #880101; 
	border-bottom: 2px solid #880101; 
	border-left: 1px solid #FF5E5E; 
	margin: 8px;
	float: left;
}
.BordeFotVentaG{
	border-top: 2px solid #FF5E5E;
	border-right: 2px solid #880101; 
	border-bottom: 2px solid #880101; 
	border-left: 2px solid #FF5E5E; 
}
.txtColorVenta{
	color: #FF5E5E;
	font-weight: bold;
}
.txtTituloParecela {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	letter-spacing: 0.4em;
	color: #006600;
}
.BordeFotParcelaCh {
	margin: 8px;
	float: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #62BF55;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #62BF55;
}
.codigosVentasC {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.sinDisponibilidad {
	font-weight: bold;
	color: #CCC;
	background-color: #E61518;
	font-style: italic;
	letter-spacing: 0.3em;
	font-size: 1.1em;
}
.conDisponibilidad {
	font-weight: bold;
	color: #000;
	background-color: #0A980E;
	font-style: italic;
	letter-spacing: 0.3em;
	font-size: 1.1em;
}
.indexDestac {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
}

