@charset "utf-8";
/* CSS Document */
@import "menu_izq.css";
@import "visual_letras.css";

div#container {
	background-color: #FFF;
	width: 1022px;
	margin: 0 auto;
	height: auto;
	text-align: left;
}
		
div#banner {
	height: 100px; 
	width: 1024px;
	padding-bottom: 20px;
	background-color: #933;
	}

div#container_contenido {

	height: auto;
	width: 100%;

}

div#container_menu_izq {
	height: 100%;
	width: 220px;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-bottom: 50px;	

}	



div#centro {
	height: auto;
	width: 740px;
	float: right;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
}

div#footer{
	  clear: both; 
 	  width: 1022px;
	  margin: 0; 
	  height: auto;
	  border-top: solid 1px #000000;
	  padding-top: 10px;
}

div#menu_izq {
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: dotted 2px #933;
	padding-right: 15px;
	padding-left: 5px;
	border-right: 2px dotted #933;
	
}


	

	
