@import url(content.css);
@import url(menu.css);
@import url(forms.css);
@import url(gallery.css);
*{
		margin: 0;
		padding: 0;
}
body,html{
    background: #35281F url(../img/fondos/bgAsermutAutum1700x891_261px.jpg) no-repeat fixed top center;
	color: #D2CEA6;
    font-family: Arial;
    font-size: 11px;
    text-align: justify;
    height: 100%;
}
h1{
    font-size: 25px;
    text-align: center;
}

a{
    color: #4A4728;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    padding: 5px;
}
img{
    vertical-align: bottom;
}
ul.lista{
    padding: 10px 0 10px 60px;
}
img{
    background:transparent url(../img/fondos/loading_transp.gif) no-repeat scroll 50% 50%;
}
#backgroundImage{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left:0;
    min-width:1000px;
    min-height: 1100px;
    overflow:hidden;
    top:0;
}
div#container{
    margin: 0 auto;
    width: 960px;
    min-height: 700px;
    height: 100%;
    background-image: url('../img/fondos/maderaTransparente.png') !important ;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;    
}
* html div#container{
    background-image: url('');
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fondos/maderaTransparente.png');
}
div#main{
    width: 900px;
    margin: 0 auto;
}
div#header{
    height: 150px;
}

.titulo{
    font-family: "Times New Roman";
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
	color: #4A4728;
}
.subtitulo {
	font-family: "Times New Roman";
	font-size: 20px;
	line-height: 18px;
	color: #4A4728;
    padding: 5px 0;
}
div#footer{
    clear: both;
    margin-top: 15px;
    height: 70px;
    text-align: center;
    background:transparent url(../img/fondos/footer.png) no-repeat scroll 50% 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;    
}
div#footer p{
    padding-top: 10px;
}
div.develFooter{
    background: #000;
    text-align: center;
}
div.develFooter img{
    border: 0;
}

