/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}



/* Listado actualidad */


.view-actualidad .views-row {
    margin-bottom: 20px;
    clear: both;
    float: left;
    padding-top: 4px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
}

.view-actualidad h2 {
	margin:0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -1px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.view-actualidad h2 a{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -1px;
	font-style: normal;
	text-decoration: none;
	font-weihgt: normal;
	color: #044364;
	font-weight: bold;
}

.view-actualidad h2 a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #044364;
}


.view-actualidad .field-name-field-entradilla {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;    
}


/* Listado Blogs */
.capitular_blog {
    font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
    text-shadow: 1px 1px 0 #333;
    color: #CCC;
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: black;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;   
}


.page-blog .view-blogs .views-row {
    margin-bottom: 10px;
    padding: 7px;
    background-color: #F4F4F4;
    border: 1px solid white;
    overflow: hidden;
}

.page-blog .view-blogs .views-field-field-nombre-del-blog {
	font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	color: black;
	text-transform: capitalize;
	border-top-style: none;
	margin-top: 5px;
	margin-bottom: 8px;
}

.page-blog .view-blogs .views-field-field-nombre-del-blog a {
	font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	color: #044364;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 8px;
	text-decoration: none;
	border-bottom-style: none;
}

.page-blog .view-blogs .views-field-field-nombre-del-blog a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #044364;
	
}















.page-blog .view-blogs .views-field-field-imagen-principal-blog, .page-blog .view-blogs .views-field-field-imagen-principal {
    float: left;
    margin-right: 10px;
}

.page-blog .view-blogs .views-field-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1px;
    color: black;
    text-decoration: none;
    font-weight: bold;
	
}

.page-blog .view-blogs .views-field-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -1px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	
}

.page-blog .view-blogs .views-field-title a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;    
}

.page-blog .view-blogs .views-field views-field-field-autor {
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #666;
    text-transform: uppercase;
}

.page-blog .view-blogs .views-field-field-cuerpo {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: normal;
    margin-top: 3px;    
}





/* Listado opinión */

.page-opiniones .view-opiniones .views-row {
    margin-bottom: 10px;
    padding-top: 4px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
    padding-bottom: 10px;
}

.page-opiniones .view-opiniones .views-row .views-field-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #044364;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}

.page-opiniones .view-opiniones .views-row .views-field-title a:hover {
    color: #69F;
}

.page-opiniones .view-opiniones .views-row .views-field-field-autor-opinion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding-top: 3px;
    font-style: normal;
    color: #666;
}

.page-opiniones .view-opiniones tr td{
	padding: 15px 0px;
}

.page-opiniones .view-opiniones tr .views-field.views-field-field-autor-imagen {
    width: 95px;
    padding-left: 10px;
}

.page-opiniones .view-opiniones tr .views-field.views-field-field-autor-imagen img {
    border-radius: 50%;
    vertical-align: middle;
}


.titulo_blog {
	font-family: 'LiberationSerifRegular', Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 40px;
	line-height: 36px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	background-color: white;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	letter-spacing: -1px;
	text-transform: uppercase;
	background-image: none;
}
.titulo_blog a {
	text-decoration: none;
	color: #888;
}


/* Anadido para el titulo de actualidad */
.view-actualidad h1 {
	margin:0;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -1px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

.view-actualidad h1 a{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -1px;
	font-style: normal;
	text-decoration: none;
	font-weihgt: normal;
	color: #044364;
	font-weight: bold;
}

.view-actualidad h1 a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #044364;
}
