/* CSS Document */
/* Reseteando los ajustes del navegador con YUI Library*/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html {
	color:#333333;
	margin:0;
	padding:0;
	overflow: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
form, fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
iframe {
	padding: 2px;
	border: 1px #333333 solid;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/*enlaces*/
a:link {
	text-decoration: none;
	color:#035F3E;
}
a:visited {
	text-decoration: none;
}
a:active, hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	color: #333333;
	background-color: #009900;
	background-image: url(images/bg_web.gif);
	background-repeat: repeat-y;
	background-position:center;
	text-align:center;
	font-family: Arial, sans-serif;
	font-size:12px;/*height:100%;*/
}
/*Divisiones Contenedor --------------------------- */
#contenedor {
	margin: 0 auto;
	text-align:center;
	height: 100%;
}
#cuerpo {
	width:750px;
	margin: 0 auto;
	clear:both;
}
/*CABECERA LOGO*/
#cabecera {
	height:115px;
}
#cabecera img {
	float:left;
	margin-top:10px;
	margin-right: 5px;
}
/*MENU CABECERA*/
#menualt {
	float:right;
	margin-top:40px;
	text-align:right;
}
#menualt li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menualt a:link, #menualt a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #333333;
}
#menualt a:link.active, #menualt a:visited.active, #menualt a:hover {
	color: #7A0040;
	background-image:url(images/tab_rounded.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
/*MENU WEB*/
#menu {
	height:60px;
	width:750px;
	margin-bottom:10px;
}
#menu ul {
	text-align:left;
}
#menu ul li {
	display:block;
	float:left;
	font-weight:bold;
	margin-right:12px;
}
#menu ul li a {
	display:block;
	color:#FFFFFF;
	font-size:14px;
	width:130px;
	height:50px;
	padding-top:10px;
	padding-left:10px;
}
/*FOTO Y FLASH*/
#foto {
	width:750px;
	margin-bottom: 20px;
}
/*CUARTA GAMA*/

#cuartafotos {
	text-align:left;
	margin-bottom:10px;
	padding-left: 20px;
	width:30%;
	float:right;
}
#cuartafotos h2 {
	color: #417600;
	font-size: 1.2em;
	border-bottom:#417600 solid 1px;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-bottom:5px;
	width: 200px;
}
#cuartagama {
	text-align:left;
	margin-bottom: 30px;
	padding-left: 20px;
	width:60%;
	float:left;
}
#cuartagama h3 {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 20px;
}
#cuartagama h3 strong {
	font-weight:bold;
}
#cuartagama ul {
	margin-left:10px;
}
#cuartagama ul li {
	list-style-image:url(images/li_image_text.gif);
}
#cuartagama p {
	font-size:12px;
	margin-bottom: 20px;
}
#cuartagama p strong {
	color: #333333;
	font-weight: bold;
}
/*CUERPO DE TEXTO*/
#textos {
	text-align:left;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
h1 {
	color: #417600;
	font-size: 1.9em;
	border-bottom:#417600 solid 1px;
	margin-bottom: 10px;
	padding-bottom:5px;
}
#textos h3 {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 10px;
}
#textos h3 strong {
	font-weight:bold;
}
#textos ul {
	margin-left:10px;
}
#textos ul li {
	list-style-image:url(images/li_image_text.gif);
}
#textos p {
	font-size:12px;
	margin-bottom: 5px;
}
#textos p strong {
	color:#333333;
	font-weight:bold;
}
.textimg {
	text-align:center;
	padding:2px;
	border: 1px #006600 solid;
}
/*tabla de productos*/

#productos h1 {
	color: #006600;
	font-size: 1.7em;
	border-bottom:#006600 solid 1px;
	margin-top:5px;
	margin-bottom: 5px;
	padding-bottom:5px;
}
#productos table {
	font-size:1em;
	font-family: Arial, Helvetica, verdana sans-serif;
	background-color:#fff;
	border-collapse: collapse;
	width: 100%;
}
#productos caption {
	font-size: 18px;
	color: #006600;
	font-weight: bold;
	text-align: left;
	margin-bottom: 2px;
}
#productos thead th {
	border-right: 1px solid #fff;
	color:#fff;
	text-align:center;
	padding:2px;
	text-transform:uppercase;
	height:25px;
	background-color: #a3c159;
	font-weight: normal;
}
#productos tfoot {
	color:#1ba6b2;
	padding:2px;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight: bold;
	margin-top:6px;
	border-top: 6px solid #e9f7f6;
}
#productos tbody tr {
	background-color:#fff;
	border-bottom: 1px solid #f0f0f0;
}
#productos td {
	color:#414141;
	background-color: #dedede;
	padding: 5px;
	border: 1px solid white;
	text-align:left;
}
#productos tbody th {
	text-align: center;
	color: white;
	background-color: #8f1653;
	font-weight: bold;
	padding: 2px;
	border-top: 10px solid white;
}
#productos tbody td a, tbody th a {
	color:#6C8C37;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:15px;
}
#productos tbody td a:hover, tbody th a:hover {
	color:#009193;
	text-decoration:none;
}
/*PIE*/
#fotopie {
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
#pie {
	height: 85px;
	margin: 0 auto;/* align for good browsers */
	margin-top: 10px;
	clear: both;
	text-align: left;
	border-top: #003300 dotted 1px;
	padding-top: 20px;
}
#pie img {
	float:left;
}
#pie ul {
	font-weight:bold;
	font-size:12px;
	margin-bottom:20px;
	margin-top:10px;
}
#pie ul li {
	display: inline;
	margin-right:2px;
}
#pie a {
	padding-right: 5px;
	border-right: 1px solid #cccccc;
	color: #417600;
	font-size:11px;
	text-decoration: underline;
}
#pie a:hover {
	text-decoration: none;
}
#pie p {
	font-size:11px;
	line-height:15px;
}
.adtpie {
	font-weight:bold;
	font-size:12px;
}
.design {
	text-align:right;
}
/*FORMULARIOS*/

legend {
	font-weight: bold;
	border: 0;
	color: #98bb79;
}
label {
	display: block;
	color: #000;
	text-align: right;
	width: 100px;
	padding-right: 10px;
	margin-bottom:5px;
}input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border: 1px solid #333333;
	margin-bottom:10px;
	padding: 5px;
}
input[type=image] {
	width: 75px;
	height:25px;
	border:0;
	padding: 0;
}
.entradadatos {
	border: 1px solid #D8001D;
	margin-bottom:10px;
	padding: 10px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	border: 1px solid #333333;
	margin-bottom:10px;
	padding: 5px;
}

.resaltado {
	color:#990000;
}
.cereza {
	color: #B8254D;
}

