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: 10px;
	color:#999999;
	/* LO SIGUIENTE ELIMINA EL SCROL HORIZONTAL QUE APARECIA EN MOZILA SOLAMENTE*/
	overflow-x:hidden;
	/*overflow : hidden; */
	overflow : -moz-scrollbars-vertical;
	background-color: #B8D98A;
}

/* anula los bullet  */
ul { list-style: none; }

/* marco de todo el contenido  */
#wrapper {
	margin: 140px auto  auto  auto;
	padding: 0px;
	width: 782px;
	background-color:#FFF;
	height:100%;
}


================================== */


/* TEXTO DECORATIVO HOME !!!!!!!!!!!!!!!!!!!!!!*/
#blurb p:first-letter{
	text-transform: uppercase;
}


	h2#hs { font-family:Georgia,serif;
	color:#000000; letter-spacing: 0;
	font-size:24px;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
	}


	p#hs {   font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-size: 14px; margin-top: .5em; color: #666; }
	
	p#hs span { font-family:Georgia,serif;
	font-size: .8em; font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; }

#blurb p{
	color: #424242;
	letter-spacing:0.1em;
	width: 200px;
	text-align:center;
	margin: 10px auto;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 14pt;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}

#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 !!!!!!!!!!!!!!!!!!!!!!*/


/* TEXTO DECORATIVO INICIO CIERRES !!!!!!!!!!!!!!!!!!!!!!*/
#blurbcierres p:first-letter{
	text-transform: uppercase;
}

#blurbcierres p{
	color: #424242;
	letter-spacing:0.1em;
	width: 400px;
	text-align:center;
	margin: 10px auto;
	text-transform: lowercase;
	line-height: 145%;
	font-size: 14pt;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}

#blurbcierres p abbr{
	border: none;
}

html>body #blurbcierres .end{
		background: no-repeat bottom center url('spear.png');
}

#blurbcierres .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 INICIO !!!!!!!!!!!!!!!!!!!!!!*/


a.medidas {
	display: block;
	width: 25px;
	height: 16px;
	background-color: #6B5A4A;
	text-decoration: none;
	color: #FFF;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
a.medidas:hover {
	background-color: #019A01;
}
.titulocierres {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #060;
}





/* rounded corner box
================================== */

.box {
	width: 242px;
	background-image: url(/img/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box h2 {
  background: url(/img/top.gif) no-repeat left top;
}

.box h2 {
  padding: 10px 20px 22px 20px;
}

.box p {
  padding: 0 20px 10px 20px;
}

/* rounded corner box
================================== */
ul.listado li {
	list-style-image: url(img/li.gif);
}

/* external links
================================== */

a[href^="http:"] {
  background: url(../img/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.andybudd.com"], a[href^="http://andybudd.com"]  {
  background-image: none;
  padding-right: 0;
}

a[href^="mailto:"] {
  background: url(../img/email2.png) no-repeat right top;
  padding-right: 15px;
}

a[href^="aim:"] {
  background: url(../img/im.png) no-repeat right top;
  padding-right: 15px;
}


/* css rollover
================================== */
 
 a#botones {
	display: block;
	width: 170px;
	height: 13px;
	line-height: 12px;
	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-top:2px;
}
 
 a#botones:hover {
 background: #369 url(img/button-over.jpg) no-repeat left top;
 color: #fff;
}
