div.cooperadores h1{
	color:#D40400;
	font-family: 'Covered By Your Grace', cursive;
	font-size:48px;
	margin: 0 0 30px;
	text-align:center;
}
div.cooperadores h3{
	font-family: 'Covered By Your Grace', cursive;
	font-size:25px;
}
div.cooperadores p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	max-width:430px;
}
div.cooperadores p.big {
	min-height: 220px;
}
div.cooperadores div.textos{
	-webkit-column-width:410px;
	-moz-column-width:410px;
	column-width:410px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	/*
	-webkit-column:2 410px;
	-moz-columns: 2 410px;
	columns:2 410px;
	*/
	margin: 0 auto;
	max-width: 860px;
}
div.cooperadores div.textos h3{
	color:#131313;
	margin:0 auto 20px;
	max-width:430px;
}
div.cooperadores div.textos p{
	color:#444444;
	margin: 0 auto 20px;
}
div.cooperadores div.rojo{
	background-color:#D40400;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 20px;
}
div.cooperadores div.rojo h3{
	font-size:30px;
	margin: 10px auto 0;
	max-width:630px;
}
div.cooperadores div.rojo h3,
div.cooperadores div.rojo p,div.cooperadores div.rojo li{
	color:#FFFFFF;
	margin:10px auto;
}
div.cooperadores li{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	max-width:695px;
}

div.cooperadores div.rojo div{
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;
	margin: 0 auto;
	max-width: 860px;
	}