@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
/* CSS Document */

#container3 {
width: 900px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}#banner {
	background-image: url(images/logo_menu.png);
	height: 35px;
	width: 810px;
	padding-left: 90px;
	padding-top: 215px;
}
#menu {
	background-image: url(images/menu_900X50.png);
	height: 50px;
	width: 900px;
	background-color: #FFF;
}
#main_image {
	background-image: url(images/caja_900X450.png);
	height: 450px;
	width: 900px;
}
#main_text {
	font-size: small;
	height: 350px;
	width: 600px;
	padding-left: 170px;
	padding-top: 50px;
}
#main_text h3 {
	font-size: 120%;
	color: #033;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main_text h2 {
	font-size: 90%;
	margin:0 auto;
}
#main_text p{
	margin-top: 0px;
	margin-bottom: 30px;
}
