html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong{
	font-weight: bold;
}

.clearfix{
	display: inline-table;
/* Hides from IE-mac \*/
	height: 1%;
	display: block;
/* End hide from IE-mac */
}
html>body .clearfix{
	height: auto;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearer{
	clear: both;
}

html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	color: #1d1d1d;
	background: #fff url(fondo_menu.png) top repeat-x;
	line-height: 120%;
}
.contenedor{
	width: 960px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
/*HEADER*/
#header{
	width: 960px;
	height: 160px;
	margin: 0 0 10px 0;
}
#logo{
	width: 220px;
	height: 104px;
	margin: 0;
	padding: 0;
	float: left;
}
#banner{
	text-align: center;
	padding: 5px 0;
	height: 94px;
	float: left;
	width: 740px;
	line-height: 94px;
}
#banner a img{
	border: 2px solid #900;
	vertical-align: middle;
}
#banner a:hover img{
	border: 2px solid #c00;
}
/*HEADER SUBMENU*/
.header_submenu{
	width: 300px;
	height: 20px;
	margin: 10px;
	text-align: right;
	float: right;
	display: inline;
}
.header_submenu a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;	
}
.header_submenu a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
/*MENU*/
#menu{
    clear: left;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 50px;
	width: 960px;
}
#menu ul{
	margin: 0;
	padding: 6px 0 0 7px;
	list-style-type: none;
}
#menu li{
	display: inline;
}

#menu li a{
	color: #fff;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 36px;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
	background:transparent;
	letter-spacing: 1px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
#menu li a span{
	display: block;
	padding: 0 15px 0 0;
	background-image: url(menu_der.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#menu li.actual a, #menu li.actual a:hover{
	background: url(menu.gif) no-repeat bottom left;
}
#menu li.actual a span, #menu li.actual a:hover span{
	background: url(menu_der.gif) no-repeat bottom right;
	color:#c00;
}
#menu li a:hover{
	background: url(menu.gif) no-repeat bottom left;
}
#menu li a:hover span{
    background-position: bottom right;
	background-repeat:no-repeat;
	color:#2d2d2d;
}
/*COLUMNA DERECHA*/
.col_derecha{
	height: auto;
	margin: 0;
	padding: 0 0 10px 5px;
	width: 235px;
	background: #fff;
	float: right;
	display: inline;
}
#webmail{
	width: 235px;
	height: 100px;
	background: url(webmail-publi.jpg) top center no-repeat;
	padding: 30px 0 0 0;
	margin: 0 0 5px 0;
}
#webmail td.etiqueta{
	text-align: right;
	padding: 0 5px 0 0;
	color: #fff;
	height: 22px;
	line-height: 20px;
	font-weight: bold;
	width: 80px;
}
#webmail td.input{
	padding: 0 5px 0 0;
	height: 25px;
}
#webmail input{
	width:130px;
}
#webmail .boton_sobre{
	cursor: pointer;
	margin: 2px 0 0 0;
}
#eltiempo{
	height: 145px;
	background: url(fondo_tiempo.png) top center no-repeat;
	padding: 0 3px;
	margin: 0 0 5px 0;
}
#eltiempo h3{
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0 0 0 5px;
}
.publicidad{
	height: 150px;
	background: url(publicidad.png) top center no-repeat;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 215px;
}
/*CONTENIDO*/

#contenido{
	height: auto;
	margin: 0;
	padding: 0 5px 5px 5px;
	background-color: #fff;
	width: 710px;
	float: left;
	display: inline;
}
#buscador{
	height: 38px;
	background: url(buscador.png) top center no-repeat;
	padding: 14px 0 0 200px;
}
/*PORTADA*/
#portada {
	padding:10px 0 0 10px;
	/*height: 350px;*/
	margin: 0 0 10px 0;
}
#portada .seccion_portada {
	margin:0 8px 8px 0;
	padding: 0;
	float: left;
	width: 225px;
	display:inline;
}
#portada .seccion_portada a {
	width: 214px;
	/*height: 180px;*/
	height: 175px;
	color: #272727;
	font-size: 13px;
	text-decoration: none;
	display:block;
	background-image: url(seccion_portada.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 18px;
	display:block;
	padding: 10px 5px 5px 5px;
}
#portada .seccion_portada a:hover {
	background-position:0 -200px;
	background-repeat: no-repeat;
}
#portada  .seccion_portada a span{
	margin: 0 5px 0 0;
	font-size: 18px;
	font-family: "Arial Black", Arial, sans-serif;
	color: #900;
}
#portada  .seccion_portada a:hover span{
	color: #c00;
}
#portada  .seccion_portada a img{
	float: left;
	margin: 0 5px 5px 0;
}
/*FOOTER*/
#footer{
	width: 960px;
	clear: both;
}
.seccion_footer{
	background: url(fondo_seccion.png) bottom center no-repeat;
	height:auto;
	margin: 0 0 10px 0;
}
.seccion_footer h2{
	background:#1a1a1a;
	color:#fff;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0 0 10px 0;
}
.seccion_footer .enlaces{
	height: 40px;
	line-height: 20px;
	padding: 0 0 0 40px;
}
.seccion_footer .enlaces   h3 a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
	margin: 0 20px;
	font-size: 14px;
	float: left;
}
.seccion_footer  .enlaces  h3 a:hover{
	color: #c00;
	text-decoration: underline;
}
#footer .api_baleares{
	padding: 0 0 0 20px;

}
#footer .api_baleares a.inmueble{
	width: 200px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 10px;
	margin: 0 10px 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	min-height:220px;
	height:auto !important;
	height: 220px;
}
#footer .api_baleares a:hover.inmueble{
	border: 1px solid #999;
	background: #ebebeb;
}

