/*
Estil CSS creat per el Madina Mayurqa
... Sense comentaris ¬ ¬'
*/

html{
	overflow-x: auto; /* Arregla el bug de la barra del MSIE, no te efecte a Mozilla o a Opera */
}
body {
	margin-left: 34px;
	margin-top: 99px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#D8D8D8;
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	text-align: left;
}

.tabla_general{
	background: #FAFAFA url('images/inici_19.jpg') no-repeat top;
}
.tabla_menu{
	background: #FAFAFA url('images/inici_18.jpg') no-repeat top;
}

h2, h3 {
	font-family: trebuchet ms,  Verdana, Arial, georgia, times new roman, times, serif;
	letter-spacing: 0.09em;
}

.titulopost {
	font-size: 20px;
	font-weight:normal;
	letter-spacing:-1px;
	font-family:"Trebuchet MS", Verdana, Arial;
	background: transparent;
	color: #446070;
	border-left:4px solid #954040;
	margin:0px;
	margin-top:3px;
	margin-left:35px;
}

.fecha{
	font-size: 10px;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	color:#999999;
	letter-spacing:0px;
}
.encapsa{
	margin-left:35px;
	line-height: 1.2em;
}
.menu{
	margin-top:28px;
	margin-left:55px;
	line-height: 1.8em;
}
/************/
/*Enlaces*/
/************/
A:link			{COLOR: #815654; TEXT-DECORATION: none}
A:visited 	{COLOR: #815654; TEXT-DECORATION: none}
A:active 		{COLOR: #815654; TEXT-Decoration: none}
A:hover 		{COLOR: #815654; TEXT-DECORATION: none; border-bottom:2px solid #666666;}
