/* elementos generales */
body {
	font-family : verdana,arial,"Trebuchet MS";
	color: #573B00;
	font-size : 10px;
	margin:0px;
	padding:0px;
	scrollbar-arrow-color : #EFE3A9;        /* flechas */
	scrollbar-face-color : #573B00;			/* scroll */
	scrollbar-track-color : #B0944C;		/* base */
	scrollbar-3dlight-color : #573B00;      /* sombras*/
	scrollbar-darkshadow-color : #573B00;
	scrollbar-highlight-color : #573B00;
	scrollbar-shadow-color : #573B00;
}
td {
	font-family : verdana,arial,"Trebuchet MS";
	font-size : 10px;
}
/*enlaces*/
a, a:link, a:visited, a:active {
	font-weight:bold;
	color: #573B00;
	text-decoration : none;
}
a:hover {
	color: #B0944C;
}
/* fondos, contenedores, bordes */
table.fnd1 {
	background: url(img/fnd1.jpg);
	/*padding-top:100px;*/
	width:100%;
	height:100%;
}
.fnd2 {
	background: url(img/fnd2.jpg);
	padding:0px;
	width:100%;
	height:100%;
}
.fndc0{
	background: url(img/fndc0.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.fndc1{
	background: url(img/fndc1.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.fndc2{
	background: url(img/fndc2.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.fndc3{
	background: url(img/fndc3.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.fndc4{
	background: url(img/fndc4.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.fndc5{
	background: url(img/fndc5.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;	
}
.aguaFndc1{
	background: url(img/aguaFndc1.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.aguaFndc2{
	background: url(img/aguaFndc2.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.aguaFndc3{
	background: url(img/aguaFndc3.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.aguaFndc4{
	background: url(img/aguaFndc4.jpg);
	background-repeat: no-repeat;
	background-position : bottom right;
}
.linea1{
	border-bottom:1px solid #73570F;
}
.linea2{
	border-bottom:1px solid #B0944C;
}
.borde{
	border:1px solid #73570F;
}
/*formulario*/
.caja{
	font-family : verdana,arial,"Trebuchet MS";
	background-color: #EFE3A9;
	color: #573B00;
	font-size: 10px;
}
select{
	font-family : verdana,arial,"Trebuchet MS";
	background-color: #EFE3A9;
	font-size:10px;
	color: #573B00;
}
.boton{
	font-family : verdana,arial,"Trebuchet MS";
	color:#EFE3A9;
	font-weight:bold;
	background-color: #73570F;
	border: 1px solid #73570F;
	/*border: 1px solid #EFE3A9;*/
	font-size : 10px;
	padding-left:-5px;
	padding-right:-5px;
}
/*tipografia*/
.tit1 {
	font-size : 11px;
	font-weight:bold;
	color: #573B00;
}
.tit2 {
	font-size : 10px;
	font-weight:bold;
	color: #B0944C;
}
.tit3 {
	font-size : 13px;
	font-weight:bold;
	color: #573B00;
}
.parrafo{
	text-align:justify;
}
.negrita{
	font-weight:bold;
}
.cursiva{
	font-style: italic;
}
.normal{
	font-weight:normal;
}
.resalta{
	color: #B0944C;
	background:#573B00;
}
.brdImg{
	border:5px solid #AC9247;
}