/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

a, a:visited, a:active {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #339900;
	font-weight: bold;
	text-decoration: underline;
}


#contenedor {
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 785px;
	z-index: 1;
	margin: 0 auto 0 auto;
	text-align: left;
	/*border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #339900;
	border-left-color: #339900;
	border-bottom-width: 2px;
	border-bottom-color: #339900;
	border-bottom-style: solid;*/
}

#bar1 {
	background-image: url(../images/pixelCafe.gif);
	background-repeat: repeat;
	height: 13px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#bar1 h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	margin: 0px;
	padding-right: 3px;
}

#bar2 {
	background-image: url(../images/pixelVerde.gif);
	background-repeat: repeat;
	height: 4px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#botones {
	background-image: url(../images/gramaEsq.gif);
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
	float: right;
	width: 210px;
	height: 60px;
	right: 0px;
}
#botones span {
	font-size: 9px;
	color: #FFFFFF;
	position: absolute;
	top: 35px;
	right: 3px;
	visibility: hidden;
}

#botones img {
	margin-right: 3px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu {
	width: 160px;
	margin-top: 5px;
	margin-left: 2px;
	clear: left;
	float: left;
}

.grupo {
	width: 160px;
	margin-top: 20px;
	
}
.barraTituloPeq {
	background-image: url(../images/maderaPeq.gif);
	width: 160px;
	height: 25px;
	background-repeat: no-repeat;
}
.barraTituloPeq h3 {
	height: 14px;
	color: #FFFFFF;
	padding-top: 4px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}

.links {
	width: 140px;
	margin-left: 10px;
	margin-top: 0px;
	padding-bottom: 12px;
	background-image:url(../images/grama.gif);
	background-repeat:repeat-y;
}

.links a,links a:visited,links a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin-left: 8px;
	padding-top: 6px;
	display: block;
}

.links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
	padding-top: 6px;
	display: block;
}

#contenido {
	width: 580px;
	float: right;
	margin-top: 10px;
	clear: right;
	position: relative;
	margin-right: 20px;
}

#pie {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	clear: both;
}

#pie a,pie a:visited,pie a:active, pie p{
	font-size: 10px;
}

#pie p {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

#pie a:hover{
	font-size: 10px;
}

.bloque {
	border: solid;
	border-color: #339900;
	border-width: 1px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 0;
	clear: right;
	margin-bottom: 40px;
	float: left;
	width: 580px;
	padding-right: 5px;
	z-index: 2;
}

.bloque h3 {
    font-size: 14px;
    color: #339900;
    font-weight: bold;
    margin-top: 2px;
}

.bloqueMed {
	border: solid;
	border-color: #339900;
	border-width: 1px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 40px;
	width: 270px;
	padding-right: 5px;
	float: left;
}

.subir {
	position: absolute;
	right: 2px;
	bottom: 2px;
}

.barraTituloGra {
	background-image: url(../images/maderaGra.gif);
	width: 320px;
	height: 25px;
	background-repeat: no-repeat;
	position: absolute;
	top: -13px;
	left: -5px;
	z-index: 2;
}
.barraTituloGra h3 {
	height: 14px;
	color: #FFFFFF;
	padding-top: 4px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
	width: 320px;
}

.barraTituloMed {
	background-image: url(../images/maderaMed.gif);
	width: 233px;
	height: 25px;
	background-repeat: no-repeat;
	position: absolute;
	top: -13px;
	left: -5px;
}
.barraTituloMed h3 {
	height: 14px;
	color: #FFFFFF;
	padding-top: 4px;
	margin-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	vertical-align: middle;
	width: 233px;
}

br {
	clear: both;
}
.boton{
	font-size:11px;
	font-weight:bold;
	color:white;
	background:#339900;
	border:0px double #339900;
	height:23px;
	text-transform: uppercase;
       }
select {
	height: 19px;
	font-size: 10px;
	border: thin solid #000000;
}

.itemHome {
	height: 120px;
	width: 540px;
	left: 20px;
	position: relative;
	margin-top: 20px;
	border: 1px solid #339900;
	background-image: url(../images/gramaItem.gif);
	background-repeat: no-repeat;
}

