@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,700i');
/*  NOTICIAS */
.contentNotice {
	width: 100%;
	height: auto;
	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
}

.titles {
	width: 100%;
	margin-top: 20px;
	height: auto;
	isplay: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
	text-align: left;
}

.titles h2 a {
	font-size: 33px !important;
	color: #FF1744 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	margin: 0;
}

.titles h3 {
	font-size: 22px;
	color: #FB9A3B;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
}

.datePrensa {
	width: 100%;
	height: 32px;
    align-self: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.titlePrensa {
	width: auto;
	height: auto;
	text-align: center;
}

.titlePrensa h2 {
	color: #FF1744 !important;
	font-size: 54px;
}

.contentGral {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
	margin-top: 15px;
	/*margin-bottom: 60px;*/
}

.pCenter {
	width: 80%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: left;
  	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: 300;
}

.pCenter a {
	color: #0095C3;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.floatImgPrensa {
	width: 960px;
	height: auto;
	margin-left: 20px;
	border-bottom: 1px solid #CCC;

	text-align: left;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
}

.imgNotice {
	width: 100%;
	min-height: 247px;
	margin: 20px;
	text-align: center;
}

.btnVolverAtras {
	width: 40px;
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	padding: 5px 10px 5px 10px;
	z-index: 100;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FAFAFA;
	background-color: #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	transition: all 0.5s;
}

.btnVolverAtras a {
	text-decoration: none;
	color: #000;
}

.btnVolverAtras i {
	font-size: 44px;
}

.btnVolverAtras:hover {
	cursor: pointer;
	background-color: #666;
}