﻿#cuadro{
	border: 0px solid white;
	background: #0a233a;
	width: 100%;
	line-height: 28px;
	margin-top: 0px;
	float: left;

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

#cuadro a{
	color: white;
}

#ladoi{
	border: 0px solid white;
	width: 40%;
	height: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #00aeef;
	text-align: left;
	float: left;
	padding:10px;

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

#ladod{
	border: 0px solid white;
	width: 59%;
	font-size: 22px;
	color: white;
	float: left;
	padding: 20px;

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

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

	#ladod{
		width: 100%;
	}
}