/*
	 CSS-Tricks Example
	 by Cristian Nunez Quezada
	 http://www.cristiannunez.cl
*/
body {
background-color: #eeeeee;
margin: 0px;
}
#wrapper {
	width: 100%;
	text-align: center;
	margin-top: 0px;

}
#espacio_medios_asociados {
	width: 100%;
	background-color:#333333; /* color anterior de relleno #7f2910 */
	margin-top: 0px;
	margin-bottom: 5px;
	height: 25px;
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */

}
#container {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;

}
#header {
	width: 100%;
	background-color:#FFFFFF;
	height: 185px;
	margin-top: 0px;
	margin-bottom: 4px;

}
#espacio_menu {
	width: 100%;
	background-color:#ac2607; /* color anterior de relleno #FFFFFF */
	margin-top: 0px;
	margin-bottom: 5px;
	height: 30px;
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */

}
#page-wrap {
	width: 648px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;



	*margin-left: 0px;  /*IE */ /* en algun momneto fue -310 */
	height: 870px;
	-moz-border-radius: 2px; /* bordes redondeados */
	-webkit-border-radius: 2px; /* bordes redondeados */
	border:1px solid #ddd;

}

#content {
	width: 100%;
	background-color:#FFFFFF; /* color anterior de relleno #FFFFFF */
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	-moz-border-radius: 0px; /* bordes redondeados */
	-webkit-border-radius: 0px; /* bordes redondeados */

}
#inferior {
	width: 100%;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	height: 140px;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
	border:1px solid #ddd;
}

#legales {
	width: 100%;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 85px;
	-moz-border-radius: 4px; /* bordes redondeados */
	-webkit-border-radius: 4px; /* bordes redondeados */
	border:1px solid #ddd;
}
