/*@charset "utf-8";*/
body {
	background-image: url(../imgs/fdo_izquierdo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	background-color: #F7F4EF;
}
td, tr {
	font-family:  Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #9C8A0C;
	text-decoration: underline;	/*font-weight: bold;*/
}
a:hover {
	color: #990033;
}
a img {
	border:none;
}

INPUT {
	font-size: 12px;
	color: #810053;
	font-family: Verdana,  Arial, Trebuchet, sanserif;
	border: 1px solid #810053;
	background-color: #F7F4EF;
	height: 20px;
	/* height: 22px;*/
}

select {
	font-size : 11px;
	color: #810053;
	font-family: Verdana,  Arial, Trebuchet, sanserif;
	background-color: #F7F4EF;
	border: 1px solid #810053;
	width: 162px;
	height: 18px;
} 

textarea{
	font-size : 12px;
	color: #810053;
	font-family: Verdana,  Arial, Trebuchet, sanserif;
	border: 1px solid #810053;
	background-color: #F7F4EF;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #810053;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #810053;
}

h2 {
	color: #810053;
	font-size: 15px;
	font-weight: bold;
	height:14px;
	margin-top: 0px;
}

h3 {
	font-size: 13px;
	color: #333333;
	line-height: 140%;
	margin-right: 70px;
}
h4 {
	font-size : 12px;
	color: #333333;
}

li {
	list-style-type: none;
	background-image: url(../imgs/li_flecha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.txt-fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
/* ESPACIOS EN ALTO */
.espacio1, .espacio2, .espacio4, .espacio5, .espacio10, .espacio20 {clear: both;border:0px;margin:0px;padding:0px;}
.espacio1 {height:1px;line-height:1px;}
.espacio2 {height:2px;line-height:2px;}
.espacio4 {height:4px;line-height:4px;}
.espacio5 {height:5px;line-height:5px;}
.espacio10 {height:10px;line-height:10px;}
.espacio15 {height:20px;line-height:20px;}

/* ESPACIOS EN ANCHO */
.vertical1, .vertical5, .vertical10 {line-height:1px; height:1px; float:left; margin:0px; padding:0px;}
.vertical1 {width:1px;}
.vertical5 {width:5px;}
.vertical10 {width:10px;}

.pie {
	color: #810053;
	background-image: url(../imgs/pie_rep.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}

.pie a:link, .pie a:visited, .pie a:active {
	color: #810053;
	text-decoration: none;	/*font-weight: bold;*/
}
.pie a:hover {
	color: #B49E0D;
}

.barra {
	color: #EEEEEE;
	background-image: url(../imgs/barra_rep.gif);
	background-repeat:  repeat-x;
	background-position: top;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.btn-formulario {
	color: #FFFFFF;
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	height: 25px;
	border: 1px solid #000000;
	background-color: #810053;
}
.btn-buscar {
	width: 135px;
	height: 24px;
	border: none;
}
.btn-agregar {
	width: 96px;
	height: 24px;
	border: none;
}
.txt-subtitulo {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 0.15em;
	background-image: url(../imgs/fdo_subtitulos.gif);
	background-repeat:  repeat-x;
	height: 25px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
.link-img:link, .link-img :visited, .link-img :active {
	color: #99CC00;
	text-decoration: none;	/*font-weight: bold;*/
}
.link-img :hover {
	color: #FFFFFF;
}

/* ESTILOS LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #F7F4EF; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../imgs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../imgs/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #F7F4EF; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #666666; }

/* FIN ESTILOS LIGHTBOX */

.txt-subtitulo2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	display: block;
	text-transform: uppercase;
	height: 20px;
}
.programacion {
	padding-left: 10px;
	color: #333333;
}
.txt-subtitulo-caja {
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	font-weight: bold;
}

.txt-cajas {
	color: #333333;
}
.txt-cajas strong {
	color: #000000;
}
.txt-cajas h1 {
	color: #000000;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	font-size: 12px;
	text-transform: uppercase;
}
.txt-cajas a:link, .txt-cajas a:visited, .txt-cajas a:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	display: block;
	background-image: url(../imgs/barritas.gif);
	background-repeat:  repeat-x;
	background-position: center;
}
.txt-cajas a:hover {
	color: #000000;
	background-image: url(../imgs/barritas_up.gif);
}
.camino {
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}
.ppal {
	margin-left: 5px;
}
.txt-titulo {
	color: #810053;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #810053;
}
#flores {
	color: #000000;
}
#flores a img {
	border: solid 1px #B49E0D;
}

#flores  img a:link , #flores img a:visited , #flores img a:active {
	color: #B49E0D;
}
#flores img a:hover {
	color: #FFFFFF;
}
.txt-productos-titulo {
	font-size: 14px;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	height:23px;
	padding-top: 3px;
}
.txt-productos-subtitulo {
	font-size: 13px;
	color: #B49E0D;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	height:20px;
	padding-top: 3px;
}

