/*Fix para cuadrar las tabs al ancho del wrapper*/
#content .menu li a{
	display:block;
	color:#FFF;
	background:url(../images/tab_left.jpg) no-repeat left top;
	padding:8px 0;
	text-decoration:none;
	font-size:1.2em;
}
form input.radio, form input.checkbox{
	width:20px;
	padding:2px;
	border:0;
}
/*Fix para centrar el wraper ya que margin: auto no funciona en IE*/
.wrapper {
	text-align: left;
}
#content {
	text-align: center;
}
#content .menu ul{
	margin:-4px 0 0 0;
	list-style:none;
	background-color:#f0f2f4;
	background-image:none;
	position:absolute;
	border:1px solid #DDD;
	padding:6px 0;
	width:183px;
	z-index:1000;
}
#content .menu ul li {
	margin:0 0 0 4px;
}
#content .breadcrumb{
	margin:-24px 0 0 0;
}
#footer .legal {
	margin:28px 0 0 0;
	list-style:none;	
}
button, input.button, input[type="button"] {
	padding:2px 0;
	width:1%;
	overflow:visible;
	border:1px solid red;
}
.tools #tool_planificador .actions button {
	margin:14px 26px;
	color:#FFF;
}
#news .new h3 p { 
	font-size:0.9em; 
	line-height:1.2em;
	font-style: normal;
	font-weight: normal;
}
.toolbar ul li.buscaGoogle {
	margin: 0 0 0 20px;
	padding:0;
	background: transparent none repeat scroll 0% 0%;
	font-size: 0.9em;
}
.module {
height:250px;
/*padding:0 10px 8px 8px;*/
padding: 0 10px 4px 7px;
margin: 0;
width:200px;
}