/* IMPORTAR FUENTES */

@import url("fonts/fonts.css");

/* GENERIC */

	body {
		font-family: Verdana, sans-serif !important;
		font-weight: 400;
		/*width: 1162px;*/
		width: 100%;
		margin: 0px auto;
		color: #363636;
		text-align: justify;
		
		min-width: 970px;
	}
	
	.sombra-cajas{
		    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
			behavior: url('../js/pie/pie.htc');
	}
	
	
	h1 {
		cursor: default;
	}

	p {
		font-size: 14px;
		color: #363636;
	}
	
	a {
		cursor: pointer !important;
		color: #cc3333;
		font-size: 12px;
		/*font-weight: bold;*/
		text-decoration: none;
	} a:hover {
		/*text-decoration: underline;*/
	}

	.hidden {
		display: none;
	}
	
	.absolute {
		position: absolute;
	}
	
	.clear {
		clear: both;
	}
	
	table {
		width: 100%;
	}
	
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}

    .left{float: left}
    .right{float: right}
    .red{ color:#cc3333 !important; }
    .verde{ color: #6acc0f !important; }

    .btn{
        padding: 6px 0;
        background: #C33 ;
        border: none;
        color: #FFFFFF;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .btn:hover{
        background: #7b1f1f;
    }



/* HEADER */
	#wrapper-head {
		background: #cc3333;
	}
	
	body > header {
		height: 175px;
		position: relative;
	}

	#header-background {
		padding: 11px;
		background: #cc3333 url('../images/header/bandera.png') no-repeat;
		background-position: 57px -12px;
		height: 80px;
		width: 265px;
		margin: 0 auto;
		float: left;
		margin-left: -60px;
	}

	#logo {
		display: block;
			margin-left: 95px;
			font-size: 0 !important;
			background: transparent url('../images/header/logo.png') no-repeat;
			height: 72px;
			width: 125px;
	} #logo > h1 { display: none; } 
	
	#banner-header {
		width: 380px;
		height:	100px;
		float: left;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		margin-left: 113px;
	} #banner-header > h2 { display: none; } #banner-header * { vertical-align: middle; } #banner-header a { text-decoration: none; }
	  
	#banner-header span {
		display: inline-block;
		height: 100%;
		width: 1px;
	}

	
/* NAVIGATION */

	nav#main-nav::before {
		display: block;
		content: "";
		width: 100%;
		height: 5px;
		
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
		behavior: url('../js/pie/pie.htc');
		
		position: absolute;
		bottom: 73px;
		left: 0px;
		z-index: 40;
	}
	
	nav#main-nav {
		clear: both;
		height: 36px;
		background: url('../images/header/navigation-background.png');
	}
	
	nav#main-nav > ul { padding: 0; width: 1000px; margin: 0 auto; }
	
	nav#main-nav > ul > li {
		list-style: none;
		list-style-image: none;
		float: left;
		display: block;
		text-align: center;
		color: white;
		height: 36px;
		line-height: 36px;
		margin: 0 0 0 2px;
		font-size: 12px;
		position: relative;
		text-transform: uppercase;
	}
	
	nav#main-nav > ul > li::after{
		content: "";
		display: block;
		width: 2px;
		height: 36px;
		background: url('../images/header/navigation-separator.png');
		position: absolute;
		z-index: 10;
		top: 0px;
		left: -3px;
	}
	
	nav#main-nav > ul > li:first-child::after {
		content: "";
		display: block;
		width: 2px;
		height: 36px;
		background: none;
		position: absolute;
		z-index: 9999;
		top: 0px;
		left: -2px;
	}
	
	nav#main-nav > ul > li a {
		text-decoration: none;
		color: white;
		display: block;
		height: 100%;
		padding: 0 20px;
		min-width: 80px;
	} nav#main-nav > ul > li a.active, nav#main-nav > ul > li a.hover { background-image: url('../images/header/navigation-background-hover.png'); }
	
	nav#main-nav > ul > li a.have-children.hover::before {
		visibility:visible;
		display: block;
		opacity: 1;
	} nav#main-nav > ul > li a.have-children::before {
		visibility:hidden;
		content: "";
		width: 20px;
		height: 9px;
		margin-left: -9px;
		background: url('../images/header/triangulo-menu.png');
		position: absolute;
		left: 50%;
		bottom: -9px;
		opacity: 0;
		font-weight: bold;

		-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
	  	-o-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
		behavior: url('../js/pie/pie.htc');
	}
	
	nav#main-nav > nav#sub-nav {
		background-image: url('../images/header/subnavigation-background.png');
		width: 1000px;
		margin: 0 auto;
		height: 37px;
		clear: both;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		display: none;
		behavior: url('../js/pie/pie.htc');
	}
	
	nav#main-nav > nav#sub-nav ul { height: 23px; padding: 7px 10px; display: none; position: absolute; margin: 0; }
	nav#main-nav > nav#sub-nav ul > li {
		list-style: none;
		float: left;
		padding: 0 10px;
	}
	
	nav#main-nav > nav#sub-nav ul > li a {
		text-decoration: none;
		color: white;
		font-size: 12px;
		text-transform: uppercase;
		line-height: 26px;
	} nav#main-nav > nav#sub-nav ul > li a.selected { font-weight: bold; }
	nav#main-nav > nav#sub-nav ul > li a.active { font-weight: bold; }


/* ASIDE */
	
	aside#sidebar {
		width: 270px;
		float: left;
	}