/* CPAS MENU  */
#selecciones {
	color: #FFFFFF;
	background-color: b49e0c;
	margin: 1px;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	width: 118px;
}
#selecciones a:link, #selecciones a:visited, #selecciones a:active {
	font-size:11px;
	color: #E8E1B5;
	text-decoration: none;
	display:block;
	width:100%;
	border-bottom: solid 1px #E8E1B5;
	height:17px;
}
#selecciones a:hover {
	color: #FFFFFF;
}
#coleccion {
	color: #FFFFFF;
	background-color: b49e0c;
	margin: 1px;
	position: absolute;
	visibility: hidden;
	width: 161px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#coleccion a:link, #coleccion a:visited, #coleccion a:active {
	font-size:11px;
	color: #E8E1B5;
	text-decoration: none;
	display:block;
	width:100%;
	border-bottom: solid 1px #E8E1B5;
	height:17px;
}
#coleccion a:hover {
	color: #FFFFFF;
}
#coleccion_rojas, #coleccion_meidiland, #coleccion_blancas, #coleccion_amarillas, #coleccion_rosadas, #coleccion_lilas, #coleccion_anaranjadas, #coleccion_combinadas{
	color: #FFFFFF;
	background-color: #b49e0c;
	margin: 1px;
	position: absolute;
	visibility: hidden;
	width: 155px;
	left: 155px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#viveristas {
	color: #FFFFFF;
	background-color: b49e0c;
	margin: 1px;
	padding: 5px;
	width: 220px;
	position: absolute;
	visibility: hidden;
}

#viveristas a:link, #viveristas a:visited, #viveristas a:active {
	font-size:11px;
	color: #E8E1B5;
	text-decoration: none;
	/*font-weight: bold;*/
	display:block;
	width:100%;
	border-bottom: solid 1px #E8E1B5;
	/*height:17px;*/
}
#viveristas a:hover {
	color: #FFFFFF;
}

#informacion {
	color: #FFFFFF;
	background-color: b49e0c;
	margin: 1px;
	padding: 5px;
	width: 220px;
	position: absolute;
	visibility: hidden;
}

#informacion a:link, #informacion a:visited, #informacion a:active {
	font-size:11px;
	color: #E8E1B5;
	text-decoration: none;
	/*font-weight: bold;*/
	display:block;
	width:100%;
	border-bottom: solid 1px #E8E1B5;
	/*height:17px;*/
}
#informacion a:hover {
	color: #FFFFFF;
}
.datos-rosas {
	background-image: url(../imgs/fdo_datos_rosas.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:15px;
}
.titulo {
	background-image: url(../imgs/fdo_tit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	padding:10px;
	width: 702px;
}
.columna-destacada {
	color: #810053;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B59F0C;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EFEBDC;
	text-align: center;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.txt-tipo-rosales {
	font-size: 10px;
	vertical-align:top;
	padding-top:5px;
}
.txt-tipo-rosales strong {
	font-size: 12px;
}
.tabla-viveristas {
}
.tabla-viveristas td {
	padding:2px;
	/*border-left:solid #CDB40E 1px;*/
	border-bottom:solid #B59F0C 1px;
	height:30px;
}
.tabla-viveristas h3 {
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	border-top:solid #FFFFFF 1px;
	background-color:#FFFFFF;
}
.tabla-preguntas {
	text-align:justify;
}

.tabla-preguntas h2 {
	margin-top:10px;
	height: auto;
}
.link-subir {
	float: right;
	text-transform:uppercase;
}

.tabla-datos {
}
.tabla-datos td {
	padding:2px;
	/*border-left:solid #CDB40E 1px;*/
	border-bottom:solid #B59F0C 1px;
	height:22px;
}
.tabla-datos h2 {
	color:#810053;
	height:auto;
}
.tabla-datos h3 {
	color:#810053;
	padding:10px 0 0 0;
	margin:20px 0 0 0;
	border-top:solid #FFFFFF 1px;
	background-color:#FFFFFF;
}
.tabla-datos h4 {
	color:#810053;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}