@charset "utf-8";
/* CSS Document */
/* Cuerpo General */
* {
	margin:0;
}
body {
	background: #ffffff;
}
div#contenedor {
	width: 955px;
	height: 670px;
	margin:0 auto;
}
div#contenedor2 {
	width:955px;
	height:35px;
	margin:0 auto;
}
div#superior{
	width:955px;
	height:190px;
	background-image:url(../img/conausa_01.jpg);
	background-repeat:no-repeat;
}
div#city{
	width:955px;
	height:360px;
	background-image:url(../img/conausa_02.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:right;
}
div#botones{
	width:955px;
	height:120px;
}
div#col0{
	width:190px;
	height:120px;
	float:left;
}
div#col1{
	width:130px;
	height:120px;
	float:left;
}
div#col2{
	width:100px;
	height:120px;
	float:left;
}
div#col3{
	width:140px;
	height:120px;
	float:left;
}
div#col4{
	width:110px;
	height:120px;
	float:left;
}
div#col5{
	width:110px;
	height:120px;
	float:left;
}
div#col6{
	width:175px;
	height:120px;
	float:left;
	clear:right;
}
div#inferior{
	width:955px;
	height:30px;
	background-image:url(../img/conausa_10.jpg);
	background-repeat:no-repeat;
}