/* CAJAS */
	
	.box {
		margin: 10px;
		margin: 20px 0 0 0;
	}
	.box > h1 {
		font-size: 24px;
		height: 46px;
		background: url('../images/solapa.png');
		color: white;
		padding-left: 15px;
		line-height: 48px;
		margin: 0 100px 0 0;
		position: relative;
		font-weight: normal;
		text-transform: uppercase;
		
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		z-index: 10;
		min-width: 160px;
		behavior: url('../js/pie/pie.htc');
	}
	.box > h1::before {
		display: block;
		content: "";
		width: 100px;
		height: 46px;
		background: url('../images/solapa-corta-corner.png');
		position: absolute;
		left: 100%;
	}
	
	aside .box > article {
		padding: 10px;
		border: 1px solid #e5e5e6;
		-webkit-border-radius: 7px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 7px;
		-moz-border-radius-topleft: 0;
		border-radius: 7px;
		border-top-left-radius: 0;
		behavior: url('../js/pie/pie.htc');
		-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
	}
	
	aside #cha-tv {
		background: #cc3333;
		color: white;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		
		-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		
		padding-bottom: 5px;
		font-size: 12px;
		margin-top: 20px;
		behavior: url('../js/pie/pie.htc');
	}
	aside #cha-tv h1{
		font-size: 24px;
		height: 46px;
		padding-left: 15px;
		line-height: 48px;
		margin: 0;
		font-weight: normal;
		text-transform: uppercase;
		
		min-width: 160px;
		behavior: url('../js/pie/pie.htc');
	}
	aside #cha-tv article {
		background: #8e2a27;
		margin: 0 0 5px 0;
	}
	aside #cha-tv a {
		text-decoration: none;
		color: white;
		display: block;
		padding: 5px;
	} 
	aside #cha-tv article img {
		width: 23%;
		float: left;
		margin-right: 3px;
	}
	aside #cha-tv article p { width: 197px; float: right; }
	aside #cha-tv article.newest p { width: auto; float: none; }
	aside #cha-tv article.newest { background: #cc3333; padding: 0; }
	aside #cha-tv article.newest img { display: none; }
	aside #cha-tv article.newest time, aside #cha-tv article time {}
	aside #cha-tv article.newest p, aside #cha-tv article p {
		color: white;
		font-size: 12px;
		margin: 0;
		max-height: 30px;
	}
	aside #cha-tv footer a:before {
		content: '+ ';
	} aside #cha-tv footer a { float: right; }
	
	#search #keywords {
		-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .2);
		box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, .2);
		
		background:	transparent;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		
		border: none;
		padding: 5px 6px;
		outline: none;
		
		-webkit-transition: background 500ms ease;
		-moz-transition: background 500ms ease;
		-ms-transition: background 500ms ease;
		-o-transition: background 500ms ease;
		transition: background 500ms ease;
		
		font-size: 12px;
		display: block;
		width: 190px;
		height: 25px;
		color: #444444;
		float: left;
		behavior: url('../js/pie/pie.htc');
	} #search #keywords:focus {
		background: #ffffcc;
	}
	
	#search .btnSearch {
		width: 42px;
		height: 35px;
		background: #eeeeee url('../images/search.png') no-repeat center center;
		border: 1px solid #d4d4d4;
		float: right;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		outline: none;
		behavior: url('../js/pie/pie.htc');
	}
	#tag-cloud article {
		text-align: center;
	} #tag-cloud article a {
		color: #4d4d4d;
		text-decoration: none;
		margin-right: 5px;
	} #tag-cloud article ul {
		margin: 0;
		padding: 0;
	} #tag-cloud article ul li {
		font-size: 10px;
		display: inline;		
	}
	
	#tag-cloud article ul li a:hover{
		text-decoration: underline;
		color:#C33;		
	}
	
	/* Banner izquierdo */
		
		section.box.banner-left {
			width: 272px;
			height: 318px;
			padding: 0;
			margin-bottom: 22px;
			
		} section.box.banner-left h1 { display: none; }
		
		section.box.banner-left img {
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			
			-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
			box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
			behavior: url('../js/pie/pie.htc');
		}
		
