@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FCE7BC;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	color: #4D0100;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#info {
	background-color: #FFFFF0;
}
.cont_top {
	background-image: url(../img/cont_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
#cont {
	width: 635px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
.banner_ppal {
	font-size: 18px;
	color: #F8E5A5;
	background-image: url(../img/banner_ppal.png);
	background-repeat: no-repeat;
	text-align: justify;
	display: block;
	height: 192px;
	width: 584px;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 25px;

}
#cont h1 {
	font-size: 24px;
	font-weight: bold;
	color: #4D0100;
	padding-bottom: 20px;
}
#cont p {
	font-size: 12px;
	text-align: justify;
	display: block;
	padding-bottom: 20px;
}
#cont a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #4D0100;
}
#cont a:hover {
	color: #884008;
}

#cont li { list-style:none;
}


#column {
	width: 285px;
	position: absolute;
	right: 0px;
	top: 340px;
}
#column img {
	padding-bottom: 20px;
}
#menu_bottom {
	background-image: url(../img/bg_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 68px;
}
#menu_bottom ul {
	list-style-type: none;
	padding-top: 25px;
}
#menu_bottom a {
	font-size: 12px;
	font-variant: small-caps;
	color: #590600;
	text-decoration: none;
}
#menu_bottom a:hover {
	color: #BD731B;
}
#menu_bottom li {
	height: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECC487;
	display: inline;
}
#footer {
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	height: 110px;
	width: 100%;
}
#datos_footer {
	background-image: url(../img/bg_ima_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 110px;
	width: 950px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#datos_footer p {
	font-size: 11px;
	font-style: italic;
	padding-top: 20px;
}
.copyright {
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
	font-weight: bold;
	display: block;
}
