/* CSS Document */

@font-face {
	font-family: "OpenSans-Bold";
    src: url("../css/css/OpenSans-Bold.eot");
    src: url("../css/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
        url("../css/OpenSans-Bold.woff") format("woff"),
        url("../css/OpenSans-Bold.ttf") format("truetype"),
        url("../css/OpenSans-Bold.otf")  format('opentype');
    font-weight: 700;
}

@font-face {
	font-family: "OpenSans-Light";
    src: url("../css/OpenSans-Light.eot");
    src: url("../css/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
        url("../css/OpenSans-Light.woff") format("woff"),
        url("../css/OpenSans-Light.ttf") format("truetype"),
        url("../css/OpenSans-Light.otf")  format('opentype');
    font-weight: 300;
}

@font-face {
	font-family: "OpenSans-SemiboldItalic";
    src: url("../css/OpenSans-SemiboldItalic.eot");
    src: url("../css/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"),
        url("../css/OpenSans-SemiboldItalic.woff") format("woff"),
        url("../css/OpenSans-SemiboldItalic.ttf") format("truetype"),
        url("../css/OpenSans-SemiboldItalic.otf")  format('opentype');
    font-weight: 700;
}

.contenido_be article, aside, figure, footer, header, menu, nav, section { 
	display: block;
	font-family: "OpenSans-Light",Arial,Helvetica,sans-serif;
	font-weight: 300;
}

/* Mixin itself */
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

/* Usage as a mixin */
.element {
  .clearfix();
}

/* CONTENIDO */

.contenido_be {
	margin: 0 auto;
	width: 734px;
	height: auto;
	color: #424143;
	overflow: hidden;
}


.contenedor_01, .contenedor_02, .contenedor_03 {
	font-family: "OpenSans-Light",Arial,Helvetica,sans-serif;
	font-weight: 300;
	background-color: #003A60;
	padding: 4%;
	position: relative;
	z-index: 10;
}

.contenedor_01 {
	text-align: center;
	padding-top: 20px;
	height: auto;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	background-color: #fff;
}

.contenedor_02 {
	z-index: 11;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
}

.contenedor_03 {
	background-color: #fff;
}

.contenedor_04 {
	background-color: #BF8817;
	position: relative;
	z-index: 11;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
}

.caja_02, .caja_03 {
	float: left;
}

.caja_02 {
	width: 359px;
	height: 481px;
    padding: 4% 2%;
    background-color: #BF8817;
    padding-left: 4%;
}

.caja_03 {
	width: 330px;
}

.contenido_be .dl-horizontal dt {
	text-align: left;
	width: 120px;
	line-height: 20px;
}

.contenido_be .dl-horizontal dd {
	margin-left: 125px;
	margin-bottom: 10px;
	line-height: 20px;
}


.titu-01, .titu-02, .parrafo_m, .parrafo_m2 {
	font-family: "OpenSans-Light",Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #5b5d5b;
	line-height: 19px;
	text-align: left;
}

.titu-01, .titu-02 {
	font-family: "OpenSans-Bold", Arial,Helvetica,sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	text-align: left;
}

.titu-02 {
	color: #5b5d5b;
}

.titu-03 {
	font-family: "OpenSans-SemiboldItalic", Arial,Helvetica,sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
}

.parrafo_m {
	color: #fff;
}


/* FOOTER */
.footer_be {
	background-color: #fff;
 	width: 100%;
 	height: auto;
}

/* CAROUSEL */
.contenido_be .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
}

.contenido_be .carousel-indicators .active {
	width: 14px;
    height: 14px;
    background-color: #fff;
}

