﻿p.email a { color: #ccc !important; }

ul.ciudades li span
{
    font-size: 12pt;
    color: #f15d22;
}
ul.ciudades li span:hover
{
    color: #7eb01a;
    margin-left: 5px;
    cursor:pointer;
}


ul.files {
	list-style: none;
}
ul.files li {
    padding-left: 23px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
ul.files li.adobe {
    background-image: url(../images/icon-files/pdf16.png);
}
ul.files li.word {
    background-image: url(../images/icon-files/doc16.png);
}
ul.files li.excel {
    background-image: url(../images/icon-files/xls16.png);
}
ul.files li.powerpoint 
{
    background-image: url(../images/icon-files/pps16.png);
}

.noticias h6 {
    font-size: 12pt;
}
.noticias a {
    color: #fff !important;
}
.noticias a:hover {
    margin-left:5px;
}

#footer-nav a:hover 
{
    color: #f15d22;
}