/* MAIN CONTENT */
	.layout {
		width: 950px !important;
		margin: 0 auto;
	}
	section#main {
		width: 660px;
		float: right;
		margin-top: 20px;
	}
    section#main100 {
        width:100%;

        margin-top: 20px;
    }
	
	section#main > article {
		padding: 0 10px;
	}
	
	#banner-slidebox {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 21px;
		
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		
		-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
	}
	
	#banner-slidebox ul li img {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		
		behavior: url('../js/pie/pie.htc');
	}
	
	section.banner-importante {
        max-height: 325px;
        padding: 0;
        margin: 10px 0 0 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;

        -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
		
	}

    section.banner-importante img{



        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;

        behavior: url('../js/pie/pie.htc');
    }

	section.banner-importante h1 {
		display: none;
        padding: 0;
        margin: 0;
	}

	/* BANNER SLIDE */
		ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
		li.bjqs-slide{position:absolute; display:none;}
		ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
		ul.bjqs-controls.v-centered li a{position:absolute;}
		ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
		ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
		ol.bjqs-markers{list-style: none; padding: 0; margin-top: -25px; width:100%; position: absolute; }
		ol.bjqs-markers.h-centered{text-align: center;}
		ol.bjqs-markers li{
			display: inline-block;
			text-indent: -9999px;                 /* sends the text off-screen */
			background-image: url('../images/icons/slider-select.png');  /* shows image */
			height: 15px;                        /* be sure to set height & width */
			width:  15px;
			margin: 0 2px;
			white-space: nowrap;  
		} ol.bjqs-markers li.active-marker { background-image: url('../images/icons/slider-selected.png'); }
		ol.bjqs-markers li a{display:block; height: 15px; width: 15px; }
		p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
	
	#ultima-hora, #page-title {
		clear: both;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background: #f1f1f0;
		behavior: url('../js/pie/pie.htc');
		margin-top: 5px;
	}
	
	#ultima-hora > h1, #page-title h1 {
		float: left;
		width: auto;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		behavior: url('../js/pie/pie.htc');
	}
	
	#ultima-hora article {
		width: 350px;
		height:	46px;
		display: table;
		float: left;
	}
	#ultima-hora article h1 {
		font-size: 12px;
		margin: 0;
	} #ultima-hora article h2 {
		font-size: 10px;
		margin: 0;
	} #ultima-hora article a {
		width: 219px;
		margin-left: 10px;
		display: table-cell;
		vertical-align: middle;
		overflow: hidden;
		table-layout: fixed;
		color: black;
		height:	46px;
		text-decoration: none;
	}
	
	#ultimas-noticias-radio {
		width: 57px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 11px 45px 11px 0;
		background: url('../images/radio-portada.png') no-repeat right center;
		text-align: left;
		line-height: 12px;
		float: left;
	}
	
	#noticias-destacadas-inicio {
		margin: 20px 0 0 0;
	}
	
	#noticias-destacadas-inicio ul li {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		padding: 1px 0;
		margin: 1px 2px 0 0;
		line-height: 20px;
		border: none;
		background: #9e9e9e;
		width: 130px;
	} #noticias-destacadas-inicio ul li.ui-state-active {
		background: #f1f1f0;
		font-weight: bold;
	}
	
	.ui-tabs-anchor {
        font-size: 11px;
		color: white !important;
		outline: none;
		display: block;
		width: 100%;
		padding: 0.5em 0em !important;
		text-align: center;
	}
	.ui-state-active > .ui-tabs-anchor { color: #cc3333 !important; outline: none; }
	
	#noticias-destacadas-inicio article {
		padding: 15px;
		background: #f1f1f0;
		-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.40);
		-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.40);
		box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.40);
		-webkit-border-radius: 7px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 7px;
		-moz-border-radius-topleft: 0;
		border-radius: 7px;
		border-top-left-radius: 0;
		behavior: url('../js/pie/pie.htc');
	}
	#noticias-destacadas-inicio article h1 {
		color: #cc3333;
		font-size: 20px;
		margin: 5px 0;
		cursor: pointer;
	} #noticias-destacadas-inicio article h2 {
		font-size: 14px;
		margin: 5px 0;
        color: #313131;
        font-weight: normal;



	}#noticias-destacadas-inicio article p {
		color: #313131;
		font-size: 18px;
	}
	
	#noticias-destacadas-inicio article time {
		color: black;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		display: block;
	}
	
	#noticias-destacadas-inicio article .image {
		margin-right: 20px;
		float: left;
		width: 184px;
		height: 170px;
	}
	
	.noticias-destacadas-inicio-article-wrapper {
		display: block;
		text-decoration: none;
	}
	
	#noticias-destacadas-inicio article footer {
		background: transparent url('../images/linea-noticias-portada.png') no-repeat;
		width: 664px;
		height: 29px;
		margin: 20px 0 0 -19px;
	}
	
	#noticias-destacadas-inicio article footer .leer-mas-inicio:before {
		content: '+ ';
	} #noticias-destacadas-inicio article footer .leer-mas-inicio {
		display: block;
		float: right;
		margin: 15px 20px;
		color: #cc3333;
		font-size: 12px;
		text-decoration: none;
	}
	
	#redes-sociales-inicio {
		margin: 20px 0;
	}
	
	.separador-redes-sociales {
		width: 17px;
		height: 324px;
		background: url('../images/separador-redes-sociales.png');
		float: left;
		margin-left: 17px;
	}
	
	.widget-portada, .twitter-timeline {
		margin-bottom: 12px;
		float: left;
	}
	
	#noticias-principal {
		margin-top: -6px;
	}
	
	section#participa-portada {
		width: 204px;
		float: left;
	}
	
	section#participa-portada h1 {
		color: #cc3333;
		font-size: 24px;
		margin: 0 5px 0 0;
	}
	

	section#participa-portada h1 + p {
		margin: 10px 0 4px 0;
	}
	section#participa-portada p {
		margin: 0;
		text-align: left;
	}
	
	section#participa-portada form { margin: 10px 0; text-align: left; }
	section#participa-portada form label {
		font-size: 13px;
		text-align: right !important;
		margin: 5px 0;
	}
	section#participa-portada form input, section#participa-portada form textarea { width: 97%; margin: 5px 0; }
	section#participa-portada form input#submit {
		background: #cc3333;
		border: none;
		color: white;
		padding: 5px;
		width: 80px;
		float: right;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		behavior: url('../js/pie/pie.htc');
	}
	
	#banner-blog {
		margin: 0 0 20px 0;
		width: 658px;
		height: 54px;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
		behavior: url('../js/pie/pie.htc');
	} #banner-blog img {
              -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url('../js/pie/pie.htc');
          }
	
	section#opinion-portada {
		width: 320px;
		float: left;
		margin-right: 20px;
	} section#prensa-portada { width: 320px; float: left; }
	
	section#opinion-portada article, section#prensa-portada article {
		margin-bottom: 10px;
		padding-top: 10px;
		border-top: 1px solid grey;
		width: 320px;
		height: 89px;
	} section#opinion-portada article:first-of-type, section#prensa-portada article:first-of-type { border-top: none; }
	
	section#opinion-portada article a, section#prensa-portada article a.wrap {
		display: block;
		width: 320px;
		height: 89px;
		cursor: pointer !important;
		text-decoration: none;
	} section#opinion-portada article a, section#prensa-portada article a { cursor: pointer !important; text-decoration: none; }
	
	section#opinion-portada article time, section#prensa-portada article time {
		font-size: 12px;
		display: block;
		font-weight: bold;
		color: #c03333;
		cursor: default;
		cursor: pointer;
	} section#opinion-portada article time { float: right; width: 207px; }
	section#opinion-portada article img {
		float: left;
	}
	
	section#opinion-portada article h1, section#prensa-portada article h1 {
		font-size: 16px;
		font-weight: normal;
		height: 38px;
		cursor: pointer;
		color: black;
		margin: 5px 0;
	} section#opinion-portada article h1 { float: right; width: 201px; margin: 5px 5px; }
	
	section#opinion-portada section.box, section#prensa-portada section.box {
		margin-bottom: 10px;
	}
	
	section#opinion-portada h1, section#prensa-portada h1 {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		behavior: url('../js/pie/pie.htc');
	}
	section#opinion-portada h1:before, section#prensa-portada h1:before {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		background-color: #f1f1f0;
		behavior: url('../js/pie/pie.htc');
	}
	
	section#opinion-portada article p, section#prensa-portada article p {
		font-size: 12px;
		font-weight: bold;
		margin: 3px 0;
		display: inline;
	} section#opinion-portada article p { float: right; width: 205px; }
		
#page-title {
	margin: 0 0 20px 0;
}

#page-title h1 {
	width: auto;
	float: left;
	min-width: auto;
}
#page-title h2 {
	width: auto;
	float: right;
	font-weight: 200;
	color: #666666;
	text-transform: uppercase;
	font-size: 15px;
	margin: 14px;
	cursor: normal;
	max-width: 407px;
	height: 18px;
}

#page-title #idiomas {
	float: right;
	padding: 6px 15px;
	width: 190px;
}

#page-title #idiomas nav {
}

