/*
VARIABLES - Concello Abegondo:
Azul primary: #004488 #003366
Azul claro: #6789a4

Azul oscuro: #004489 #036

$color_letra_pie_tabla: black;

*/
/*Menu Horizontal*/
/*Sub Menu*/
/*Menu Vertical*/
/* Colores */
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: "normal";
  font-style: "normal"; }
.marcoNoticia {
  float: left;
  max-width: 100%;
  width: 98%;
  border: 1px solid #d5d5d5;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #666; }
  @media only screen and (max-width: 640px) {
    .marcoNoticia {
      display: none; } }

.marcoNoticiaMovil {
  float: left;
  max-width: 100%;
  width: 96%;
  border: 1px solid #d5d5d5;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #666; }
  @media only screen and (min-width: 641px) {
    .marcoNoticiaMovil {
      display: none; } }

.anchoFijoColFoto {
  width: 250px; }

.fotoItemPpl {
  max-width: 230px;
  max-height: 150px;
  border-radius: 5px; }

.fotoItemPplActividad {
  max-width: 230px;
  max-height: 120px;
  border-radius: 5px; }

.tituloNoticia {
  clear: both;
  margin-bottom: 5px;
  font-size: 1.1em; }

.tituloNoticia a {
  color: #004489; }

.subtituloNoticia {
  clear: both;
  margin-bottom: 5px;
  color: black; }

.subtituloNoticia a {
  text-decoration: none;
  color: black; }

.descripcionNoticia {
  clear: both;
  max-height: 150px;
  overflow: hidden; }

.pieNoticia {
  clear: both;
  float: right; }

.pieNoticia a {
  color: #004489; }

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 640px) {
  .anchoFijoColFoto {
    clear: both;
    width: 100%; }

  .fotoItemPpl {
    max-width: 300px;
    max-height: 180px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #666; }

  .fotoItemPplActividad {
    max-width: 300px;
    max-height: 112px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #666; } }
