/**
 * @file
 * Views Styling
 */
/*
.view-home{
padding-top:4px;
}
*/
.view-home .view-header,
.page-alertas h1.title,
.page-blogs h1.title
{
margin:0 -12px -6px -7px;
position:relative;
z-index:10;
height:57px;
background: url(../images/heading2.png) 0 0 no-repeat;
}
.view-home .view-header p,
.page-alertas h1.title,
.page-blogs h1.title
{
margin:0;
font-size:22px;
font-weight:bold;
line-height:57px;
text-align:center;
color:#FFF;
}
.view-home .view-header .icon{
width:81px;
height:79px;
background:url(../images/home-icon.png) 0 0 no-repeat;
position:absolute;
right:-41px;
top: -9px;
}
.page-alertas h1.title,
.page-blogs h1.title
{
margin:0 -12px -6px -7px;
}
.view-home .views-row,
.view-alertas .views-row,
.view-blogs .views-row
{
margin: 34px 0 0 0;
}
.view-home .views-field-title,
.view-alertas .views-field-title,
.view-blogs .views-field-title
{
background: url(../images/heading.png) 0 0 no-repeat;
font-weight:bold;
font-size:18px;
line-height:20px;
padding:2px 12px 0;
margin:0 -12px 0 0;
text-transform: uppercase;
}
.view-home .views-field-title a,
.view-alertas .views-field-title a,
.view-blogs .views-field-title a
{
text-decoration:none;
color:#042B6D;
}
.view-home .views-field-created,
.view-alertas .views-field-created,
.view-blogs .views-field-created
{
font-weight:bold;
font-size:12px;
line-height:16px;
padding:0 12px 2px 12px;
margin:0 -12px 0 0;
background: url(../images/heading.png) 0 bottom no-repeat;
}
.view-home .views-field-body,
.view-alertas .views-field-body,
.view-blogs .views-field-body
{
padding:17px 0 0 12px;
}
.view-home .views-field-view-node{
padding:5px 12px 0 12px;
text-align:right;
}
.view-home .views-field-view-node a{
display:inline-block;
background:url(../images/button-small.png) 0 0 no-repeat;
width:76px;
height:21px;
line-height:21px;
color:#FFF;
text-align:center;
text-decoration:none;
}





.view-columnistas{
}
.view-columnistas .views-row{
overflow:hidden;
padding: 19px 108px 25px 12px;
border-bottom: dotted 1px #FFF;
}
.view-columnistas .views-row-last{
border-bottom:none;
padding-bottom:0;
}
.view-columnistas .views-field-picture{
float:right;
margin-right:-100px;
}
.view-columnistas .views-field-picture .picture .frame{
background: url(../images/picture-frame-blue.png) 0 0 no-repeat;
}
.view-columnistas .views-field-name{
font-size:18px;
line-height:1em;
font-weight:bold;
padding:0 0 5px;
}