/* CSS Document */

body {
	font: "Times New Roman", Times, serif;
	background:#A29E93 url(../img/background.jpg) center 0 repeat fixed;
	margin:0;
}
a, a:active {
	text-decoration : none;
		color:#bf5927;

}
a:hover{
	text-decoration:underline;
		color:#bf5927;

}
p, span, h1, h2, h3, h4, h5, h6, h7, h8, ol, dl {
	margin:0;
	padding:0;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}



#main {
	width:1000px;
		height:auto;

	background:url(../img/gradient.png) top left repeat-y;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMAGES" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/vacio.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
overflow:hidden;
	margin:0 auto;
}

#contenedor {
	width:950px;
	position:relative;
	margin:auto;
	float:left;
	margin-left:25px;
background-color:#FFFFFF;
}

#header {
	
	height:40px;
	background-color:#FFFFFF;
	position:relative;
}

#footer {
	width:1000px;
	margin:0 auto;
		height:37px;

	margin-bottom:34px;
	background:url(../img/shadow.png) top left;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMAGES" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/vacio.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
#mainleft{
	width:658px;
	float:left;
	padding-bottom:60px;

}
#mainright{
	width:292px;
	float:right;
	background:#FFFFFF url(../img/grad1.jpg) left 0 repeat-x ;
	padding-bottom:60px;

}


h1{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#937b3a;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;

}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#353434;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
	
}


h3{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;
}
h3 a:hover {
	text-decoration:underline;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#937b3a;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;
	
}
h4 a:hover {
	text-decoration:underline;
}
h5{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#bf5927;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;
	
}
h5 a:hover {
	text-decoration:underline;
}

.input1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;
	color:#676767;
	height:20px;
	background-color:#fff;
	border:1px;
	border-style:solid;
	border-color:#676767;
	margin:0px;
	vertical-align:middle;
	padding-left:6px;
}
.vinculo1 a{
	
	padding:6px 0px 6px 22px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#353434;
	font-weight:normal;

}
.mes_noticias{
	margin:0px 0px 0px 0px;
	padding:0px;
}
.mes_noticias ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 6px;
	list-style-type:none;
	color:#666;
}
.mes_noticias li{
	margin:0px 0px 0px 0px;
	padding:0px;
}
.mes_noticias li a{
	color:#666;
	text-decoration:none;
}
.mes_noticias li a:hover{
	text-decoration:underline;
}
.text1{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#353434;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
}