/* Add here all your CSS customizations */

.center {
	text-align:center;
}

.redbox{
	text-align:center;
	padding:20px 20px 25px 20px;
	background-color:#e33524;
	height:inherit !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.whitebox{
	text-align:center;
	padding:20px 20px 25px 20px;
	background-color:#FFFFFF;
	height:inherit !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.white{
	color:#FFF;
}

.grey{
	color:#464646;
}

.red{
	color:#e33524;
}

.margzero{
	margin:0;
}

.margauto{
	margin:auto;
}

.lineheighth1{
	line-height:1.4;
}

.lineheightp{
	line-height:1.2;
}

.lineheighth3{
	line-height:1.1;
}

.whitespc{
	white-space:no-wrap;
}

.bord_rosado{
	border:solid thin #F0C;
}

.bord_blanco{
	border:solid thin #FFF;
}

.bord_negro{
	border:solid thin #000;
}

.bord_rojo{
	border:solid thin #e33524;
}