@charset "utf-8";


body {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	
	/* LO SIGUIENTE ELIMINA EL SCROL HORIZONTAL QUE APARECIA EN MOZILA SOLAMENTE*/
	overflow-x:hidden; 
	/*overflow : hidden; */
	overflow : -moz-scrollbars-vertical
	
}


/* anula los bullet  */
ul { list-style: none; }

/* marco de todo el contenido  */
#wrapper_botonera {
margin: auto;
padding-top: 0px;
width: 940px;
}

#wrapper {
margin: auto;
padding-top: 0px;
width: 880px;
}


/* TEXTO DECORATIVO HOME !!!!!!!!!!!!!!!!!!!!!!*/
#blurb p:first-letter{
	text-transform: uppercase;
}

#blurb p{
	color: #424242;
	letter-spacing:0.1em;
	width: 210px;
	text-align:paragraph;
	margin: 0px auto;	
	text-transform: lowercase;
	line-height: 145%;
	font-size: 10pt;
	font-variant: small-caps;
}

#blurb p abbr{
	border: none;
}

html>body #blurb .end{
		background: no-repeat bottom center url('spear.png');
}

#blurb .end{
	font-variant: normal;
	font-style: italic;
	letter-spacing:0;
	color: #3f5256;
	padding-bottom:10px;
	margin-bottom:10px;
	background: no-repeat bottom center url('spear_IE.gif');
}
/* TEXTO DECORATIVO HOME !!!!!!!!!!!!!!!!!!!!!!*/
.infoprecios {
	font-size: 10px;
	font-style: italic;
	color: #666;
}


/* css rollover
================================== */
 
 a#botones {
	display: block;
	width: 146px;
	height: 28px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	background-color: #94B8E9;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
}
 
 a#botones:hover {
 background: #369 url(img/button-over.jpg) no-repeat left top;
 color: #fff;
}

 a#botones_sub {
	display: block;
	font-size:10px;
	width: 146px;
	height: 30px;
	line-height: 28px;
	color: #000;
	text-decoration: none;
	text-indent: 15px;
	background-image: url(img/button_sub.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
}
 
 a#botones_sub:hover {
 background: url(img/button_sub-over.png) no-repeat left top;
 color: #fff;
}

 a#botones_doble {
	display: block;
	width: 146px;
	height: 38px;
	line-height: 15px;
	color: #000;
	text-decoration: none;
	text-indent: 10px;
	background-color: #94B8E9;
	background-image: url(img/button_doble.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:3px;
}
 
 a#botones_doble:hover {
 background: #369 url(img/button_doble-over.jpg) no-repeat left top;
 color: #fff;
}

/* external links
================================== */

a[href^="http:"] {
  background: url(img/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

/*a[href^="#"] 
{ padding:0 120px 0 0; background:transparent url(img/construccion.png) no-repeat center right; } */


a[href^="aim:"] {
  background: url(img/im.png) no-repeat right top;
  padding-right: 15px;
}