		body{
			background-color: #003b5c;
			color: #FFFFFF;
			font-family: 'Roboto Condensed', sans-serif;
		}
		.contenedor{
			width: 70%;
    		margin: 0% 15%;
		}
		.primeraPlana{
			width: 33%;
			display: inline-table;
		}
		.imgPP, .datos{
			text-align: center;
			margin:1.5% 0%;
		}
		.fuente{
			font-size: 15px;
    		font-weight: bold;
		}
		.cabeza{
			font-size: 20px;
			color: #FFFFFF;
			text-decoration: none;
            font-weight:bold;
		}
		.titulo{
			width: 49%;
			display: inline-block;
		}
		table{
			border-bottom: 5px solid #FFFFFF;
			margin:3% 0%; 
		}
		.seccion{
			font-weight: bold;
		    font-size: 35px;
		    padding: 0px;
		}
        .portadaMini {
            width:50%;
        }
		/*Modal*/
		.modal {
			display: none;
			position: fixed;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
		}
		.modal-content {
			position: relative;
			background-color: #fefefe;
			margin: auto;
			padding: 0;
			border: 1px solid #888;
			/*width: 90%;*/
			box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
			-webkit-animation-name: animatetop;
			-webkit-animation-duration: 0.4s;
			animation-name: animatetop;
			animation-duration: 0.4s
		}
		.ModalCuerpoImagen{
			width: 90%;
		}
		@-webkit-keyframes animatetop {
			from {top:-300px; opacity:0} 
			to {top:0; opacity:1}
		}

		@keyframes animatetop {
			from {top:-300px; opacity:0}
			to {top:0; opacity:1}
		}


		.close {
			color: #000000;
			float: right;
			font-size: 28px;
			font-weight: bold;
		}

		.close:hover,
		.close:focus {
			color: #ca2020;
			text-decoration: none;
			cursor: pointer;
		}

		.modal-header {
			padding: 2px 16px;
			color: white;
		}

		.modal-body {
		    padding: 2px 16px;
		    text-align: center;
		}

		.modal-footer {
		    padding: 2px 16px;
		    background-color: #5cb85c;
		    color: white;
		}
		#testigo{
			width: 100%;
		}
		/*FinModal*/

        /*Columnas*/
        .testigoCol{
			font-size: 19px;
			color: #009491;
		}
		.datosCol{
            width:47%;
            display: inline-table;
			margin: 2% 1%;
		}

        /*Tendencias*/
        .fuenteT{
            font-weight: bold;
			font-size: 15px;
            color:#FFFFFF;
            text-decoration:none;
		}
        .datosTendencia{
            width:47%;
            display:inline-table;
			margin: 2% 1%;
		}
        .fuentes {
            margin: 1% 0%;
         }
        .cabezaTendencia {
            font-weight:bold;
            margin: 1% 0%;
            font-size: 24px;
        }