@charset "utf-8";
/* CSS Document */

body {		
	margin: 0;		
	padding:0;		
	width: 100%;
	display: table;		
}


#seccion_top {
	/*margin-top: -10px;*/
	width: 100%;	
	height:271px;
	background: url(images/templatemo_top_section_bg.jpg) repeat-x;
}

#section_middle {
	width: 100%;
	background: #14515e;
	clear: both;
	overflow:hidden;
}

#section_bottom {
	width: 100%;
	height: 73px;
	background: url(images/templatemo_footer_bg.jpg) repeat-x;
	float: left;
}

.contenedor {
	width: 960px;
	margin: auto;
}




