@charset "UTF-8";
/* CSS Document */


.contenido-be article,
.contenido-be aside,
.contenido-be figure,
.contenido-be footer,
.contenido-be header,
.contenido-be menu,
.contenido-be nav,
.contenido-be section { 
	display: block;
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	font-weight: 300;
}

/* CONTENIDO */

.contenido-be {
	margin: 0 auto;
	width: 734px;
	height: auto;
	color: #424143;
}


.contenedor-01, .contenedor-02, .contenedor-03, .contenedor-04 {
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	font-weight: 300;
	background-color: #fff;
	height: 150px;
	padding-left: 4%;
	position: relative;
}

.contenedor-01 {
	border-top: 4px solid #7A1F5E;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	z-index: 10;
}

.contenedor-02 {
	background-image: url(../image/banner-01.png);
	height: 253.61px;
	margin: 0;
	padding-left: 0;
	z-index: 1;
}

.contenedor-03 {
	padding-left: 0;
	margin: 7% 0;
	height: auto;
}

.contenedor-04 {
	background-color: #7A1F5E;
	margin: 0;
	padding: 0;
	height: 426px;
}

.caja-01, .caja-02, .caja-03 {
	float: left;
}

.caja-01 {
	width: 258px;
}

.caja-02, .caja-03 {
	width: 50%;
	height: auto;
}

.caja-02 {
	padding: 6% 0;
}

.titu-01,
.parrafo-m,
.parrafo-m2 {
	font-family: "Century Gothic",Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #5B5D5B;
	text-align: justify;
	margin: 2% 6% 6%;
	position: relative;
}

.titu-01 {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	color: #fff;
	z-index: 15;
	padding: 17% 6% 5%;
}

.parrafo-m2 {
	color: #FFF;
	text-align: left;
	margin: 2% 12% 6%;
}


/* FOOTER */
.footer-be {
	background-color: #fff;
 	width: 100%;
 	height: 100px;
}

.box {
	box-sizing: border-box;
	width: 734px;
	margin: 4% 0;
	display: inline-block;
	text-align: center;
}

.logo_r {
	width: 30px;
	margin-right: 1%;
}