#footer  .api_baleares  a.inmueble .foto {
    display :block;
    text-align: center;
}
#footer  .api_baleares  a.inmueble .foto img{
	border: 1px solid #333;
}
#footer  .api_baleares  a:hover.inmueble .foto img{
	border: 1px solid #999;
}
#footer .api_baleares a.inmueble .nombre{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#footer .api_baleares a.inmueble .desc{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
#footer .api_baleares .clear_api{
	clear: left;
	text-align: center;
	height: 40px;
	margin: 0 0 10px 0;
	line-height: 30px;
}
#footer .api_baleares .clear_api a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	padding: 0;
}
#footer .api_baleares .clear_api a img{
	vertical-align: middle;
	margin: 0 5px 0  0;
}
#footer .api_baleares .clear_api a:hover{
	color: #f30;
}
#footer #cierre a{
	text-decoration:none;
	float: left;
	margin: 0 15px 0 0;
	color: #900;
}
#footer #cierre{
	width: 920px;
	height: 25px;
	text-align: right;
	color: #333;
	font-size: 12px;
	padding: 15px 20px 0 20px;
	background: url(footer.png) top center no-repeat;
}
#footer #cierre a:hover{
	text-decoration:underline;
}
#footer #cierre .mallorca{
	font-weight: bold;
	text-transform: lowercase;
	color: #000;
	letter-spacing:1px;
}
#footer #cierre .net{
	color: #900;
	font-weight: bold;
	letter-spacing:1px;
}
/*SECCION*/
h1{
	line-height: 120%;
	color: #900;
	font-size: 24px;
	border-bottom: 2px solid #900;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 0;
	font-weight:bold;
}
h2{
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 120%;
}

h2 span{
	color:#900;
}

h2.prensa{
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 18px;
	line-height: 150%;
	background:#333;
	color:#fff;
	border:1px solid #151515;
}

h3{
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 120%;
}


.seccion{
	float: left;
	width: 700px;
}
.listado{
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
}

