@charset "UTF-8";
/* CSS Document */
/*   
Project:Fiesta del Vino de la Costa
design:GLangone
construction:ADVStudio
css:ADVStudio
date:23/05/14
mod1:-

*/
a, a:hover {
	color: #31BAEC;
	text-decoration: none;
}
body {
	margin:0;
	padding:0;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-style:normal;
    font-weight:normal;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#666;
	background-image:url(../imgs/content-bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

ul, li {
	margin:0;
	padding:0;
}

#main {
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:auto;
}

/* HEADER */

#header {
	margin: 0 auto;
	width: 100%;
	height: 395px;
	background-image: url(../imgs/header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: auto;
}
#header .content {
	width: 980px;
	height: 395px;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content .top {
	width: 980px;
	height: 110px;
	float: left;
}
#header .logo {
	width: 420px;
	height: 110px;
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 25px;
	margin-right: 300px;
	margin-bottom: -20px;
	margin-left: 50px;
}
#header .icon {
	margin:74px 15px 0 0;
	width:25px;
	height:25px;
	float:left;
	display:block;
	background-repeat:no-repeat;
}
#header .twitter {
	background-image:url(../imgs/header-icons.png);
	background-position:0px 0px;
}
#header .twitter:hover {
	background-image:url(../imgs/header-icons.png);
	background-position:0px -30px;
}
#header .facebook {
	background-image:url(../imgs/header-icons.png);
	background-position:-30px 0px;
}
#header .facebook:hover {
	background-image:url(../imgs/header-icons.png);
	background-position:-30px -30px;
}
.cucarda {
	width: 150px;
	height: 110px;
	float: left;
	background-image: url(../imgs/cuidar.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

/* NAVIGATION */

#nav {
	padding-left: 50px;
	width: 932px;
	height: 35px;
	background-color: #333333;
	float: left;
}
#nav .item {
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	float: left;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
}
#nav .item:hover {
	background-color: #31BAEC;
}
#nav .splitter {
	margin: 5px 0;
	width: 2px;
	height: 25px;
	background-color: #666666;
	float: left;
}

/* SLIDER */

#slideshow-container {
	position: relative;
	width: 980px;
	height: 250px;
	float: left;
	overflow: hidden;
}
#slideshow-container .zocalo {
	position:absolute;
	bottom:0;
	left:0;
	width:980px;
	height:30px;
	background-image:url(../../coronavirus/imgs/slider-zocalo.png);
	background-repeat:repeat-x;
	z-index:100;
}
#slideshow {
	padding:0;
	margin:0;
	width:980px;
	height:430px;
	float:left;
	border:0;
}
.slide {
	padding:0;
	margin:0;
	width:980px;
	height:430px;
	float:left;
	border:0;
}

/* CONTENT */

#content {
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(../imgs/content-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	overflow:auto;
}
#content .content {
	margin:0 auto;
	width:980px;
	background-color:#FFF;
	overflow:hidden;
}

#content .left {
	margin:40px 0 0 50px;
	width:530px;
	float:left;
}
.left .title {
	margin-bottom: 30px;
	font-size: 1.7em;
	font-weight: bold;
	color: #2b3132;
	display: block;
	line-height: 1.1em;
}

.left .desplegable {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 1.5em;
    float: left;
    width: 240px;
    margin-right: 10px;
    padding: 2px;
    border-color: #DDD;
}

.left .ir {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    float: left;
    width: 50px;
    margin-right: 10px;
    padding: 2px;
    border-color: #DDD;
}


.left .texto {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	display: block;
	line-height: 1.5em;
}

.left .listado {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	display: block;
	line-height: 1.5em;
	margin-left: 8px;
}

.left .fecha {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	display: block;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.left .subtitulo {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.left .titulo-noticia {
	font-size: 1.5em;
	font-weight: bold;
	color: #31BAEC;
	display: block;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.left .titulo-noticia-covid {
	font-size: 1.5em;
	font-weight: bold;
	color: #31BAEC;
	display: block;
	line-height: 1.5em;
	margin-bottom: 25px;
}


.left .subtitle {
	font-weight: bold;
	color: #2b3132;
}
.left .map {
	margin-bottom: 10px;
	width: 530px;
	height: 350px;
}
.left .largermap {
	margin-bottom: 35px;
	width: 530px;
	font-size: 12px;
}

.left .video {
	margin-bottom:35px;
	width:530px;
	border:1px solid #E6E6E6;
}

.left .video-2 {
	margin-bottom: 60px;
	width: 530px;
	border: 1px solid #E6E6E6;
}

.left .img-covid {
	margin-bottom:35px;
	width:530x;
	height:475px;
}


#content .right {
	margin: 40px 50px 0 0;
	padding-left: 50px;
	width: 250px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.right .title {
	margin-bottom: 10px;
	padding-left: 10px;
	width: 240px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #2b3132;
	background-color: #E5EAEB;
	display: block;
}
.right .video {
	margin-bottom:35px;
	width:248px;
	height:140px;
	border:1px solid #E6E6E6;
}

.right .video-2 {
	margin-bottom:35px;
	width:248px;
	height:248px;
	border:1px solid #E6E6E6;
}

.right .banner {
	margin-bottom:35px;
	width:248px;
	height:100px;
	border:1px solid #E6E6E6;
}

.right .galeria {
	margin-bottom:35px;
	width:248px;
	height:183px;
	border:1px solid #E6E6E6;
}

.right .form {
	margin-bottom:35px;
	width:250px;
	height:460px;
}

/* FOOTER */

#footer {
	margin:0 auto;
	width:100%;
	height:200px;
	background-image:url(../imgs/footer-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	overflow:auto;
}
#footer .content {
	margin:0 auto;
	padding-top:35px;
	width:980px;
	height:165px;
	background-color:#FFF;
	overflow:hidden;
}
#footer .logos {
	margin: 0 50px;
	width: 880px;
	height: 118px;
	background-image: url(../imgs/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer .legales {
	padding:0 50px;
	width:880px;
	height:45px;
	background-color:#2b3132;
	float:left;
}
#footer .text {
	width: 880px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	float: left;
	text-align: center;
}
#footer .icon {
	width: 25px;
	height: 25px;
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
#footer .twitter {
	background-image:url(../imgs/footer-icons.png);
	background-position:0px 0px;
}
#footer .facebook {
	background-image:url(../imgs/footer-icons.png);
	background-position:-30px 0px;
}