#page-title #idiomas nav ul {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
} #page-title #idiomas nav ul li {
	display: block;
	font-size: 12px;
	float: left;
	padding: 0 5px;
} #page-title #idiomas nav ul li{
	border-left: 1px solid black;
} #page-title #idiomas nav ul li:first-child {
	border-left: none;
} #page-title #idiomas nav ul li:last-child {
	padding-right: 0;
}
#page-title #idiomas nav ul li a {
	text-decoration: none;
	color: black;
} #page-title #idiomas nav ul li a.active {
	color: #cc0000;
}

#page-title #idiomas h2 {
	margin: 0 0 2px 0;
}

article.static h1 {
	font-weight: 200;
	color: #cc0000;
	font-size: 16px;
	margin-top: 0;
	font-weight: bold;
}

article.static {
	font-size: 14px;
}

#somos-presidencia .imagen-lateral {
	float: left;
	margin-right: 10px;
    width: 35%;
}
#somos-presidencia > .imagen-lateral img {
    max-width:100%;
}

#somos-presidencia > .imagen-lateral p { font-size: 11px; margin: 5px 0 10px;	 }

#somos-presidencia > #contenido-presidencia {
	float: right;
	width: 60%
}

#contenido-consello .cargo {
	float: left;
	width: 192px;
	margin: 0 20px 10px 0;
	height: 370px;
} #contenido-consello .cargo h1 { font-size: 17px; text-align: center;  margin: 5px 0; }
#contenido-consello .cargo h2 { font-size: 14px; text-align: center; font-weight: normal; margin: 5px 0; }

#contenido-comite .columna {
    float: left;
    width: 288px
}

.cargo-gobierno  {
    float: left;
    width: 192px;
    margin: 0 20px 10px 0;
    height: 370px;
}
.cargo-gobierno  h1 { font-size: 17px; text-align: center;  margin: 5px 0; }
.cargo-gobierno  h2 { font-size: 14px; text-align: center; font-weight: normal; margin: 5px 0; }


img.imagen-destacada {
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 20px;
	behavior: url('../js/pie/pie.htc');
}

#contenido-bienvenida {
	float: right;
	width: 360px;
	font-size: 14px;
}

section#ligallos > #mapa {
	float: left;
	width: 493px;
	height: 656px;
	position: relative;
	margin-left: -30px;
}

section#ligallos > #mapa > img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

section#ligallos > #mapa > #mapa-aragon {
	display: block;
}

section#ligallos > #lista-comarcas {
	float: right;
	width: 188px;
}

section#ligallos > #lista-comarcas > h1 {
	font-size: 15px;
	color: #cc0000;
	margin-bottom: 5px;
}

section#ligallos > #lista-comarcas > ul  {
	margin: 0;
	padding: 0;
}
section#ligallos > #lista-comarcas > ul > li {
	list-style-type: none;
	text-align: left;
	font-size: 11px;
	margin-bottom: 5px;
} section#ligallos > #lista-comarcas > ul > li > a { text-decoration: none; color: black; }
section#ligallos > #lista-comarcas > ul > li > a.selected { color: #cc0000 !important; text-decoration: underline; }

section#ligallos > #lista-comarcas > ul > li > a:hover {
	color: #cc0000 !important;
	text-decoration: underline;
}

section#ligallos > #informacion-ligallo {
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	transition: height 0.4s ease;
	
	height: 0px;
	overflow: hidden;
	padding: 10px;
}

section#ligallos > #informacion-ligallo > #contenido h1 {
	font-size: 21px;
	margin: 20px 0;
	color: #cc0000;
} section#ligallos > #informacion-ligallo > #contenido h2 {
	font-size: 15px;
	margin: 10px 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#territorio {
	margin: 10px 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#ligallos {
	margin: 10px 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#ligallos h1 {
	font-size: 17px;
	margin: 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#ligallos > article {
	width: 50%;
	float: left;
}

section#ligallos > #informacion-ligallo > #contenido > section#cargos-publicos {
	margin: 10px 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#cargos-publicos h1 {
	font-size: 17px;
	margin: 0;
}

section#ligallos > #informacion-ligallo > #contenido > section#cargos-publicos > article {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.loading {
	width: 43px;
	height: 31px;
	background: transparent url('../images/ajax-loader.gif') no-repeat center;
	margin: 0 auto;
	display: none;
}

/* PÁGINA: Comunicación: Noticias */
	section#noticias-categoria-destacada > .categoria-destacada > h1, 
	section#ultimas-opiniones > .opinion > h1 {
		text-transform: uppercase;
		color: white;
		background: #4d4d4d;
		font-size: 12px;
		padding: 5px 5px 5px 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		font-weight: normal;
		margin: 10px 0;
		behavior: url('../js/pie/pie.htc');
	}
	
	.noticia-breve,
	.opinion-breve,
	.articulo-prensa {
		/*margin-left: 20px;*/
		border-top: 1px solid #a6a6a6;
		margin: 5px;
		padding: 10px 5px 5px 5px;
		position: relative;
	} .noticia-breve:first-of-type,
	  .opinion-breve:first-of-type,
	  .articulo-prensa:first-of-type { border: none; }
	
	.noticia-breve  h1,
	.opinion-breve  h1,
	.articulo-prensa h1 {
		font-size: 18px;
		margin: 5px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		word-wrap: normal;
		margin-bottom: 33px;
		max-height: 48px;
	} .opinion-breve  h1 {
		margin-bottom: 0px;
	}

	.noticia-breve > time,
	.opinion-breve > time, 
	.articulo-prensa > time {
		font-size: 12px;
		font-weight: bold;
		color: #c03333;
		cursor: default;
	}
	
	.noticia-breve a, .opinion-breve a, .articulo-prensa a { text-decoration: none; color: inherit; }
	
	.noticia-breve img,
	.opinion-breve img,
	.articulo-prensa img {
		float: left;
		margin-right: 10px;
	}
	
	.noticia-breve a.read-more,
	.opinion-breve a.read-more,
	.articulo-prensa a.read-more,
	.publicacion a.read-more {
		display: inline-block;
		background: #eeefef;
		color: black;
		font-size: 11px;
		font-weight: bold;
		width: auto;
		padding: 5px 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: absolute;
		bottom: 0;
		right: 5px;
		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		transition: background 0.3s ease;
		behavior: url('../js/pie/pie.htc');
	} .noticia-breve a.read-more:before, .opinion-breve a.read-more:before, .articulo-prensa a.read-more:before, .publicacion a.read-more:before{
		content: '+ ';
	} .noticia-breve a.read-more:hover, .opinion-breve a.read-more:hover, .articulo-prensa a.read-more:hover, .publicacion a.read-more:hover {
		background-color: #dcdcdc;
	}
	
	.articulo-prensa h1 { margin-bottom: 0; }
	.articulo-prensa h2 {
		font-size: 12px;
		font-weight: bold;
		margin: 14px 0 0 0;
		float: left;
	}
	
	.adjunto {
		font-weight: normal;
		margin: 0 10px;
		padding: 0 18px 0 0;
		height: 16px;
		display: block;
		float: right;
		background: url('../images/file_icon.png') right no-repeat;
		color: #cc3333 !important;
	}
	
	.opinion-breve .descripcion {
		height: 38px;
		float: right;
		width: 465px;
		margin: 3px 0;
	} .opinion-breve .descripcion p { font-size: 14px; margin: 0; }
	
	.opinion-breve .pie-opinion {
		font-size: 12px;
		font-weight: bold;
		
		float: right;
		width: 465px;
	}
	
	#listado-categorias {
		padding: 10px;
		border: 1px solid #e5e5e6;
		-webkit-border-radius: 7px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 7px;
		-moz-border-radius-topleft: 0;
		border-radius: 7px;
		border-top-left-radius: 0;
		-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.75);
		behavior: url('../js/pie/pie.htc');
	}

    #listado-categorias ul { margin:0; padding:0; list-style-type:none; }

    #listado-categorias ul li{
        margin: 5px 0;
    }

   #listado-categorias ul li a {
		color: #cc3333;
		text-decoration: none;
		font-size: 15px;

	}

    #listado-categorias ul li a:before { content: "+ " }

