/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#dedede;
	text-align:center;
}

img {
	border:none;
}

#marco_principal {
	position:relative;
	width:955px;
	margin:auto;
	text-align:left;
}

.item_group {
	margin-bottom:2em;
}

/* Hack para que no salten los links de imagen en Firefox*/
.menu_item a {
	border:1px solid transparent;
}

*html .menu_item a {
	border:none;
}


#buscador input {
	border:none;
	margin-left:3em;
	/*font-size:0.9em;*/
	font-size:10px;
	margin-right:-3.3em;
}

*html #buscador input {
	border:none;
	margin-left:2.8em;
	/*font-size:0.9em;*/
	font-size:10px;
    margin-top:-30px;
}

#lupa {
	float:right;
	margin-right:80px;
	margin-top:-8px;
}


*html #menu {
	width:1px;
}

*html #lupa {
    float:none;
    margin-left:95px;
    margin-top:-13px;
}

#botones_int_eco {
	position:absolute;
	width:155px;
	height:50px;
	zindex:10000;
	top:145px;
	right:32px;
}

*html #botones_int_eco {
	width:153px;
}

#boton_int {
	position:absolute;
	width:67px;
	height:50px;
	background-color:transparent;
	cursor:pointer;
	left:0px;
	top:0px;
}

#boton_eco {
	position:absolute;
	width:67px;
	height:50px;
	background-color:transparent;
	cursor:pointer;
	right:0px;
	top:0px;
}

.clearboth {
	clear:both;
	line-height:0px;
	height:0px;
}