.itemHomeInfo{
	position: absolute;
	right: 2px;
	top: 5px;
}

.itemHomeFoto {
	position: relative;
	left: 30px;
	top: 5px;
	float: left;
	display: block;
}

.itemHome h3 {
	position: absolute;
	left: 200px;
	color: #339900;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 290px;
}

.itemHome ul {
	position: absolute;
	left: 200px;
	width: 290px;
	top: 21px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
p {
	text-align: justify;
}

.itemHome li {
	margin-top: 9px;
	margin-left: 0px;
	padding-left: 0px;
}

#contenido h1{
	height: 30px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(../images/fondoTitulo.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}

.galeriaFotos {
}

.galeriaFotos img{
	width: 100px;
	height: 76px;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.calendario {
	width: 100%;
	position: relative;
	text-align: center;
}
.calendarioIzq  {
	position: absolute;
	top: 3px;
	left: 0px;
}
.calendarioDer  {
	position: absolute;
	top: 3px;
	right: 0px;
}
.preciosCabecera {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	font-size:9px;
	text-align: center;
}
.ofertasCabecera {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	font-size:9px;
	text-align: center;
}

.precios {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}
.precios td{
	height: 35px;
}
.precios h3{
	color: #996633;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.precios h6{
	color: #996633;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.preciosBottomLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}
.preciosLeftLine{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996633;
	text-align: center;
	vertical-align: middle;
}
.preciosNombre{
	vertical-align: top;
	text-align: left;
}

.ofertas {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}
.ofertas td{
	height: 35px;
}
.ofertas h3{
	color: #339900;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.ofertas h6{
	color: #339900;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.ofertasBottomLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}
.ofertasLeftLine{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #339900;
	text-align: center;
	vertical-align: middle;
}
.ofertasNombre{
	vertical-align: top;
	text-align: left;
}
.preciosForm h3 {
	font-size: 14px;
	color: #339900}
p {
	margin-top: 12px;
	margin-bottom: 12px;
}
.liatado{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.listado th{
	height: 25px;
	background-image: url(../images/fondoSubtitulo.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 3px;
}
.listado td.row{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 75px;
	cursor: pointer;
}

.listado h3{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
.listado h2{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.importante {
	font-weight: bold;
	color: #FF3300;
}
.anuncio {
	position: relative;
}
.anuncio h3 {
	color: #339900;
	font-size: 14px;
	margin: 0px;
}
.anuncio p {
	margin: 0px;
}
.anuncio span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #666666;
}
.error {
	color: #000000;
	background-color: #FF9191;
	margin: 10px;
	padding: 15px;
}
.errorTitulo{
	color:#CC0000;
	font-size:12px;
	font-weight: bold;
}
.advertencia {
	background-color: #FFBA75;
	margin: 10px;
	padding: 15px;
}
.advertenciaTitulo{
	color:#EC4D00;
	font-size:12px;
	font-weight: bold;
}
.sugerencia {
	background-color: #C9FFAE;
	margin: 10px;
	padding: 15px;
}
.sugerenciaTitulo{
	color:#339900;
	font-size:12px;
	font-weight: bold;
}
.noticia {
	background-color: #C9FFAE;
	margin: 10px;
	padding: 15px;
}
.noticiaTitulo{
	color:#339900;
	font-size:12px;
	font-weight: bold;
}

.form
{

}

.formNota{
    color: Gray;
}

.tableList
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    margin-top: 20px;
}
.tableList input
{
    height: 15px;
    font-size: 10px;
}
.tableListHeader
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: #339900 1px solid;
    font-weight: bold;
    
}

.tableListEnable
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #C9FFAE;
    height: 20px;
}

.tableListEnable td
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #C9FFAE;
}

.tableListDisable
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #999999;
    height: 20px;
}
.tableListDisable td
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #DDDDDD;
}
.seccion {
    border: solid 1px #999999;
}
.simulacionLink {
    cursor: pointer;
    color: #339900;
    font-weight: bold;
}

/* Estilos para lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay { background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/pixelNegro.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
/* Fin estilos lightbox */

.fuente
{
    color: #555555;
}