@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'SourceSansnormal';
  src: url('SourceSansPro-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'SourceSansbold';
  src: url('SourceSansPro-Bold.ttf')  format('truetype');
  font-weight: bold;
  font-style: bold;
}

* {
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}

article, aside, figure, footer, header, menu, nav, section { 
  display: block;
}

/* Mixin itself */
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

/* Usage as a mixin */
.element {
  .clearfix();
}

/* CONTENIDO */

.contenido_copa {
	font-family: 'SourceSansnormal', Arial, serif;
	width: 738px;
	height: auto;
	overflow: hidden;
  color: #424143;
}

.conte_titu {
  color: #215FA5;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contenedor_pri {
  margin: 5% 8%;
}

.ima_01 {
  margin-top: 20px;
}

.listas {
  list-style-image: url(../image/vineta.png);
  list-style-type: none;
  float: none;
  margin: 0 20px;
  font-family: 'SourceSansnormal', Arial, serif;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  color: #424643;
}

.linea {
  border-bottom: 2px solid #215FA5;
  margin: 10px 0;
}

.caja_01 {
  float: left;
  width: 46%;
  margin: 0 2%;
}

.caja_02 {
  width: 96%;
  margin: 0 2%;
}

.parrafo_m {
  font-family: 'SourceSansnormal', Arial, serif;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  color: #424643;
  margin: 0 0 10px;
}
