@charset "utf-8";
@import url('default.css');

/*************************************************
 *	0 Objectes standard                          *
 *************************************************/
 
input.button { 	margin: 0;font: bolder 10px Arial, Sans-serif;
				border: 1px solid #CCC; padding:3px 2px; background:#FFF;color: #275F6C;}

/*************************************************
 *	1 Objectes inclosos en Classes Concretes     *
 *************************************************/

/*1.2 Sector Noticies*/
.cont1{ height:300px; min-height:300px; width:584px; min-width:584px; color:#FFFFFF; }

/*1.3 Sector Novetats*/
.cont2{ height:168px; min-height:168px; width:584px; min-width:584px; }		
.cont2 #nov_vivers { padding-left:5px; text-align:left; height:110px; }
.cont2 #nov_vivers p{ text-align:left; font-size:11px; font-weight:bolder; color:#fff; padding-top:4px; }
.cont2 #nov_vivers p span{color:#333366;font-size:11px;}
.cont2 #nov_vivers a{ text-decoration:none; color:#333366; }
.cont2 #nov_vivers a:hover{ color:#333366; }


/*************************************************
 *	2 Objectes Id                                *
 *************************************************/

/*2.7  Contingut Noticies*/
#inot{height:260px; min-height:260px; width:578px; min-width:578px; /*padding-top:2px;*/ /*padding-left:2px;*/ }
#e { float:left; font-weight:bolder; font-size:9px; padding-left:2px; padding-top:1px; 
     background:url(../images/menu_dret/off.png) no-repeat center; color:#000000; }
#d { float:right; font-weight:bolder; font-size:10px; padding-right:2px; padding-top:1px;
	 background:url(../images/menu_dret/off.png) no-repeat center; color:#000000; }

