﻿#cuadro{
	background: #0a233a;
	width: 100%;
	height: auto;
	margin-top: -10px;
	float: left;

	border-radius: 10px 10px 0 0;
}

#ladoi{
	border: 0px solid white;
	width: 35%;
	height: 100%;
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #00aeef;
	text-align: left;
	float: left;
	padding: 30px 0 0 30px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ladoi img{
	border-radius: 10px;
}

#ladod{
	border: 0px solid white;
	width: 64%;
	line-height: 24px;
	font-size: 16px;
	color: white;
	float: left;
	padding: 20px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#banner{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	color: #063359;
	text-align: center;
	float: left;
	padding: 20px 0;
	margin:10px 0;
}

#banner b{
	font-size: 24px;
	font-weight: bold;
}


@media screen and (max-width: 600px){
	#ladoi{
		width: 100%;
		padding-left: 0;
	}

	#ladod{
		width: 100%;
	}
}