body{
 font-family:"Trebuchet MS", Arial, sans-serif; 
 font-size:0.8em; 
/* color:#6B6B6B;*/
 color:#3E3E3E;
/* background:url(img/fondo.jpg) top center repeat-y;*/
 background:#562620;
 padding: 0px;
 margin: 0px;
 text-align:center;
 
 }


#fondo{
background:url(img/fondo.jpg) top center repeat-y;
width:100%; 
margin: 0px;
padding: 0px;
}

#imgtop {
	background:url(img/fondo-top.jpg) top center repeat-y;
	width:100%; 
	height: 72px;
	margin: 0px;
	padding: 0px;
}

#imgbottom {
	background:url(img/fondo-bottom.jpg) top center repeat-y;
	width:100%; 
	height: 49px;
}

#contenedor { 
	text-align: left; 
	margin:0 auto 0 auto;
	width:800px; 
	position: relative;
}

#menu {
padding: 0px;
margin-top: 3px;
}

#logo {
margin: 10px;
}

#cuadro {
/*padding-top: 20px;*/
border-top: solid 1px #999999;
}

#menu img{
padding: 0px;
margin-right: 2px;
}

#menu img.clientes{
padding: 0px;
margin-left: 0px;

}

#contenido {

padding: 20px;
text-align: justify;
}

h2 {
font-size: 1.5em;
color: #000;
/*color: #3E3E3E;*/
/*border-bottom: solid 1px #999999;*/
}

.der {
float: right;
margin-left: 10px;
}

.izq {
float: left;
}


#pie {
text-align: center;
margin-top: 50px;
padding: 10px;
border-top: solid 1px #999999;

}

a {
color: #353535;
}

#aviso {
position: absolute;
right: 0px;
bottom: 0px;
}


input {border: solid 1px #333333;}
input.noborde {border: solid 0px #333333;}
textarea {border: solid 1px #333333;}
