@charset "UTF-8";
/* CSS Document */

body{
background-color: #f33522;
}

a:link, a:visited{ 
color: #f33522;
text-decoration: none;
}
a:hover{
text-decoration: underline;
background-color: #f29289;
}
.cola{
width: 500px;
float: left;
margin: 5px;
}
.finnoticiacola{
margin-bottom: 20px;
width: 500px;
float: left;
clear:both;
border-bottom: 3px solid #cccccc
}

.colb{
width: 300px;
float: right;
margin: 5px;
}

.colb a:link, .colb a:visited{ 
color: #6cb919;
text-decoration: none;
}
.colb a:hover{
text-decoration: underline;
background-color: #b0e47a;
}

.colb h2{
color: #6cb919;
border-bottom: 3px solid #4d880f;
}
.colb h3{
color: #6cb919;
}

.cola a:link, .cola a:visited{ 
color: #238ef2;
text-decoration: none;
}
.cola a:hover{
text-decoration: underline;
background-color: #8bc1f4;
}

.cola h2{
color: #238ef2;
border-bottom: 3px solid #104c84;
}
.cola h3{
color: #238ef2;
}
.colc{
width: 400px;
clear: both;
float: left;
margin: 5px 15px 5px 5px;
}
.cold{
width: 400px;
float: left;
margin: 5px 5px 5px 15px;
}
.colc h2, .cold h2{
font-size: 1.3em;
color: #f29289;
border-bottom: 3px solid #940018;
}
.imageninicio{
float: left;
margin: 5px;
}
.colbajo{
clear:both;
text-align: justify;
}