@charset "utf-8";
/* CSS Document */

.dropBoxIzq{
	background-color:white;
	float:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: RGB(0,36,105);
	border-bottom-color: RGB(0,36,105);
}
.dropBoxIzq img{
	display:block;
}
.dropBoxCentro{
	background-color:white;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: RGB(0,36,105);
	border-bottom-color: RGB(0,36,105);
}
.dropBoxDer{
	background-color:white;
	float:right;
	margin-right:20px;
	margin-bottom:4px;
	border-right:1px solid RGB(0,36,105);
	border-bottom:1px solid RGB(0,36,105);
}
.dropBoxDer img{
	display:block;
}
.dropBoxDerSB{
	background-color:white;
	float:right;
	margin-right:20px;
	margin-bottom:4px;
}

