@charset "utf-8";
body {
	background-image: url(img/bg1.jpg);
	background-color: #796645;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1 {
	color: #FFF;
	font-size:36px;
	text-shadow:0px 3px 5px #4a2600;
}
h2 {
	color: #FFF;
	font-size:24px;
	text-shadow:0px 3px 5px #4a2600;
}
a {
	text-decoration:none;
	color:#fff;
	
}
a:hover {
	text-decoration: underline;
	color:#fff;
	
}
.cabezera {
	background-image: url(../img/bg2.jpg);
	height: 150px;
	width: 100%;
}
.cabeza {
	height: 150px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	float: left;
	height: 150px;
	width: 150px;
	position: relative;
}
.banner {
	float: left;
	height: 100px;
	width: 850px;
	position: relative;
}
.menuCont {
	height: 50px;
	width: 850px;
	float:left;
	position:relative;
}
/*inicia menu*/
ul {
    margin: 0;
    padding: 0;
}

ul.menu {
    height: 50px;
    border-left: 1px solid rgba(0,0,0,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
    float:left;
}

ul.menu li {
    list-style: none;
    float:left;
    height: 49px;
	width: 165px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    }

ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #fff;
	text-decoration:none;
    display: block;
    padding: 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 50px;
    background-color: rgba(126, 85, 3, 0.4);
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }

ul li a:hover {
    background: transparent none;
}

ul li.active a{
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31,169,244,1)), to(rgba(0,28,78, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31,169,244,1) 0%, rgba(0,28,78, 1) 100%);
}
.cuerpo {
	padding: 10px;
	width: 980px;
	min-height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.cuerpoCont {
	width: 100%;
	background-color: rgba(0,0,0,0.2);
}

.piesera {
	background-image: url(../img/bg2.jpg);
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.section {
	background-image: url(../img/bg2.jpg);
	margin: 5px;
	float: left;
	height: 80px;
	width: 38%;
	position: relative;
	text-align: right;
	padding: 5px;
	border-radius: 5px;
}

.pie {
	height: 250px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
