#izquierda {
	float: left;
	width: 290px;
}

#derecha {
	float: left;
	width: 603px;
}

#caixa{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width:249px;
	height: 15px;
}

#caixa2{

	display: block;
	margin:10px auto;
	width: 623px;
	height: 100%;

}

#topcaixa {
	background-repeat: no-repeat;
	background-image: url(../imagenes/topcaixa.jpg);
	width:249px;
	height: 15px;

}

#topcaixa2 {

	background-repeat: no-repeat;
	background-image: url(../imagenes/topcaixa2.jpg);
	width: 623px;
	height: 15px;


}

#concaixa {

	padding-left: 10px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-top: 40px;

	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #777;
	border-style: solid;
	
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color: #777;
	width:227px;
}

#concaixa2 {

	padding-left: 10px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-top: 40px;

	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #777;
	border-style: solid;
	
	font-family: Arial, Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#777;
	width: 601px;
}

#botcaixa {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/botcaixa.jpg);
	width:249px;
	height: 15px;
}

#botcaixa2 {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-image: url(../imagenes/botcaixa2.jpg);
	width: 623px;
	height: 15px;
}

.division{

	margin-top: 3px;

	padding-bottom: 10px;

	border-bottom-style: solid;

	border-top-style: solid;

	border-bottom-color: #777;
	border-top-color: #777;

	border-bottom-width: 7px;

	border-top-width: 2px;

	padding-top: 10px;
	text-align: center;
	height: 320px;
	width: 600px;
	color: white;
	
	position: relative;
}

.division div{
	font-family: Arial, Verdana,Helvetica,sans-serif;
	font-size:11px;
	color:#777777;
	width: 100%;
	text-align: center;
	font-weight: normal;
	
	/*position: absolute;
	top: 285px;*/
	position: relative;
	margin: 10px 0px 0px 0px;

}

.fila {
	margin-top: 10px;
	height: 75px;
}

.imagen {
	color: white;
	text-align: center;
	margin-left: 10px;
	float: left;
	background-color: #777;
	height: 61px;
	width: 100px;
}