/* PÁGINA: Comunicación: Noticias: Ver noticia */
	article.noticia h1 {
		font-size: 22px;
		color: #b00000;
		margin: 15px 0;
	}
	
	article.noticia a.imagen-destacada {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	article.noticia h2 {
		font-size: 14px;
		line-height: 18px;
		color: #363636;
		font-weight: bold;
	}
	
	article.noticia > .contenido {
		font-size: 14px;
		clear:both;
	}
	
	article.noticia img {
		cursor: default !important;
	}
	
	article.noticia footer {
		display: block;
		margin: 20px 0;
	}
	article.noticia footer h1 {
		font-size: 14px;
		color: #cc3333;
		line-height: 18px;
		margin-bottom: 5px;
	}
	
	article.noticia .tags-del-articulo li {
		font-size: 12px;
		font-weight: bold;
		display: inline;
	} article.noticia .tags-del-articulo li:after { content:", "; } article.noticia .tags-del-articulo li:last-child:after {content: "";}
	article.noticia .tags-del-articulo li a {
		text-decoration: none;
		color: #333333;
	}
	article.noticia ul.tags-del-articulo, article.noticia ul.tags-del-articulo li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	article.noticia section#author img { float: left; }
	article.noticia section#author h1 {
		font-size: 12px;
		font-weight: bold;
		color: black;
		margin: 0 52px;
		padding: 3px 0 0 0;
	} article.noticia section#author h2 {
		font-size: 10px;
		font-weight: normal;
		margin: 0 52px;
	}
	
	.share {
		margin: 20px 0;
	}
	
/* PÁGINA: Comunicación: Publicaciones */
	.publicacion {
		padding: 10px;
		float: left;
		width: 300px;
		height: 133px;
	} .publicacion:nth-child(even) { float: right; }
	
	.publicacion h1 {
		color: #cc3333;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
		text-align: left;
		height: 48px;
	}
	
	.publicacion h2 {
		font-size: 13px;
		font-weight: normal;
		color: black;
		margin: 10px 0 5px 0;
		height: 18px;
	}
	
	.publicacion time {
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
	}
	
	.publicacion img {
		float: left;
		margin-right: 10px;
	}
	
	.publicacion-contenido {
		float: right;
		width: 196px;
	}
	
	.publicacion a.read-more {
		margin-top: 5px;
		float: right;
		display: block;
		position: static;
		text-decoration: none;
	}

/* PÁGINA: Instituciones: Ayuntamientos && Instituciones: Consejos comarcales */
	section#ayuntamientos > h1, section#consejos > h1 {
		font-size: 19px;
		font-weight: bold;
		color: #cc3333;
		border-bottom: 1px solid #bfbfbf;
		padding-bottom: 5px;
		text-transform: uppercase;
	}
	
	section#ayuntamientos article, section#consejos article {
		padding: 10px;
		background: transparent;
		
		-webkit-transition: background-color 400ms linear, opacity 400ms linear;
		-moz-transition: background-color 400ms linear, opacity 400ms linear;
		-o-transition: background-color 400ms linear, opacity 400ms linear;
		-ms-transition: background-color 400ms linear, opacity 400ms linear;
		transition: background-color 400ms linear, opacity 400ms linear;
		cursor: pointer !important;
		behavior: url('../js/pie/pie.htc');
	} section#ayuntamientos article.selected, section#consejos article.selected {
		background: #f2f2f2;
		opacity: 1;
	} section#ayuntamientos article.unselected, section#consejos article.unselected {
		opacity: 0.5;
	}
	
	section#ayuntamientos article h1, section#consejos article h1 {
		font-size: 14px;
		color: #cc3333;
		margin: 10px 0;
		cursor: pointer;
	} section#ayuntamientos article h1 .ligallo {
		font-size: 13px;
		margin-left: 5px;
	}
	
	section#ayuntamientos article > h1 > .open, section#ayuntamientos article > h1 > .close,
	section#consejos article > h1 > .open,		section#consejos article > h1 > .close {
		float: right;
		font-size: 13px;
		color: #363636;
		margin-right: 80px;
	} section#ayuntamientos article > h1 > .open:before, section#ayuntamientos article > h1 > .close:before,
	  section#consejos article > h1 > .open:before,		 section#consejos article > h1 > .close:before { content: "+ " }
	
	section#ayuntamientos article .cargos-publicos, section#consejos article .cargos-publicos {
		display: none;
		width: 640px;
		padding: 1px;
	}
	