.paginacion {
	text-align: right;
	padding-right: 10px;
}
.num_resultados {
	float: left;
	padding-left: 10px;
}
.paginacion,
.num_resultados {
	clear: right;
	line-height: 30px;
}
.paginacion a,
.num_resultados a {
	color: #900;
	font-weight: bold;
	padding: 0 4px;
}
.paginacion a:hover,
.num_resultados a:hover {
    color: #ff7a00;
}
.paginacion a.actual,
.num_resultados a.actual {
    color: #ff7a00;
    text-decoration: none;
}
/*CON IMAGEN*/
.listado li.hotel{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.hotel a{
	display:block;
	padding: 5px;
	height: 160px;
	border: 1px solid #ccc;
	width: 325px;
	background:#fff url(fondo_empresa.gif) bottom repeat-x;
	text-decoration:none;
	overflow: hidden;
	float: left;
}
.listado li.hotel a:hover{
	border: 1px solid #900;
	cursor: pointer;
}
.listado li.hotel a img{
	float:left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
}
.listado li.hotel a:hover img{
	border: 1px solid #f00;
}
.listado li.hotel a .nombre {
	color:#900;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	margin: 0;
}
.listado li.hotel a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.hotel a .categoria{
	border: 0 none;
	padding: 0 50px 0 0;
	display: block;
	font-size: 14px;
	color: #c00;
}
.listado li.hotel a:hover .categoria {
	border: 0 none;
	color: #f60;
}
.listado li.hotel a .lugar{
	color:#2d2d2d;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.listado li.hotel a:hover .lugar{
	color: #900;
}
.listado li.hotel a .direccion{
	color:#111;
	text-decoration:none;
/*	clear: left;*/
	font-size: 12px;
}
.listado li.hotel a:hover .direccion{
	color: #333;
}
/*VENTAS ALQUILERES*/
.listado li.venta{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.venta a{
	display:block;
	padding: 5px 15px 7px 5px;
	height: 150px;
	border: 1px solid #ccc;
	width: 670px;
	background:#fff url(fondo_empresa.gif) bottom repeat-x;
	text-decoration:none;
	overflow: hidden;
	float: left;
}
.listado li.venta a:hover{
	border: 1px solid #900;
	cursor: pointer;
}
.listado li.venta a img{
	float:left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
}
.listado li.venta a:hover img{
	border: 1px solid #f00;
}
.listado li.venta a .nombre {
	color:#900;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	padding:2px 0 0 0;
}
.listado li.venta a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.venta a .categoria{
	border: 0 none;
	padding: 0 50px 0 0;
	display: block;
	color: #f60;
	margin:10px 0;
}
.listado li.venta a:hover .categoria {
	border: 0 none;
	color: #f30;
}
.listado li.venta a .direccion{
	color:#111;
	text-decoration:none;
	font-size: 12px;
	text-align:justify;
}
.listado li.venta a:hover .direccion{
	color: #333;
}
/**/
/*SIN IMAGEN*/
.listado li.empresa{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.empresa a{
	display:block;
	padding: 10px;
	height: 100px;
	border: 1px solid #ccc;
	width: 315px;
	background:#fff url(empresas.gif) top center no-repeat;
	text-decoration:none;
	overflow: hidden;
	float: left;
}
.listado li.empresa a:hover{
	border: 1px solid #900;
	cursor: pointer;
}
.listado li.empresa a img{
	float:left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
}
.listado li.empresa a:hover img{
	border: 1px solid #f00;
}
.listado li.empresa a .nombre {
	color:#900;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	margin: 0;
}
.listado li.empresa a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.empresa a .categoria{
	border: 0 none;
	padding: 0 50px 0 0;
	display: block;
	font-size: 14px;
	color: #c00;
}
.listado li.empresa a:hover .categoria {
	border: 0 none;
	color: #f60;
}
.listado li.empresa a .lugar{
	color:#2d2d2d;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.listado li.empresa a:hover .lugar{
	color: #900;
}
.listado li.empresa a .direccion{
	color:#111;
	text-decoration:none;
/*	clear: left;*/
	font-size: 12px;
	text-align:justify;
}
.listado li.empresa a:hover .direccion{
	color: #333;
}


/*PRENSA*/
.listado li.prensa{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.prensa a{
	display:block;
	padding: 5px;
	height: 65px;
	border: 1px solid #ccc;
	width: 325px;
	background:#fff url(fondo_empresa.gif) bottom repeat-x;
	text-decoration:none;
	overflow: hidden;
}
.listado li.prensa a:hover{
	border: 1px solid #900;
	/*cursor: pointer;*/
}
.listado li.prensa a .nombre {
	color:#900;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
}
.listado li.prensa a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.prensa a .enlace{
	display: block;
	color: #c00;
}
.listado li.prensa a:hover .enlace {
	color: #f60;
}
.listado li.prensa a .direccion{
	color: #111;
	text-decoration: none;
}
.listado li.prensa a:hover .direccion{
	color: #f60;
}
.listado li.prensa a img{
	float:left;
	margin: 0 10px 5px 0;
	border: 0 none;
}
/*ARTE*/
.listado li.arte{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.arte a{
	display:block;
	padding: 10px;
	height: 50px;
	border: 1px solid #ccc;
	width: 315px;
	background:#fff url(arte.gif) top center no-repeat;
	text-decoration:none;
	overflow: hidden;
}
.listado li.arte a:hover{
	border: 1px solid #900;
	/*cursor: pointer;*/
}
.listado li.arte a .nombre {
	color:#900;
	font-size: 18px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.listado li.arte a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado  li.arte  a .direccion{
	display: block;
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
.listado  li.arte  a:hover .direccion {
	color: #f60;
}
/**/

/*SERVICIOS*/
.servicio{
	background:#fff url(fondo_empresa.gif) bottom repeat-x;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 10px 150px;
	min-height:138px;
	height: auto !important;
	height:138px;
}
.servicio h2{
	margin: -130px 0 5px 0;
}
.servicio h2 a{
	font-weight: bold;
	padding: 0;
	font-size: 18px;
	line-height: 120%;
	text-decoration:none;
	color:#1D1D1D;
}
.servicio h2 a:hover{
	color: #900;
}
.servicio p{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}
.servicio p a{
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
.servicio p a:hover{
	text-decoration: underline;
}
.servicio img{
	margin: 0 10px 0 0;
	position: relative;
	left: -150px;
}
/*CONTACTO*/
#contacto {
	margin: 0;
	padding: 10px;
	/*background:url(fondo_seccion.png) left repeat-y;
	height: 260px;*/
	width: 690px;
	height:auto;
}
#contacto table{
	margin: 0;
	padding: 0;
}
#contacto p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}
#contacto p .nombre {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
}
#contacto p .net {
	font-weight: bold;
	font-size: 18px;
	color: #900;
	letter-spacing: 1px;
}
#contacto  a  {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#contacto  a:hover  {
	text-decoration: underline;
}
#contacto td {
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: top;
}
#contacto td.cont_direccion {
	border-left: 1px solid #ccc;
	padding: 0 0 0 25px;
}
#contacto td .obligatorios {
	font-size: 11px;
	color: #c00;
	line-height: 24px;
}
#contacto td .obligatorios_span {
	font-size: 14px;
	color: #f00;
}
.etiqueta {
	text-align: right;
	margin: 0;
	padding: 0 3px 0 0;
	line-height: 24px;
	font-size: 12px;
	width: auto;
}
#contacto input, #contacto textarea {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#contacto checkbox{
    width:30px;
}
#contacto .aceptar_privacidad {
	text-decoration: none;
	color: #900;
	font-size: 12px;
}
#contacto .aceptar_privacidad:hover {
	text-decoration: underline;
}
.botones_enviar {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}
.btn_form , .btn_form:hover {
	cursor:pointer;
}
#contacto h2{
	margin: 20px 0 0 0;

}
/*SOFTWARE*/
#software{
	height: auto;
	margin: 0;
	padding: 0 5px 5px 5px;
	background-color: #fff;
	width: 710px;
	float: left;
	display: inline;
}
/*SOFTWARE*/
.listado li.software{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.software a{
	display:block;
	padding: 10px;
	height: 150px;
	border: 1px solid #ccc;
	width: 665px;
	background:#fff url(software.gif) bottom right no-repeat;
	text-decoration:none;
	overflow: hidden;
	float: left;
}
.listado li.software a:hover{
	border: 1px solid #900;
	cursor: pointer;
}
.listado li.software a img{
	float:left;
	margin: 0 10px 5px 0;
	border: 1px solid #666;
}
.listado li.software a:hover img{
	border: 1px solid #f00;
}
.listado li.software a .nombre {
	color:#900;
	font-size: 16px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	margin: 0;
}
.listado li.software a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.software a .categoria{
	border: 0 none;
	padding: 0 50px 0 0;
	display: block;
	font-size: 14px;
	color: #c00;
}
.listado li.software a:hover .categoria {
	border: 0 none;
	color: #f60;
}
.listado li.software a .lugar{
	color:#2d2d2d;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.listado li.software a:hover .lugar{
	color: #900;
}
.listado li.software a .direccion{
	color:#111;
	text-decoration:none;
/*	clear: left;*/
	font-size: 12px;
	text-align:justify;
}
.listado li.software a:hover .direccion{
	color: #333;
}
/*SOFTWARE*/
.titulo_columna{
	line-height: 38px;
	padding:1px 0 2px 8px;
}
.listado li.columna{
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
.listado li.columna a{
	display:block;
	padding: 10px;
	border: 1px solid #ccc;
	background:#fff url(empresas.gif) bottom left no-repeat;
	text-decoration:none;
	overflow: hidden;
	float: left;
	width:200px;
}
.listado li.columna a:hover{
	border: 1px solid #900;
	cursor: pointer;
}
.listado li.columna a .nombre {
	color:#900;
	font-size: 14px;
	font-weight: bold;
	border: 0 none;
	display: block;
	text-decoration: none;
	margin: 0;
}
.listado li.columna a:hover .nombre {
	color: #c00;
	text-decoration: none;
}
.listado li.columna a .categoria{
	border: 0 none;
	padding: 0 50px 0 0;
	display: block;
	font-size: 12px;
	color: #c00;
	font-weight:bold;
}
.listado li.columna a:hover .categoria {
	border: 0 none;
	color: #f60;
}
/*SOFTWARE PRODUCTO*/
#producto{
	float: left;
	width: 700px;
	padding:0 0 15px 0;
}
#producto p {
	margin:10px 0;
	padding:0 0 0 10px;
	text-align:justify;
}
#producto p a {
    color:#990000;
    font-weight:bold;
    text-decoration:none;
}
#producto p a:hover {
    text-decoration:underline;
}
#producto .imagenes {
    float:right;
    margin:0 0 15px 15px;
    width:270px;
}
#producto img {
    border:1px solid #CCCCCC;
    float:right;
    margin:10px 0 0 0;
    padding:5px;
    width:250px;
	-ms-interpolation-mode: bicubic;
}
#producto a img:hover {
    border: 1px solid #f00;
}
#producto p.mas_info a {
    background:#900;
    color:#fff;
    display:inline-block;
    font-weight:bold;
    height:24px;
    line-height:24px;
    margin:0 15px 0 0;
    text-align:center;
    text-decoration:none;
	padding:0 10px;
}
#producto p.mas_info a:hover {
    background:#f00;
    color:#fff;
}
