body {
	background-image: url(images/fondo_web.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #333;
	background-position: center top;
}
a {
	cursor: pointer;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.img_izquierda {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
}
.img_derecha {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}

.img_borde {
	border: 1px solid #999D00;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
h2 {
	color: #930;
	font-size: 12px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	margin-top: 5px;
	color: #900;
	margin-bottom: 0px;
	background-image: url(images/menu_fondo.png);
	background-repeat: repeat-x;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: center;
}
h4  {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #900;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #666;
	text-align: justify;
	font-weight: normal;
}
h6  {
	font-size: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999D00;
	margin-top: 5px;
	margin-bottom: 0px;
}
p       {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 0px;
	background-image: none;
	font-weight: normal;
	height: auto;
	padding: 0px;
	text-transform: none;
}
.centrado_precio_rojo {
	color: #F00;
	font-size: 30px;
	font-weight: bolder;
}
.centrado_precio_rojo_pequeno_tachado {
	color: #F00;
	font-size: 18px;
	font-weight: normal;
	text-decoration: line-through;
}
.centrado_blanco_pequeno {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
	background-image: none;
	font-weight: bolder;
	height: auto;
	padding: 0px;
	text-transform: none;
}

.centrado_negro_pequeno {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-align: center;
	background-image: none;
	font-weight: bolder;
	height: auto;
	padding: 0px;
	text-transform: none;
	margin: 0px;
}

.centrado_negro {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
	background-image: none;
	font-weight: bolder;
	height: auto;
	padding: 0px;
	text-transform: none;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	list-style-position: inside;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 8px;
}
li {
	list-style-position: inside;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	margin-top: 8px;
	list-style-position: inside;
	margin-bottom: 8px;
}
dl {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 2px solid #9EAA35;
	background-color: #E7ECD5;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
label {
	cursor: pointer;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBE096;
	border: 1px solid #999D00;
}
form {
	margin: 0px;
	overflow: visible;
	clear: both;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999D00;
	background-color: #DBE096;
}
select:hover {
	background-color: #E7EAB9;
	border: 1px solid #999D00;
}
select:focus {
	background-color: #F5F7E1;
	border: 1px solid #900;
}
textarea {
	background-color: #DBE096;
	border: 1px solid #999D00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea:hover {
	background-color: #E7EAB9;
	border: 1px solid #999D00;
}
textarea:focus {
	background-color: #F5F7E1;
	border: 1px solid #900;
}
.div_contenedor {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 991px;
	height: 650px;
	position: relative;
}
.div_relative {
	position: relative;
	clear: both;
}

.div_clear_float {
	clear: both;
}
#div_parrafo01 {
	position: absolute;
	width: 309px;
	height: 386px;
	z-index: 1;
	left: 319px;
	top: 173px;
}
#div_twitter {
	position: absolute;
	width: 314px;
	height: 355px;
	z-index: 1;
	left: -6px;
	top: 208px;
}
#div_precios {
	position: absolute;
	width: 260px;
	height: 270px;
	z-index: 1;
	left: 670px;
	top: 233px;
}
