* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-style: normal !important;
	font-weight: 300 !important;
	height: 100%;

}

a,
a img {
	outline: 0px;
	border: 0px;
}

a:link,
a:visited {
	text-decoration: none;
	color: #ffffff !important;
	font-size: 15px;

	font-style: normal !important;
	font-weight: 300 !important;
	text-transform: none;
}

#contenedor {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
}

header {
	width: 980px;
	height: 100px;
	display: inline-block;
	font-size: 0;
	border-style: none;

}

.logo {
	width: 320px;
	height: 100px;
	background-color: #578db0;
	float: left;
}

.banner {
	width: 980px;
	height: 310px;
	margin-top: 4px;
}

.bannerIzq {
	width: 320px;
	height: 100%;
	background-color: #578db0;
	float: left;
	position: relative;
}

.bannerIzqTxt {
	width: 250px;
	height: 15px;
	float: left;
	margin-left: 38px;
	margin-top: 5px;
	color: #ffffff;
	font-size: 15px;
}

.bannerIzqTxt2 {
	width: 250px;

	float: left;
	margin-left: 38px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 13px;
}

.cajaDatos {
	width: 235px;
	height: 25px;
	float: left;
	background-color: #ffffff;
	border-style: none;
	color: #ff0000;
	font-size: 13px;
	padding-left: 9px;
	margin-left: 38px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-moz-appearance: none;
	margin-top: 5px;
}

.enviar {
	width: 60px;
	height: 25px;
	padding-top: 0px;
	font-size: 13px;
	text-align: center;
	margin-top: 9px;
	background-color: #ffffff;
	border-style: none;
	color: #578db0;
	margin-left: 38px;
	margin-top: 2px;
	float: left;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	-moz-border-radius: 0px;
	-moz-appearance: none;
	font-weight: 600;
}

.bannerDer {
	width: 650px;
	height: 100%;
	margin-left: 10px;
	float: left;
	position: relative;
	overflow: hidden;
}

.noticias {
	width: 980px;
	height: 25px;
	margin-top: 10px;
	font-weight: 300 !important;
}

.tituloNoticias {
	width: 80px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #578db0;
	color: #ffffff;
	font-size: 15px;
	float: left;
}

article {
	width: 980px;
	height: auto;
	margin-top: 10px;
}

.cuadro {
	width: 320px;
	height: 310px;
	background-color: #747974;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	display: block;
}

article a:nth-child(3n+1) div {
	margin-left: 0px !important;
}

.infoTit,
.infoTxt {
	width: 310px;
	height: auto;
	text-align: center;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	z-index: 10;
}

.infoTit {
	font-size: 24px;
	font-weight: bold;
}

.infoTxt {
	font-size: 20px;
}

.efecto {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

.cuadro:hover .efecto {
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 1;
}

.infoEvento {
	width: 320px;
	height: 310px;
	color: #ffffff;
	position: absolute;
}

aside {
	width: 980px;
	height: 310px;
	clear: both;
}

.redesIzq {
	width: 320px;
	height: 100%;
	float: left;
	background-color: #578db0;
}

.plecaRed {
	width: 65px;
	height: 19px;
	font-size: 15px;
	font-style: normal !important;
	font-weight: 300 !important;
	text-align: center;
	padding-top: 6px;
	background-color: #ff0000;
	color: #ffffff;
	float: left;
}

.bannerIzqTxt3 {
	width: 290px;
	height: 45px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 30px;

}

.iconosRedesTop {
	width: 270px;
	height: 51px;
	margin-top: 17px;
	margin-left: 37px;
	float: left;
}

.iconosRedesBot {
	width: 235px;
	height: 64px;
	margin-top: 15px;
	margin-left: 40px;
	float: left;
}

.imgRedes {
	float: left;
	margin-left: 11px;
}

.flickr {
	width: 320px;
	height: 100%;
	margin-left: 10px;
	background-color: #000000;
	float: left;
	overflow: hidden;
}

.redesDer {
	width: 320px;
	height: 100%;
	float: left;
	margin-left: 10px;
}

.redesfull {
	width: 100%;
	height: 100%;
	float: left;
}

.newFechaBottom {
	padding: 2px 0;
	position: absolute;
	bottom: 0;
	background-color: #000000;
	color: #ffffff;

	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.at_datos_newcopy a {
	font-size: 12px;
}