/* PÁGINA: Sectorial: Roldes */
	section#listado-roldes h1, section#rolde h1 {
		font-size: 19px;
		color: #cc3333;
	} section#listado-roldes h1 > .description, section#rolde h1 > .description { font-size: 13px; color: #363636; }
	
	section#listado-roldes article, section#rolde article {
		margin: 5px 0;	padding: 5px 0;
		border-top: 1px solid grey;
	} section#listado-roldes article:first-of-type, section#rolde article:first-of-type { border-top: none; }
	
	section#listado-roldes article a, section#rolde article a {
		display: block;
	}
	
	section#listado-roldes article h1, section#rolde article h1 {
		cursor: pointer;
		font-size: 12px;
		float: left;
		margin: 5px 0;
		width: 330px;
	}
	section#listado-roldes article section.contacto, section#rolde article section.contacto {
		float: left;
	}
	section#listado-roldes article section.contacto h1, section#rolde article section.contacto h1 {
		cursor: pointer;
		color: black;
		margin: 5px 0;
		font-weight: bold;
	}
	section#listado-roldes article section.contacto h2.coordinador, section#rolde article section.contacto h2.coordinador {
		color: black;
		font-size: 13px;
		font-weight: normal;
		margin: 0;
	}
	section#listado-roldes article section.contacto h2.coordinador > .nombre, section#rolde article section.contacto h2.coordinador > .nombre {
		color: #cc3333;
		font-weight: bold;
		font-size: 13px;
	}
	section#rolde article .contenido {
		font-size: 13px;
		margin: 10px 0;
	}
	
	section#rolde-ampliado h1 {
		font-size: 19px;
		color: #cc3333;
	}
	section#rolde-ampliado h2 {
		font-size: 13px;
		color: #363636;
	}
	section#rolde-ampliado h3 {
		font-size: 12px;
		color: #363636;
	} section#rolde-ampliado h3 .nombre {
		color: #cc3333;
	}
	
	section#noticias-relacionadas > h1, section#documentos-cha > h1 {
		font-size: 19px;
		padding: 5px 0; margin: 5px 0;
		border-bottom: 1px solid #e0e0e0;
		color: #cc3333;
	}
	
	#documentos-cha article h1 {
		font-size: 12px !important;
	}
	
/* PAGINATION */
	#pagination {
		margin: 30px 0 0 0;
	}
	ul.pagination {
		margin: 0;
	}

	ul.pagination li {
		list-style-type: none;
		font-size: 12px;
		display: inline;
	}

	ul.pagination li a {
		display: block;
		float: left;
		padding: 5px 8px;
		margin-right: 3px;
		color: #646464;
		text-decoration: none;
	}

	ul.pagination li span {
		float: left; 
		margin-right: 4px;
	}

	ul.pagination li a.page {
		background-color: #646464;
		color: white;
		font-weight: bold;
	}

	ul.pagination li a.page:hover {
		text-decoration: none;
		color: #fff;
	}

	ul.pagination li.selected a.page {
		background-color: #cc3333;
		color: #fff;
	}

	ul.pagination li.disabled a {
		color: #ddd;
		cursor: default;
	}
	
	#galeria {
		margin-top: 20px;
		width: 950px;
		height: 227px;
        position: relative;
	}
	
	#galeria .box {
		margin-bottom: 10px;
	}



	#carousel > a > img {
		margin-right: 20px;
	}
	
	#galeria #galeria-left {
		width: 27px;
		height: 171px;
		background: url('../images/galeria/left-off.png');
		border: none;
        position: absolute;
        left: 0;
        top: 56px;


	} #galeria #galeria-left:active {
		background: url('../images/galeria/left-on.png');
	}
	
	#galeria #galeria-right {

		width: 27px;
		height: 171px;
		background: url('../images/galeria/right-off.png');
		border: none;
        position: absolute;
        right: 0;
        top: 56px;


	} #galeria #galeria-right:active {
		background: url('../images/galeria/right-on.png');
	}
	
	.caroufredsel_wrapper {
		float: left !important;
	}
	
	footer > #logos-pie {
		text-align: center;
		padding: 20px 0;
	}
	
	footer > #logos-pie img {
		margin: 0 13px;
		vertical-align: middle;
        max-width: 80px;
        max-height: 80px;
	}
	
	footer .texto-pie {
		text-align: center;
        font-size: 13px !important;
		color: #666666;
		margin: 5px 0 10px 0;
	}
	
	footer .texto-pie a {
		text-decoration: none;
        font-size: 13px !important;
		color: inherit;
	}

    footer .copy {
		text-align: center;
		font-size: 11px;
		color: #999999;
		margin: 5px 0 10px 0;
	}

	footer .copy a {
		text-decoration: none;
        color: #999999;
	}



	#redes-sociales-header {
		float: right;
		margin-top: 20px;
	}
	
	#redes-sociales-header > a {
		margin-left: 5px;
		display: block;
		float: left;
	}
	
	#redes-sociales-header > a:first-child {
		margin: 0;
	}
    
    .twitter > header {
        position: relative;
        display: none;
        visibility: hidden;
        width: 660px;
        padding: 1px;
        height:  0px;
        margin-top: -12px;
    }
    
    .twitter > header > #twitter-big {
        background-image:  url('../images/pages/enlared/twitter/twitter-enlared.png');
        width: 220px;
        height: 220px;
        position: absolute;
        z-index: 100;
    }
    .facebook > header > #facebook-big {
        background-image:  url('../images/pages/enlared/facebook/logofacebook-enlared.png');
        width: 104px;
        height: 104px;
        position: absolute;
        z-index: 100;
        bottom: 3px;
        left: 50px;
    }
    
    .youtube > header > #youtube-big {
        background-image:  url('../images/pages/enlared/youtube/youtube-stacked_google_200px.png');
        width: 150px;
        height: 150px;
        position: absolute;
        z-index: 100;
        bottom: 45px;
        left: 40px;
    }
    
    .twitter > header > #last-tweet {
        width: 420px;
        position: relative;
        top: 0;
        left: 218px;
    }
    .facebook > header > #facebook-box {
        width: 420px;
        position: relative;
        top: 0;
        left: 218px;
    }
    
    .youtube > header > #youtube-last {
        width: 400px;
        position: relative;
        top: 0;
        left: 250px;
    }
    
    .twitter > section > h1, 
    .facebook > section > h1,
    .youtube > section > h1,
    .blogs-personales > section > h1 {
        margin: 10px 0;
        font-size: 22px;
        color: #cc3333;
        text-transform: uppercase;
        border-bottom: 1px solid #666666;
        padding: 5px 0;
    }
    
    .twitter > section > article,
    .facebook > section > article,
    .youtube > section > article,
    .blogs-personales > section > article {
    	padding: 10px 10px;
        border-bottom: 1px solid lightgrey;
        position: relative;
    } .youtube > section > article:last-child,
      .blogs-personales > section > article:last-child {
        border: none;
        position: relative;
    } .youtube > section.miembros > article {
        height: 91px;
    }
    
    .twitter > section > article > a,
    .facebook > section > article > a,
    .youtube > section > article > a,
    .blogs-personales > section > article > a {
    	color: inherit;
    	display: inline-block;
    	width: 100%
    }
    .twitter > section > article > a,
    .facebook > section > article > a {
    	width: 45%;
    }
    
    .twitter > section > article header,
    .facebook > section > article header,
    .youtube > section > article header,
    .blogs-personales > section > article header {
    	float: left;
    	width: 100%;
    } .youtube > section.miembros > article header {
        float: none;
    }
    
    .twitter > section > article header > img,
    .facebook > section > article header > img,
    .youtube > section > article > a > img,
    .youtube > section > article header > img,
    .blogs-personales > section > article header > img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        float: left;
        margin-right: 5px;
        vertical-align: middle;
        cursor: pointer;
    }
    
    .twitter > section > article header > h1,
    .facebook > section > article header > h1,
    .youtube > section > article header > h1,
    .blogs-personales > section > article header > h1 {
    	font-size: 16px;
    	font-weight: normal;
    	padding: 3px 0 0 0;
		margin: 0;
		cursor: pointer;
        float: left;
        width: 90%;
    } .youtube > section.miembros > article header > h1 {
        float: none;
    }
    .twitter > section > article header > h1,
    .facebook > section > article header > h1 {
    	width: 70%;
    }
            
    .twitter > section > article header > h2,
    .facebook > section > article header > h2,
    .youtube > section > article header > h2,
    .blogs-personales > section > article header > h2 {
    	font-size: 12px;
    	font-weight: normal;
    	margin: 0;
    	color: #bebcbd;
    	display: inline-block;
    	cursor: pointer;
       	width: 90%;
    }
    .twitter > section > article header > h2,
    .facebook > section > article header > h2,
    .youtube > section > article header > h2 {
    	width: 70%;
    }
    
    .twitter > section > article section,
    .facebook > section > article section,
    .youtube > section > article section,
    .blogs-personales > section > article section {[]
    	float: right;
    	height: 20px;
		padding: 14px 0;
    } .facebook > section > article section {
        padding: 7px 0;
    } .youtube > section > article section {
        padding: 5px 0;
    } .youtube > section.miembros > article section {
        padding: 0;
        height: 32px;
        bottom: 14px;
        margin-bottom: 0;
        position: absolute;
        right: 15px;
    }
    
    .twitter > section > article section > iframe,
    .facebook > section > article section > iframe,
    .youtube > section > article section > iframe {
    	float: left;
    	margin-left: 10px;
    }
    
    .facebook-agregar-amigo {
        display: block;
        width: 189px;
        height: 28px;
        background: url('../images/pages/enlared/facebook/boton-agregaramingos.png');
    }
    
    .youtube-suscribirse {
        display: block;
        width: 104px;
        height: 32px;
        background: url('../images/pages/enlared/youtube/boton-suscribirse.png');
    }
    
    .youtube-play {
        display: block;
        width: 104px;
        height: 32px;
        background: url('../images/pages/enlared/youtube/boton-vervideo.png');
    }


    /*css preguntas*/


