body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

a { color: #007aca; text-decoration: none; }
a:hover { color: #007aca; text-decoration: underline; }

a.grayDarkLink { color: #333333; text-decoration: none; }
a.grayDarkLink:hover { color: #333333; text-decoration: underline; }

a.grayMiddleLink { color: #666666; text-decoration: none; }
a.grayMiddleLink:hover { color: #666666; text-decoration: underline; }

a.grayLightLink { color: #999999; text-decoration: none; }
a.grayLightLink:hover { color: #999999; text-decoration: underline; }

.grayMiddleText { color: #666666; }
.grayLightText { color: #999999; }
.blueText { color: #007aca; }

.line {
	height: 15px;
	background: url(../images/bg_line.gif);
/*	margin-bottom: 5px; */
}

.box {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 1px solid #cccccc;
}

#otrosProductos p { margin-bottom:5px; }
#otrosProductos a { color: #333333; text-decoration: none; }
#otrosProductos a:hover { color: #333333; text-decoration: underline; }

a#menuAcercade { width:127px;height:40px;background:url(../images/menu_acercade.gif) top left no-repeat;display:block;text-indent:-9999px;float:left; }
a#menuAcercade:hover { background-position:0 -40px; }
a#menuComocomprar { width:168px;height:40px;background:url(../images/menu_comocomprar.gif) top left no-repeat;display:block;text-indent:-9999px;float:left; }
a#menuComocomprar:hover { background-position:0 -40px; }
a#menuGaleria { width:121px;height:40px;background:url(../images/menu_galeria.gif) top left no-repeat;display:block;text-indent:-9999px;float:left; }
a#menuGaleria:hover { background-position:0 -40px; }
a#menuPresupuesto { width:155px;height:40px;background:url(../images/menu_presupuesto.gif) top left no-repeat;display:block;text-indent:-9999px;float:left; }
a#menuPresupuesto:hover { background-position:0 -40px; }
a#menuContacto { width:71px;height:40px;background:url(../images/menu_contacto.gif) top left no-repeat;display:block;text-indent:-9999px;float:left; }
a#menuContacto:hover { background-position:0 -40px; }

/* FORMULARIOS */

form { /* Opera */
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #979797;
	background-color: #FFF;
	border: 1px solid #979797;
}
.button {
	text-align: center;
	color: #FFFFFF;
	background-color: #979797;
	border: 1px solid #979797;
}

/* CONTAINERS */

#Container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#Contents {
	width: 950px;
	overflow: hidden; /* Para un correcto display del fondo */
}

#Footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
}