.texto {
	font-family: tahoma;
	font-size: 12px;
	text-align: justify;
}
.tabla {
	margin: 0px;
	padding: 5px;
	border: 2px solid #5ca9e1 ; /*#0A6FC7 azul*/
}
.td_titulo {
	font-family: Arial, Helvetica, sans-serif; /*"Trebuchet MS"*/
	font-size: 12px;
	font-weight: bold;
	color: #009900; /*#003399 azul oscuro*/
	text-decoration: none;
	border: 1px solid #CCCCCC; /*dotted*/
	text-align: center;
}
.td_contenido {
	border: 1px outset #066BC3;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}


.textos_i {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.vinculo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #339900;
	text-decoration: none;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}



.titulos {
	font-family: tahoma;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.titulos_p {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.blancos {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.t_b {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EFEFEF;
}
h1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.rojos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}
.borde_imagen {
	border: thin solid #CCCCCC;
}
#scrool {
	padding-top: 5px;
	padding-bottom: 5px;
}
body {
	margin: 0;
	padding: 0;
}
form {
	margin: 0px;
	padding: 0px;
}
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	background-color: #E1EFF0;
	border: thin outset #F0F0F0;
}
.botones {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	cursor : pointer;
	font-family: tahoma;
}
.total {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #402C00;
	text-decoration: none;
}
.menu_s {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #234078;
	text-decoration: none;
}




.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.precio {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
hr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

#messenger_hidden_border {
	position: absolute; 
	z-index: 2; 
	visibility: hidden;
}
/*MENSAJE RECUADRO AL AGREGAR*/
#messenger_hidden_cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	position: absolute; 
	z-index: 3; 
	visibility: hidden; 
	background: #f00 url(images/img1.gif) repeat-x left bottom;
	color: #fff;
	border: 1px solid #000;
	height: 35px;
	width: 395px;
	text-align: center;
}