.cabPreguntas{
    padding: 0 15px;
}

.preguntas{

    padding: 10px 15px;
    margin: 0 0 15px 0;
}

.preguntas .izq{
    float: left;
    width: 25%;
}

.preguntas .der{
    float: right;
    width: 72%;
}
.preguntas .der h2{
    margin:  0 5px 10px 0;
    padding: 0;
    font-size: 22px;
}

.preguntasBtn{
    margin: 10px 10px 0 0;

}

.preguntasBtn img{
    width: 170px;
}

#instrucciones h2{
    margin:  0 5px 10px 0;
    font-size: 22px;
}

.menuPregutas a.municipios{

    background: #d56a58;
}

.menuPregutas a.europa{
    background: #cc3713;
}

.menuPregutas a.cortes-de-aragon{
    background: #a20607;
}
.menuPregutas a.congreso{
    background: #741c1c;
}
.menuPregutas a.comarcas{
    background: #892222;
}
.menuPregutas a.ayuntamiento-de-zaragoza{
    background: #cc5a37;
}


#instrucciones ul{
    margin:  0 10px 0 0;
    padding: 0 0 0 25px;
    list-style: url('../images/check.png');
}

#instrucciones ul li{
    margin: 10px 0;
    font-size: 14px;
    color: #616161;
    text-align: justify;
}


.menuPregutas ul{
    list-style: none;
    width: 100%;
    margin: 5px 0;
    padding: 0;
    display: block;
    clear: both;
}

.menuPregutas ul li{
    float: left;
    margin: 1px;

}

.menuPregutas ul li a{
    padding: 10px 15px;
    color: #ffffff;
    background: #cc3333;
    font-size: 14px;
    display: inline-block;

}

.menuPregutas ul li a:hover{
    background: rgba(204, 51, 51, 0.65);
}


.archivo{
    margin: 15px 0 0 0;
}
.cabArchivo{
    padding: 0 10px;
    background: #cc3333;
}

.cabArchivo h3{
    color: #FFFFFF;
    font-size: 16px;
    float: left;
}

.cabArchivo p{
    color: #eeeeee;
    font-size: 14px;
    float: right;
    font-style: italic;
}

