﻿/* Elements de navegació, comportament només a la home */
#navLevel1, #navLevel2   
{
    display: none;
}

#wrapperHome {
	padding: 7px 0px;
	border-top: solid 6px #9D0F23;
	border-bottom: dotted 1px #57585B; 
}
#homeLinks, #homeHighlight, #homeComunications 
{
	float: left;
	/*width: 320px;*/
	width: 32.8%;
}
#wrapperHome a 
{
	font-size: 1em;
}
#homeLinks img
{
	padding-bottom: 6px;
}
#homeLinks ul
{
	margin: 15px 0px;
}
#homeLinks li
{
	padding: 7px 0px;
	border-bottom: dotted 1px #57585B;  
}
#homeLinks a:hover
{
	text-decoration: underline;  
}
#homeLinks div.attention
{
	margin-top: 60px;
}
#homeLinks li.last, #homeComunications li.last
{
	border-bottom: none;  
}
#homeHighlight
{
	/*padding: 0px 10px;*/
	padding: 0% 0.8%;
	text-align: center;
}
#homeComunications div.news
{
	padding: 7px 0px;
	border-bottom: dotted 1px #57585B;
}
#homeComunications div a
{
	font-weight: bold;
}
#homeComunications ul
{
	margin: 15px 0px 6px 0px;
	border-top: solid 6px #9D0F23;
	border-bottom: solid 6px #9D0F23; 
}
#homeComunications li
{
	padding: 7px 0px;
	border-bottom: dotted 1px #57585B;  
}
#homeComunications li a:hover
{
	text-decoration: underline;  
}
#homeComunications div.attention
{
	margin-bottom: 10px;
}
#homeComunications div.clearfix
{
	min-height: 63px;
  	height: auto !important;
 	height: 63px;
	margin-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
}
#homeComunications div.clearfix p
{
	padding: 4px 5px 4px 106px;
}
#homeComunications div.clearfix p.clearfix
{
	padding-top: 0.9em;
}
#homeComunications div.clearfix *
{
	color: #FFFFFF;
}
#homeComunications div.news *
{
	color: #000000;
}
#homeComunications div.news p
{
	padding: 10px 0px 0px 0px;
}
#homeComunications div.news *
{
	font-size: 1em;
}
.h40 {
	min-height: 40px !important;
  	height: auto !important;
 	height: 40px !important;
}
