﻿.ladoa{
	border: 0px solid red;
	position: relative;
	width: 100%;
	padding: 10px 0;
	float: left;
	margin: 20px 0 0 0;

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

.fondo-gris{
	border: 1px dashed #ddd;
	background: #f7f7f7;
	width: 100%;
	padding: 10px;

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

.ladoa .texto-pequeno{
	border: 0px solid red;
	text-align: left !important;
	width: 100%;

	padding: 10px;

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

.ladoa .texto{
	text-align:left;
	line-height: 30px;
	float: left;
}

.texto strong{
	color: red;
}

.sangria{
	width: 100%;
	padding: 0 0 20px 30px;

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

.amarillo{
	background: yellow;
	color: black;
}


.mitad{
	width: 25%;
	min-height: 110px;
	float: left;
	margin-bottom: 20px;
}