@font-face {
    font-family: 'clan_probook';
    src: url('../fonts/clanpro-book-webfont.eot');
    src: url('../fonts/clanpro-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanpro-book-webfont.woff') format('woff'),
         url('../fonts/clanpro-book-webfont.ttf') format('truetype'),
         url('../fonts/clanpro-book-webfont.svg#clan_probook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clan_probold';
    src: url('../fonts/clanpro-bold-webfont.eot');
    src: url('../fonts/clanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanpro-bold-webfont.woff') format('woff'),
         url('../fonts/clanpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/clanpro-bold-webfont.svg#clan_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clan_pronews';
    src: url('../fonts/clanpro-news-webfont.eot');
    src: url('../fonts/clanpro-news-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanpro-news-webfont.woff') format('woff'),
         url('../fonts/clanpro-news-webfont.ttf') format('truetype'),
         url('../fonts/clanpro-news-webfont.svg#clan_pronews') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

header {
	height: 525px;
	background: url(../img/header.jpg) center center no-repeat #081019;
	width: 100%;
	margin: auto;
}

section {
	width: 100%;
	margin: auto;
}

.seccion1 {
	height: 798px;
	background: url(../img/seccion2.jpg) center center no-repeat #081019;
}

.seccion1 .container img {
	margin-top: 290px;
	margin-left: 35px;
	margin-right: 0px;
}

.seccion3 {
	height: 661px;
	background: #000000;
}

.seccion3 .container img {
	float: none;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.seccion3 iframe {
	margin-right: 60px;
}

.seccion4 {
	height: 474px;
	background: #33cc00;
}

.seccion4 .container img {
	float: none;
	margin-right: 0px;
	margin-top: 30px;
}

.seccion2 {
	height: 855px;
	background: url(../img/bgseccion2.png) bottom center no-repeat #ec1c24;
}

.seccion2 .container img {
	float: none;
	margin-right: 0px;
	margin-top: 30px;
}

footer {
	height: 243px;
	width: 100%;
	background: url(../img/footer.jpg) center center no-repeat;
}

nav {
	width: 100%;
	background-color: #3a3e36;
	height: 50px;
}

.fixed {
    position: fixed; 
    top: 0; 
    height: 50px; 
    z-index: 1;
}

.container {
	width: 1071px;
	height: auto;
	margin: auto;
	overflow: auto;
}

nav .container {
	font-family: 'clan_probook';
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.container img {
	float: left;
	margin-right: 120px;
}

.container ul {
	padding-top: 15px; 
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

ul li {
	margin-left: 20px;
	float:left;
}

div#contenedor {
	width: 1071px;
	height: auto;
	margin: 82px auto 100px auto;
	overflow: auto;
	text-align: center;
}

p.mensajeCentral {
	text-align: justify;
	font-family: 'clan_pronews';
	font-size: 14px;
	line-height: 1.5;
}

strong.red {
	font-family: 'clan_probold';
	color: red;
}

div.cuadro {
	width: 390px;
	height: auto;
	float: left;
}

div.cuadro2 {
	width: 360px;
	height: auto;
	float: right;
}