@charset "UTF-8";
#contenedor {
	min-height:100%;
	width: 1020px;
	height: auto!important;
	height:100%;
	margin:0 auto;
	background-image:url(../images/fondo_menu.jpg);
	background-repeat:repeat-y;
	background-position: 0px 200px;
	background-color:#000000;
	box-shadow: 0px -12px 12px #000;
	-webkit-box-shadow: 0px -12px 12px #000;
  	-moz-box-shadow: 0px -12px 12px #000;
	filter: shadow(color=#999999, direction=135, strength=2);
}
#logo {
	background-color: #CCCCCC;
	float: left;
	height: 110px;
	width: 267px;
	background-image: url(../images/MC_LOGO.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #006838;
	padding-top: 90px;
}
#menu {
	float:left;
	width: 245px;
	height: 300px;
	padding-top: 45px;
	padding-right: 24px;
}
#cuadroinfo {
	width:660px;
	float: right;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	padding-right: 50px;
}
#cuadroinfo2 {
	width:700px;
	float: right;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	padding-right: 10px;
}
#info_pie {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
}
.banderas {
	padding-right: 10px;
	padding-left: 10px;
}.texto_pie {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
#banderas {
	float: right;
	width: 160px;
	padding-top: 170px;
	padding-right: 25px;
}
#cabecera {
	float: left;
	height: 200px;
	width: 100%;
	background-image:url(../images/cabcera1.jpg);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006838;
	background-position: 267px;
	background-repeat: no-repeat;
}
