BODY {
	margin: 0px;
	background-image: url(img/css_bg_sitio02.jpg);
	background-repeat:   repeat-x;
	background-position: center top;
}


/*textos*/
.titulos {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 18px;
	color: #AD2624;
	text-decoration: none;
	text-transform: uppercase;
}
.subtitulos {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;

}
.texto {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.texto_pie {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
A.texto_pie:link {
	text-decoration: underline;
}

A.texto_pie:hover {
	color: #AD2624;
	text-decoration: underline;
}



/*fondos*/

.filete {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.filete_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.separador {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}



.bg_pie {
	background-image: url(img/css_bg_pie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 103px;
}


/*formularios*/
.campo_contacto {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 250px;
}
.campo_corto {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 50px;
}
.campo_comentario {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #7C7C7C;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	width: 250px;
}
.boton {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	text-transform: uppercase;
	background-color: #696866;
}

.texto_pbligatorio {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
