/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* FIN RESET */
@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src:    url('../fonts/HelveticaNeueLTPro-LtCn_0.eot');
    src:    url('../fonts/HelveticaNeueLTPro-LtCn_0.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTPro-LtCn_0.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTPro-LtCn_0.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-LtCn_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Com';
    src:    url('../fonts/HelveticaNeueLTPro-MdCn_0.eot');
    src:    url('../fonts/HelveticaNeueLTPro-MdCn_0.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLTPro-MdCn_0.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLTPro-MdCn_0.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-MdCn_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #454545;
    background: url(../images/fondo.jpg);
	height: 100%;
	font-size: 16px;
	font-family: Helvetica Neue LT Pro, Arial;
}

.container {
	width: 1000px;
}

.cabecera {
    background-image: url("../images/fondo-cabecera.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-bottom: 10px;
    text-align: center;
	padding: 60px 0px 40px 0px;
}

.logo_global {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.barra_descarga {
    border-radius: 12px;
    width: 100%;
	color: #ffffff;
    font-family: Helvetica Neue LT Com, Arial;
    font-size: 19px;
	margin-bottom: 10px;
}

.revistaDescarga {
	position: relative;
}

.barra_descarga  .container {
	display: table;
}

.barra_descarga a {
    text-decoration: none;
	color: #ffffff;
}

.nombre_revista {
    background: #3a3a3a none repeat scroll 0 0;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #d2d2d2;
    height: 100%;
    width: 65%;
	display: table-cell;
	padding: 25px 20px;
}


.barra_descarga p {
	margin-bottom: 0px;
}

.contentPastillas {
	padding-top: 20px;
}

.descarga_revista {
    background: #555555 none repeat scroll 0 0;
    border-radius: 0 10px 10px 0;
    height: 100%;
    width: 35%;
	padding: 25px 20px;
	display: table-cell;
}

.barra_descarga img {
    right: 5px;
    position: absolute;
    transform: rotate(14deg);
    width: 100px;
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -o-transform: rotate(14deg);
	top: -80px;
}

.anuncios {
	background-color: #ffffff;
    border: 1px solid #d2d2d2;
	padding: 15px;
	margin: 10px 0px;
}

.modal-content {
	padding: 40px;
	text-align: justify;
	display: inline-table;
	margin-top: 50px;
}

.modal-header {
    padding: 0px;
}

.modal-content h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 28px;
	font-family: Helvetica Neue LT Com;
	text-align: left;
}

.modal-content h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 38px;
	font-family: Helvetica Neue LT Com;
	text-align: left;
}

.modal-content h5 {
	font-weight: normal;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 18px;
	font-family: Helvetica Neue LT Com;
}

.modal-content h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 38px;
	font-family: Helvetica Neue LT Com;
	text-align: left;
	padding: 10px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

.modal-dialog {
    width: 800px;
}

.siguenos {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 130px;
	background-color: #ffffff;
	text-align: center;
	font-size: 15px;
}

.siguenosIMG {
	width: 90%;
	height: 40px;
	margin: auto;
	background: url(../images/facebook.png) no-repeat;
	background-size: 100%;
	margin-bottom: 5px;
}

.pastillaAA {
	padding: 20px;
	border: 1px solid #d2d2d2;
	transition: 0.5s;
	background-color: #ffffff;
}

.pastillaBB {
	border: 1px solid #d2d2d2;
	vertical-align: top;
	background-color: #ffffff;
}

.pastillaCC {
	padding: 20px;
	border: 1px solid #d2d2d2;
	background-color: #ffffff;
	margin-bottom: 10px;
	min-height: 177px;
	transition: 0.5s;
}

.pastillaAA {
	cursor: pointer;
}

.pastillaAA:hover {
	opacity: 0.8;
}

.pastillaCC:hover {
	opacity: 0.8;
}

.listNoticias li:hover {
	background-color: #fbfbfb;
}

.anuncios div {
	transition: 0.5s;
	cursor: pointer
}

.anuncios div:hover {
	opacity: 0.6;
}

.pastillaCC {
	cursor: pointer;
}

.listNoticias li{
	cursor: pointer;
	transition: 0.5s;
}

.pastillaAA h2{
	font-family: Helvetica Neue LT Com, Arial;
    font-size: 22px;
    color: #8b4a25;
    text-decoration: none;
	margin-bottom: 20px;
	margin-top: 10px;
}

.noticiaDestacada {
	width: 37.5%;
}

.anuncios div {
	padding-right: 5px;
    padding-left: 5px;
}

.pastillaCC h2{
	font-family: Helvetica Neue LT Com, Arial;
    font-size: 21px;
	margin-top: 0px;
    color: #8b4a25;
    text-decoration: none;
	margin-bottom: 10px;
}

.leerMasLight {
	font-family: Helvetica Neue LT Com, Arial;
    font-size: 14px;
    color: #8b4a25;
    text-decoration: none;
    font-weight: 600;
	margin-top: 5px;
	display: block;
	margin-bottom: 0px;
}

.leerMasLight:hover {
    color: #8b4a25;
    text-decoration: none;
    font-weight: 600;
	margin-top: 5px;
	display: -webkit-box;
}

.leerMasLight:focus {
	outline: 0px;
    color: #8b4a25;
    text-decoration: none;
    font-weight: 600;
	margin-top: 5px;
	display: -webkit-box;
}

.listNoticias   {
    overflow-y: scroll;
	max-height: 444px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.imagenResponsive {
	width: 100%;
}

.listNoticias  li {
	padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.leerMas {
	margin-top: 20px;
	color: #fff;
    background-color: #8b4a25;
    border-color: #8b4a25;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.leerMas:hover {
	outline: 0px;
	color: #fff;
    text-decoration: none;
	background-color: #743511;
    border-color: #743511;
}

.leerMas:focus {
	outline: 0px;
	color: #fff;
    text-decoration: none;
	background-color: #743511;
    border-color: #743511;
}

footer .container {
	margin-top: 20px;
    padding: 15px;
    background-color: #373737;
    color: #CCCCCC;
    font-size: 12px;
    text-align: center;
}

footer p {
	margin-bottom: 0px;
}

footer a {
    color: #CCCCCC;
    text-decoration: underline;
}

.siguenos {
	cursor: pointer;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #FFFFFF;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #ffffff;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

::-moz-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #FFFFFF;
}

::-moz-scrollbar {
    width: 6px;
    background-color: #ffffff;
    border-radius: 5px;
}

::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.noticiasNews {
	border:0px;
	border-top: 10px #ec008c solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	padding: 10px 40px 40px 60px;
}

.noticiasNews:before {
    content: '#GLOBALNEWS';
    position: absolute;
    left: -44px;
    background: #ec008c;
    color: #ffffff;
    top: 43px;
	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    padding: 10px 20px;
}

.closeBlanc {
	opacity: 1;
	color: #ffffff;
}

.carousel-control.left {
    background-image: none;
}

.carousel-indicators {
    top: -40px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: -40px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    width: 20px;
}

.close {
	 font-size: 30px !important;
	 position: absolute;
     right: 20px;
	 top: 10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px;
}

.textCenter {
	text-align: center !important;
}

.textLeft {
	text-align: left !important;
}

.textRight {
	text-align: right !important;
}

.closeTop {
	top: 5px;
}

.black {
	color: #000;
}

.blackIndicator {
	border-color: #3a3a3a!important;
}

.textVisitas {
	background-color: #e7e7e7;
    margin-bottom: 40px !important;
	padding: 20px;
	text-align: center !important;
	width: 80%;
    margin: auto;
}

.shadow {
	box-shadow: 0px 1px 15px #2c2c2c;
}

.blackIndicator .active {
	background-color: #3a3a3a!important;
}

.twoColumns {
    -webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
	margin-bottom: 10px;
}

.backgroundRed {
	background-color: #751112;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

.threeColumns {
    -webkit-column-count: 3;
    -moz-column-count: 3; 
    column-count: 3;
	margin-bottom: 10px;
}

.pastillaGrey {
	background-color: #e7e7e7;
	padding: 40px;
	width: 90%;
	margin: auto;
}

.pastillaGrey2 {
	background-color: #e7e7e7;
	padding: 10px;
	margin: auto;
}

.titleOrange {
	color: #aa222b;
}

.textOrange {
	background-color: #f15d3d;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding: 15px;
	text-align: center;
}

.subtitle {
	color: #393939;
	padding: 20px;
}

.topNotice {
	margin-top: 43%;
}

.cajaNegra {
	background-color: #000;
	padding: 20px;
    margin-top: -5px;
	bottom: 5px;
}

.cajaNegra p {
	margin-bottom: 0px;
}

.textDestacado {
	text-transform: uppercase;
	width: 90%;
	margin: auto;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pastillaBlack {
	background-color: #000;
	padding: 40px;
	width: 90%;
	margin: auto;
    margin-top: -75px;
    font-size: 30px !important;
}

b {
	font-family: Helvetica Neue LT Com;
	font-weight: normal;
}

.titleBlack {
	margin: auto;
	background-color: #000;
	color: #ffffff;
	padding: 15px;
	width: 40%;
	text-align: center !important;
    display: table;
    left: 0px;
    right: 0px;
    margin-top: -40px;
    z-index: 9999;
	position: relative;
	box-shadow: 0px 0px 10px #000;
}

.titleGrey {
	background-color: #000;
	color: #ffffff;
	padding: 20px 30px 10px 30px;
	margin-top: -70px;
	font-weight: normal;
}

.titleGrey h3 {
	font-weight: normal;
}

.contentPastillaBlanca {
	padding: 0px 30px;
}

.titleGrey h5 {
	margin-bottom: 5px;
}

.pastillaRed {
	background-color: #4a1d24;
	padding: 40px;
	margin-bottom: 20px;
}

.fondoNoticia01 {
	background-color: #000;
	color: #ffffff;
	min-height: 620px;
}

.fondoNoticia01 {
	border-top: 10px solid #aa222b;
}

.fondoNoticia01 h2 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #aa222b;
}

.lineaNoticia02 {
	color: #000;
	margin-top: 20px ;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Times;
	padding: 20px 40px;
	text-align: center;
	background: rgba(149,133,102,1);
	background: -moz-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(149,133,102,1)), color-stop(51%, rgba(223,204,164,1)), color-stop(99%, rgba(149,133,102,1)), color-stop(100%, rgba(149,133,102,1)));
	background: -webkit-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -o-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -ms-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: linear-gradient(to right, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#958566', endColorstr='#dfcca4', GradientType=1 );
	min-height: 106px;
}

.fondoNoticia01 h3 {
	text-align: center;
    margin-top: -35px;
}

.fondoNoticia02 {
	background: url(../../noticias/02/images/fondo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 810px;
}

.fondoNoticia02 h3{
	background: rgba(149,133,102,1);
	background: -moz-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(149,133,102,1)), color-stop(51%, rgba(223,204,164,1)), color-stop(99%, rgba(149,133,102,1)), color-stop(100%, rgba(149,133,102,1)));
	background: -webkit-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -o-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: -ms-linear-gradient(left, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	background: linear-gradient(to right, rgba(149,133,102,1) 0%, rgba(223,204,164,1) 51%, rgba(149,133,102,1) 99%, rgba(149,133,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86602f', endColorstr='#86602f', GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 80px;
}

.circleGrey {
	background-color: #e7e7e7;
	border-radius: 20px;
	padding: 20px;
}

.backgroundWhite {
	background-color: #fff;
	color: #000;
	padding: 20px;
}

.backgroundWhite h3 {
	color: #f15d3d;
}

.backgroundBlue {
	background-color: #001430;
	padding: 30px;
	color: #fff;
	    height: 940px;
}

h5.boxBlue {
	background-color: #0082b7;
	padding: 10px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.fondoAzul {
	background-color: #001430;
	color: #fff;
	padding: 20px;
}

.backgroundBlue h2 {
	color: #0082b7;
	font-size: 32px;
}

.fondoNoticia05 {
	background: url(../../noticias/05/images/fondo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	color: #ffffff;
	min-height: 500px;
}

.fondoNoticia06 {
	background: url(../../noticias/06/images/fondo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

.textGrey {
	padding: 20px;
	background-color: #e7e7e7;
}

.fondoGrey {
	padding: 40px;
	background-color: #e7e7e7;
}

.fondoNoticia09 {
	min-height: 450px;
	padding-top: 50px;
	background-color: #45080a;
	color: #fff;
}

.backgroundImage {
	height: 500px;
	background-image: url(../../noticias/09/images/imagen.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	margin-bottom: 20px;
}

.backgroundImage2 {
	height: 300px;
	background-image: url(../../noticias/09/images/imagen4.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	margin-bottom: 20px;
	position: relative;
}

.backgroundImage2 h2 { 
	width:50%;
	text-align: center;
	position: absolute;
    right: 30px;
    top: 40%;
}

.backgroundImage h2 {
	background-color:#45080a;
	padding: 20px;
    width: 40%;
    margin-left: 50px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
}

.backgroundImage p {
    width: 40%;
    margin-left: 50px;
	margin-top: 20px;
	display: inline-block
}

.fondoNoticia11 {
	background-image:url(../../noticias/11/images/fondo.jpg);
	color: #fff;
	background-size: 205%;
	background-position: left top;
	background-repeat: no-repeat;
}

.part1 {
	min-height: 800px;
}

.logoC {
	width: 50%;
	max-width: 100%;
	margin:auto;
	margin-bottom: 20px;

}

.noticia01 .modal-content {
	border-top: 8px solid #aa222b;
}

.textBlanc {
	width: 90%;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: auto;
    font-size: 18px;
    line-height: 22px;
	margin-top: 20px;
}
.fondoRed {
	background-color: #b72025;
	padding: 25px;	
}

.topMenos {
	margin-top:-50px;
	z-index: 0;
}

.titularFoto {
	text-align: right;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}

.noticia15 .titularFoto {
    width: 80%;
    bottom: 0px;
    right: 20px;

}

.botella {
	position: absolute;
	left: -110px;
    width: 350px;
    bottom: -40px;
}

.noticia03-01 .fondoGrey {
	z-index: 1;
}

.fondoNoticia3-11 {
	background-color: #411213;
	color: #fff;
}

.fondoNoticia04 {
	background-image: url(../../noticias/04/images/fondo.jpg);
	background-repeat: no-repeat;
    background-size: contain;
	background-position-x: -10px;
}


.fondoNoticia10 {
	background-image: url(../../noticias/10/images/fondo.jpg);
	color: #ffffff;
	background-size: cover;
}

.fondoNoticia10 h3 {
	border-top: 5px solid #fff;
	padding-top: 20px;
} 

.tO {
    margin-top: -34px;
    padding-bottom: 0px;
    color: #d95437;
    border-bottom: 10px solid #fff;
    padding-left: 10px;
}
.fondoNoticia12 {
	background-color: #d95437;
	color: #ffffff;
}

.fondoNoticia13 {
	background-color: #9b2b86;
	color: #ffffff;
}

.pastillaBlanca {
	background-color: #ffffff;
	color: #000;
	padding: 40px;
}

.pastillaBlanca2 {
	background-color: #ffffff;
	color: #000;
	padding: 0px 0px 20px 0px;
	margin-top: 80px;
}


.backgroundBlue {
	background-color: #2b9eb1;
}


.pastillaGreyInBlan {
	background-color: #9e9e9e;
	padding: 10px;
	color: #ffffff;
}

.pastillaGrey3 {
	background-color: #9e9e9e;
	color: #ffffff;
	padding: 2px;
}

.padding20 {
	padding: 20px;
}

.menosPaddingLeft {
	padding-left: 0px;
}

.menosPaddingRight {
	padding-right: 0px;
}

.marginBottom {
	margin-bottom: 20px;
}

.recetaCocktail {
	background-color: #e7e7e6;
	padding: 20px;
	color: #000;
}

.textBig {
	font-size: 50px !important;
}

.textTop{
	margin-top: -38px;
	font-size: 25px !important;
	font-family: Helvetica Neue LT Pro !important;	
}

.marginTop {
	margin-top: 20px;
}

.marginTop40 {
	margin-top: 40px;
}

.fondoGolf {
	background-image: url(../../noticias/08/images/fondoGolf.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.fondoGolf2 {
    background-image: url(../../noticias/08/images/imagen4.jpg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 450px;
    background-size: cover;
}

.contentFondoGolf2 {
    padding: 25px;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-top: 30px;
	text-align: center;
    margin-left: 20px;
}

.backgroundBlack {
	background-color: #000;
	padding: 20px;
	color: #fff;
}

.imagenNot2 {
    display: inline-block;
    width: 140px;
    vertical-align: middle;	
	z-index: 1;
	position: relative;
}

.backgroundRed h2 {
	display: inline-block;
    width: 70%;
    vertical-align: middle;
    margin-bottom: 0px;
}

.textMin {
	font-size: 13px;
}

.textBlue {
	color: #2f3e75;
	font-weight: 800 !important;
}

.noticia15 .textBlue {
	color: #00aeef;
}