BODY {
	background-attachment: scroll;
	background-image: url(img/css_bg_top.jpg);
	background-repeat:   repeat-x;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

/*GENERALES*/

/*textos*/
.links_top {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
A.links_top:hover{
	color: #97d0c0;
	text-decoration: none;
}

.texto_pie {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #97A6A6;
	text-decoration: none;
	line-height: 15px;
}
.texto_lysan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
A.texto_lysan:hover {
	color: #666666;
	text-decoration: none;
}
.texto_firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
A.texto_firma:hover {
	color: #666666;
	text-decoration: none;
}
.texto {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #4A4F4F;
	text-decoration: none;
	line-height: 18px;
}
.texto_claro {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #B2B2B2;
	text-decoration: none;
}
.texto_chico {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #717A7A;
	text-decoration: none;
}
A.texto_chico:link{
	color: #01777B;
	text-decoration: none;
}
A.texto_chico:hover{
	color: #02BDC1;
	text-decoration: none;
}

.subtitulos {
	font-family: "trebuchet MS";
	font-size: 13px;
	color: #717A7A;
	text-decoration: none;
}
A.subtitulos:hover {
	color: #393E3E;
	text-decoration: none;
}
.subtitulo_claro {
	font-family: "trebuchet MS";
	font-size: 12px;
	color: #B2B2B2;
	text-decoration: none;
	font-weight: bold;
}

/*bordes y fondos*/
.filete_punteado {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.filete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
.borde_cajas {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.bg_cajas_secciones {
	background-repeat:    repeat-x;
	background-position: center top;
	padding: 10px;
}
.bg_contacto {
	background-attachment: scroll;
	background-image: url(img/css_bg_contacto.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.bg_bullet {
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-left: 32px;
	vertical-align: top;
	padding-top: 5px;
}
.padding_texto {
	padding-left: 0px;
	vertical-align: top;
	padding-top: 6px;

}
.bg_principal {
	background-repeat:    repeat-x;
	background-position: center bottom;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.bg_secundario {
	background-repeat:   repeat-x;
	background-position: center top;
}



/*FORMULARIO*/
.campos {
	font-family: "trebuchet MS";
	color: #999999;
	height: 23px;
	width: 260px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.comentarios {
	font-family: "trebuchet MS";
	color: #999999;
	width: 260px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	
}
.botones {
	font-family: "trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 23px;
	width: 72px;
	background-image: url(img/css_bg_boton.jpg);
	background-repeat:  repeat-x;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
