@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'OxygenRegular';
    src: url('oxygen-regular-webfont.eot');
    src: url('oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oxygen-regular-webfont.woff') format('woff'),
         url('oxygen-regular-webfont.ttf') format('truetype'),
         url('oxygen-regular-webfont.svg#OxygenRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*.header2 {
	height: 120px;
	width: 910px;
	background-image: url(fondo_cabecera.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header2 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 40px;
	padding-left: 33px;
}*/
.header2 ul li {
	float: left;
	height: 26px;
	width: auto;
}
.header2 ul li a,.header2 ul li a:visited {
	font-family: 'OxygenRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #511F00;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffd2b5;
	padding-right: 5px;
	padding-left: 6px;
	background-image: url(division_cabecera.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	height: 26px;
	float: left;
}
.header2 ul li a:hover {
	color: #FFF;
	text-shadow: 1px 1px 0px #511F00;
	text-decoration: none;
}
.header2 ul .logo a{
	display: block;
	height: 42px;
	width: 190px;
	font-size: 0px;
	line-height: 0px;
	color: #FC8E2C;
	margin-top: -5px;
	float: left;
	/*margin-right: 10px;*/
	background-image: none;
}
.header2 ul .logo {
	color: #FC8E2C;
	font-size: 0px;
	background-image: none;
}

.footer3 {
	/*background-image: url(fondo_pie.png);*/
	clear: both;
	height: auto;
	width: 910px;
	background-repeat: no-repeat;
	background-position: center center;
	margin:auto;
	padding-bottom: 20px;
}
.footer3 ul {
	/*width: 170px;*/
	list-style-type: none;
	background-image: url(division_pie.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	height: 170px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-align: left;
	padding: 0px;
	padding-right:30px;
}
.footer3 ul li a,.footer3 ul li a:visited {
	font-family: 'OxygenRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d1d1d1;
	text-decoration: none;
	text-shadow: 1px 1px 0px #3f3f3f;
}
.footer3 ul li a:hover {
	color: #FFF;
	text-shadow: 1px 1px 0px #511F00;
}
.footer3 ul .tit {
	color: #d1d1d1;
	margin-bottom: 3px;
	margin-top: 8px;
}

/* Barra pie nueva */
#pie-negro{
	background-color: black;
}
#pie-negro ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pie-negro ul li{
	display: inline-block;
	margin: 0 15px;
}

#pie-negro ul li a{
	color: #d1d1d1;
	font-weight: normal;
	font-family: 'OxygenRegular', Arial; 
	
}