.tablaArchivo{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tablaArchivo > li{
    margin: 0 0 -1px 0;
    padding: 15px 10px;
    border:1px solid #cccccc;
    cursor: pointer;
    background: #ffffff;

}

.tablaArchivo > li:hover{
    background: #fbfbfb;
}

.preguntaTabla .left{
    float: left;
    width: 80%;
}

.preguntaTabla .right{
    float: right;

    padding: 10px;


}

.preguntaTabla a.titulo{
    margin: 5px 15px 10px 0;
    padding: 0;
    font-size: 18px;
    color: #313131;
    font-weight: bold;
}

.preguntaTabla p{
    margin: 10px 0 0 0;
    color: #616161;

}

.datosPreguntas{
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
    min-width: 15%;

}

.datosPreguntas li{
    margin:  0 0 10px 0;
    max-width: 100px;
}

.datosPreguntas .estado{

}

.fecha{ font-size: 12px; color: #999999; font-style: italic}
.cat span{
    font-size: 13px;
    font-style: italic;
    padding: 4px;
    color: #ffffff;
    background: rgba(204, 51, 51, 0.88);
    margin: 0 1px;

}
#listado-preguntas hr{
    color: #f8f8f8;
    border-color: #f8f8f8;
}

.estado{
    font-size: 12px;
    color: #FFFFFF;
    padding: 2px 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.estado.Aprobada{
    background: #2169a3;
}

.estado.Pendiente{
    background: #bf0106;
}

.estado.Respondida{
    background: #29a316;
}
.estado.Descartada{
    background: #000000;
    color: #FFFFFF;
}


#form-pregunta{
    width: 95%;
    margin: 0 0  50px 0;
    padding:5px;
}

#form-pregunta textarea{
    width: 100%;
    height: 90px;
    padding: 10px;
    border: 1px solid #cccccc;
}

#form-pregunta input{
     width: 100%;
     padding: 15px 10px;
     border: 1px solid #cccccc;
     font-size: 12px;
}


#form-pregunta .cond{
    margin-left: 5px;
    text-decoration: underline;
    color: #A9A9A9;
    font-size: 12px;
}


#form-pregunta input#pregunta_pregunta{

    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    margin: 0 0 -1px 0;
}

#form-pregunta .line{

    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
}



#form-pregunta .line label{
    float: left
}

#form-pregunta .accept-btn{

    width: 15px;
    height: 15px;
    padding: 5px;
    font-size: 12px;
    color: #cccccc;
    display: inline-block;
    border: 1px solid #cccccc;
    margin: 0 10px 10px 0;
    cursor: pointer;
    text-align: center;
}

#form-pregunta .accept-btn.ok{
    background: rgba(204, 51, 51, 0.88);
    color: #FFFFFF;
}

#form-pregunta .accept-text{
    color: #A9A9A9;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;

}

#form-pregunta .line .captcha{
    width: 57%;
    float: left;
    padding-left: 10px;

}

#form-pregunta .line .captcha .recaptchatable{ border: none !important}

#form-pregunta .line .captcha #recaptcha_image{ border: none !important}

#form-pregunta .line .captcha .recaptchatable input#recaptcha_response_field{
    border: 1px solid #cccccc !important;
}

#form-pregunta .line .enviar{
    width: 25%;
    float: right;
    text-align: right;

}


#form-pregunta input[type='submit']{
    border: 1px solid #cccccc;
    font-size: 24px;
    background: #CC3333;
    color: #ffffff;
    font-weight: bold;
    /*margin: 30px 0;*/
    margin:0;
}

#form-pregunta input[type='submit']:hover{

    background: rgb(127, 32, 32);

}

.buscador #search .btnSearch{
    margin:0 0 0 -5px;
    width: 46px;
    height: 40px;
    background: #EEE url('../images/search.png') no-repeat center center;
    border: 1px solid #C1BABA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    float: none !important;
    behavior: url('../js/pie/pie.htc');
}

#searchform{ float: left}


.filtro{
    font-size: 15px;
    padding: 20px 0 0 0;
    text-align: right;
    color: #666666;
    letter-spacing: 1.1px;
}

.filtro option{
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.searchBox{
    padding: 0;
    margin: 20px 0 0 0;
}

.searchBox input{

    font-style: italic;
    font-size: 13px;
    width: 500px;
    letter-spacing: 1.1px;
    float: left;
    color: #666666;
    padding: 10px ;
}

 /*CSS para ficha de pregunta*/

.pregunta {
    margin: 0 0 80px 0;
    padding: 0 10px;
    width: 98%;
}

.pregunta .texto{
    width: 70%;
    min-height: 100px;
    padding-right: 20px;
}

    .pregunta .right{
        width: 20%;
    }

 .pregunta .datos{


    min-height: 100px;
    margin: 0 0 15px 0;
    background: #F1F1F0;
    padding: 10px 20px;

     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;

     letter-spacing: 0.5px;


 }

.pregunta .texto h2{
    color: #313131;
    margin: 0;
}

.pregunta .texto p{
    color: #616161;
    font-size: 18px;
    line-height: 25px;
}

.pregunta .datos div{
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #313131;
    margin: 5px 0;
}

.pregunta .datos span{
    margin-left: 3px;
    display: inline-block;
    text-align: right;
}

.pregunta .datos div strong{
    margin-right: 10px;
}

.pregunta .respuesta{
    margin: 15px 0 0 0;
    padding: 20px 15px;
    border-top: 2px dashed #c1c1c1;
    font-style: italic;
    color: #919191;

}

.pregunta .respuesta .left{ width: 10%}
.pregunta .respuesta .right{ width: 90%; text-align: left}

.pregunta .respuesta i{
    font-size: 45px !important;
    color: #cccccc;
}
.pregunta .respuesta a{
    display: block;
    margin: 15px 0 5px 0;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: rgba(204, 51, 51, 0.8); ;
}

.pregunta .respuesta a span{
    font-size: 25px;
}

.pregunta .respuesta p{
    font-size: 18px;

}






.breadcrumbs{
    margin: 0 5px 15px 5px;
    padding: 0;
    font-size: 12px;
    color: #919191;
}

.breadcrumbs a{color: #616161}
.breadcrumbs a:hover{ color: #CC3333; text-decoration: underline;}

.breadcrumbs a.last{ color: #CC3333; }


.modal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9999999999999;
    display: none;
}

.modal-content{
    margin-top: -400px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    min-height: 150px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;

}

.modal-content .closeArrow{
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.modal-content p{
    width: 90%;
    text-align: center;
    font-size: 25px;
    margin: 20px auto 5px auto;
}

.modal-content p.sub{
    width: 90%;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 25px auto;
}

.modal-content i{
    font-size: 40px;
}
