@charset "utf-8";
/* CSS Document */
body{
	background:#E8E8DB;
	text-align: center;
	background-image: url(images/pasoIzquierda.gif);
	margin : 0px 0px 20px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#contenedor{
	width: 906px;
	margin: auto;
	height:auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
#head {
	height: 182px;
	width: 905px;
	padding: 0px;
	margin: 0px;
}
#boton {
	height: 40px;
	width: 905px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
}
#medio {
	height: auto;
	width: 950px;
	text-align: center;
}
#box1 {
	float: left;
	height: auto;
	width: 170px;
	padding: 4px;
	background-color: #EFEFEF;
}
#box2 {
	float: left;
	text-align:left;
	height: auto;
	width: 550px;	
}
#box3 {
	float: left;
	width:170px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 4px;
}
#empresa {
	float: left;
	text-align:left;
	height: auto;
	width: 500px;
	padding: 10px;
}

