/*
	 CSS-Tricks Example
	 by Cristian Nunez Quezada
	 http://www.cristiannunez.cl
*/
body {
background-color: #ded210;
margin: 0px;
}
#wrapper {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	left: auto;
}
#container {
width: 1024px;
margin-left:auto;
margin-right:auto;
}
#anti-header {
	width: 100%;
	background-color:#eeeeee;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
width: 100%;
background-color:#ffffff;
background-image:url(../images/header.jpg);
height: 150px;
margin-top: 0px;
margin-bottom: 5px;
}
#espacio_menu {
width: 100%;
background-color:#000000; /* color anterior de relleno #FFFFFF */
margin-top: 0px;
margin-bottom: 10px;
height: 30px;
}
#page-wrap {
width: 100%;
background-color:#ffffff;
margin-top: 0px;
margin-bottom: 10px;
height: 283px;
}
#content {
	width: 100%;
	background-color:#ffffff; /* color anterior de relleno #FFFFFF */
	margin-top: 0px;
	margin-bottom: 10px;
	height: 1020px;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}
#franja {
	width: 100%;
	background-color:#eeeeee;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 50px;
	-moz-border-radius: 4px; /* bordes redondeados */
	-webkit-border-radius: 4px; /* bordes redondeados */
}

#inferior {
	width: 100%;
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 240px;
	-moz-border-radius: 9px; /* bordes redondeados */
	-webkit-border-radius: 9px; /* bordes redondeados */
}
#legales {
	width: 100%;
	background-color:#eeeeee;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 50px;
	-moz-border-radius: 4px; /* bordes redondeados */
	-webkit-border-radius: 4px; /* bordes redondeados */
}

