html, body, h1, h2, h3, h4, ul, li{
	margin: 0;
	padding: 0;
}

.lista_normal {
}

.lista_normal ul{
	margin-left:20px;
	margin-right:25px;
/*	text-align:justify;*/
	padding-left:10px;
	list-style-position:outside;
/*	list-style-image:url(../images/bullet_list.png);*/
	list-style-image:url(../images/bullet_check.gif);
}

.lista_normal li{
/*	margin-bottom:5px;*/
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #244475;
	text-decoration:none;
}

a:hover {
	color: #44b7aa;
	text-decoration:underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
	background-image:url(../images/h2_bg.gif);
	background-repeat:repeat-x;
}

.more_mini {
	text-align: right;
	padding-right:5px;
	padding-bottom:5px;
	background-image:url(../images/more_mini_bg.gif);
	background-repeat:repeat-x;
}

.clear {
	clear: both;
}

body {
	background: #bebfbf url(../images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #5e5e5e;
	padding-bottom: 5px;
	padding-top: 5px;
}

/** layout **/
#wrapper{
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
/*	background: url(../images/body_bg.gif) repeat-y;*/
	background-image: url(../images/left_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#header{
	position:absolute;
	top: 0;
	left: 243px;
	width: 535px;
	height: 220px;
	background-image:url(../images/header_2.jpg);
	background-repeat:no-repeat;
}

#flags{
	position:relative;
	float:right;
	width:50px;
	height:16px;
	right:10px;
	padding:9px 0px;
	text-align:center;
}

#flags img{
	border:2px solid #b2c9e7;
}

#flags img:hover{
	border:2px solid #6f97d5;
}

#left {
	float: left;
/*	width: 243px;*/
	width: 220px;
/*	background-color:#FF0099;*/
}

#logo {
	width: 244px;
	height: 158px;
	background: url(../images/header_1.jpg) no-repeat;
	text-align: center;
	color: #595959;
}

#logo h1 {
	margin:0px;
}

#logo a span{
	visibility:hidden;
}

#logo a{
	width:244px;
	height:158px;
	display:block;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#logo p {
	margin: 8px 25px 4px 25px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding: 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#nav {
	margin-top:15px;
/*	padding-top:15px;*/
/*	padding-left:15px;*/
	margin-left:15px;
/*	background: url(../images/nav_left.jpg) no-repeat;*/
	background-color:#FFFFFF;
}

#validation {
	position:absolute;
	width:220px;
	text-align:center;
/*	padding-top:15px;*/
/*	padding-left:15px;*/
	margin-left:15px;
/*	margin-top:230px;*/
/*	background: url(../images/nav_left.jpg) no-repeat;*/
	bottom:65px;
}

#right {
	float: right;
/*	width: 490px;*/
	width: 513px;
	height:370px;
	padding-right: 9px;
	margin-top: 220px;
	padding-left: 9px;
	border-left: 1px;
	border-left-style:solid;
	border-left-color:#d4dce7;
}

#right h2 {
	font: 18px arial, sans-serif;
	color: #244475;
	border-bottom: 1px solid #d4dce7;
	padding-bottom: 2px;
	padding-left:5px;
	margin-bottom: 1em;
	background-image:url(../images/h2_bg.gif);
	background-repeat:repeat-x;
}

#right h3 {
	font: 14px arial, sans-serif;
	color: #244475;
	border-bottom: 1px solid #d4dce7;
	padding-bottom: 2px;
	padding-left:5px;
	margin-bottom: 1em;
	margin-top: 2em;
	background-image:url(../images/h2_bg.gif);
	background-repeat:repeat-x;
}

#welcome {
	margin-right: 2px;
	padding-right: 10px;
	border-right: 1px;
	border-right-style:solid;
	border-right-color:#d4dce7;
	padding-bottom:5px;
	text-align:justify;
}

/* estilos para navegación por árboles */
#arbol_prods{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	height:360px;
/*	min-height:300px;*/
	width:240px;
	float:left;
	overflow:auto;
	padding: 2px 2px 2px 6px;
	border-top: 3px double #d4dce7;
	border-left: 3px double #d4dce7;
	border-right: 3px double #d4dce7;
	border-bottom: 3px double #d4dce7;
	margin-bottom: 15px;
	background-color:#f1f2f3;
	background-image:url(../images/bckg_form_buscaprod.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#arbol_prods h2 {
	margin-left:27px;
	padding-top:3px;
	font-size: 12px;
	color: #244475;
	background-image:url(../images/more_mini_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#arbol_prods h3 {
	font-size: 9px;
	margin: 1em 8px 1em 0;
	color:#244475;
}

#arbol_prods p {
	font-size: 9px;
	margin: 1em 8px 1em 0;
	color:#424242;
}

#arbol_prods a {
	color: #244475;
	text-decoration: none;
}

#arbol_prods a:hover {
	color: #44b7aa;
	text-decoration: underline;
}

#div_pventas{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	height:364px;
/*	min-height:300px;*/
	width:266px;
	float:left;
	overflow:auto;
	padding: 0px;
	border-top: 3px double #d4dce7;
	border-left: 3px double #d4dce7;
	border-right: none;
	border-bottom: 3px double #d4dce7;
	margin-bottom: 15px;
	background-color:#ffffff;
	background-image:url(../images/bckg_buscapvta.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#lista_prods{
	width:230px;
	height:360px;
	float:right;
	padding: 2px 0px 2px 0px;
	border-top: 3px double #d4dce7;
	border-left: 3px double #d4dce7;
	border-right: 3px double #d4dce7;
	border-bottom: 3px double #d4dce7;
	margin-bottom: 15px;
	background-color:#f1f2f3;
}

#lista_tiendas{
	width:210px;
	height:260px;
	text-align:left;
	float:right;
	padding: 2px 0px 2px 0px;
	border-top: 3px solid #d4dce7;
	border-left: 7px solid #d4dce7;
	border-right: 3px double #d4dce7;
	border-bottom: 3px solid #d4dce7;
	margin-top:40px;
	margin-bottom: 15px;
	background-color:#f1f2f3;
	background-image:url(../images/backg_tiendas.jpg);
	background-repeat:no-repeat;
}

/* fin de estilos para navegación por árboles y similares */

#frnt {
	margin-right: 16px;
}

#right .left {
	margin-right: 10px;
}

#right .more {
	font-weight: bold;
	font-size: 10px;
	margin-top: -7px;
}

#leftsidefrnt, #rightsidefrnt {
	float: left;
	width: 49%;
}

#leftsidefrnt {
	margin-right: 1%;
}

#leftsidefrnt-img, #rightsidefrnt-img {
/*	background: url(../images/pic_2.jpg) no-repeat;*/
	width: 112px;
	height: 23px;
	float: left;
	margin-right: 18px;
	text-align: center;
	padding-top: 90px;
	font-size: 9px;
	font-weight: bold;
}

#rightsidefrnt-img {
/*	background: url(../images/pic_3.jpg) no-repeat;*/
}

#spacer {
	height: 1px;
}

#footer {
	background: url(../images/footer_bg.gif) repeat-y;
}

#copyright {
	text-align: center;
	height:40px;
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
/*	font-weight: bold;*/
	background-image:url(../images/copyright_bg.jpg);
	background-repeat:no-repeat;
}

#copyright img{
	margin-bottom:2px;
}

#copyright a:link, #copyright a:visited, #copyright a:active{
	color: #fed858;
	text-decoration:none;
}

#copyright a:hover{
	color: #3fb7ae;
	text-decoration:none;
}

#footerline{
	background: url(../images/footerline.gif) no-repeat;
	background-color:#bfbfbf;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

.azulNegrita{
	font-weight:bold;
	color:#32568b;
}

.azulNegritaTitle{
	display:block;
	font-weight:bold;
	color:#32568b;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#d4dce7;
}

.logoCz{
	font-family:Arial;
	font-variant:small-caps;
	font-weight:900;
	color:#003789;
	font-size:12px;
	font-stretch:extra-expanded;
}

.azulNormal{
	color:#32568b;
}

.cuadroDestacado{
/*	clear:both;*/
	margin:5px 0px 5px 0px;
	width: 75%;
	padding: 10px 2px 10px 7px;
	border: 1px solid #d4dce7;
	background-color:#f1f2f3;
	background-image:url(../images/cuadro_destacado_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.cuadroDestacadoHalf{
/*	clear:both;*/
	margin:5px 0px 5px 0px;
	text-align:left;
	width: 240px;
	padding: 10px 2px 10px 0px;
	border: 1px solid #d4dce7;
	background-color:#f1f2f3;
	background-image:url(../images/cuadro_destacado_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.cuadroDestacadoFull{
/*	clear:both;*/
	margin:5px 0px 5px 0px;
	width: 99%;
	padding: 5px 2px 5px 2px;
	border: 1px solid #d4dce7;
	background-color:#f1f2f3;
	background-image:url(../images/cuadro_destacado_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.divLightbox{
	clear:both;
	margin:0px;
	padding:0px 0px 0px 20px;
	border:none;
}

.divLightbox img{
	float:left;
	margin: 3px 15px 3px 5px;
	border-width:1px;
	border-style:solid;
/*	border-color:#666666;*/
	border-color:#d4dce7;
	padding: 2px;
	background-color:#FFFFFF;
}

.divLightbox img:hover{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
/*	background-color:#003789;*/
}

/**********************************************************************************************/
/* ESTILOS PARA LOS MENÚS ANIMADOS */
/**********************************************************************************************/

.divMenu{
width: 200px; /*width of accordion menu*/
/*background-color:#f1f4f7;*/
background-color:#f1f2f3;
padding: 2px 2px 2px 2px;
border-top: 3px double #d4dce7;
border-left: 3px double #d4dce7;
border-right: 3px double #d4dce7;
border-bottom: 3px double #d4dce7;
margin-bottom: 15px;
}

#mainmenu {
list-style:none;
margin:0px;
padding:0px;
}

#mainmenu li{
text-indent:15px;
background: url(../images/titlebar.jpg) bottom no-repeat;
margin-top:3px;
}

#mainmenu li a{
display:block;
height:14px;
width:200px;
margin:0px;
padding:0px;
font-family:"Arial";
font-size:10px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
/*display:block;*/
}

/* sólo para IE6 */
* html #mainmenu li a{
font-family:"Arial";
font-size:10px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#mainmenu li:hover{
background: url(../images/titlebar_hover.jpg) bottom no-repeat;
}

/******************* FIN MENÚ *************************************************************/

.cajicas_texto{
	width:40%;
	padding:15px 7px 15px 7px;
	margin:5px 0px 5px 0px;
	background-color:#f1f2f3;
	border-color:#d4dce7;
	border-style:solid;
	border-width:1px;
/*	border-top:none;
	border-bottom:none;
	border-style:none;*/
}

.cajicas_texto_max{
	padding:15px 7px 15px 7px;
	background-color:#f1f2f3;
	border-color:#d4dce7;
	border-style:solid;
	border-width:1px;
/*	border-top:none;
	border-bottom:none;
	border-style:none;*/
}

.rositaNegrita a{
	color:#e3368a;
	font-weight:bold;
}

#capa_contacto{
	margin-left:25px;
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:450px;
	height:300px;
	border:none;
}

#tabla_contacto{
	width:100%;
	border-color:#d4dce7;
	border-style:solid;
	border-width:1px;	
}

#tabla_contacto_dwn{
	border-collapse:collapse;
	width:100%;
	border-color:#d4dce7;
	border-style:solid;
	border-width:1px;
}

#tabla_contacto_dwn td{
	padding:2px;
	border-top-color:#d4dce7;
	border-top-style:solid;
	border-top-width:1px;
}

#tabla_contacto input, textarea, select{
	width:98%;
	border:1px solid #d4dce7;
	color:#375787;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fbfbfb;
}

.inputStandalone{
	border:1px solid #d4dce7;
	color:#375787;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#fbfbfb;
}

.botonSubmit{
	width:30%;
	border:1px solid #d4dce7;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	background-color:#4269a2;
	background-image:url(../images/bckg_botonsubmit.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.td_title{
	vertical-align:top;
	padding:2px 5px 0px 5px;
	width:30%;
	background-color:#f1f2f3;
	border: 1px solid #d4dce7;
}

.td_input{
	width:70%;
}

.td_input_dwn{
	text-align:center;
}

.rojico{
	color:#FF3333;
}

/* estilos para google maps (contactocz.asp) */

#map{
	float:left;
	border-color:#d4dce7;
	border-style:solid;
	border-width:1px;
}

.mapblubs{
	padding:0px 0px 0px 50px;
	text-align: left;
	font: 9px verdana, arial, sans-serif;
	color: #5e5e5e;
	background-image:url(../images/bckg_mapblubs.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

#mapTienda{
/*	height:264px;*/
	height:300px;
/*	min-height:300px;*/
	width:264px;
	float:left;
	overflow:auto;
	padding: 0px;
	border-top: 3px double #d4dce7;
	border-left: 3px double #d4dce7;
	border-right: 3px double #d4dce7;
	border-bottom: 3px double #d4dce7;
	margin-top:20px;
	margin-bottom: 15px;
	background-color:#ffffff;
}

.mapblubsTienda{
	padding:0px 0px 0px 0px;
	text-align: left;
	font: 9px verdana, arial, sans-serif;
	color: #5e5e5e;
}

/* estilos para la caja de al lado del mapa de CZ */

#addressBox{
	text-align: left;
	font: 9px verdana, arial, sans-serif;
	color: #5e5e5e;
	float:right;
	width:190px;
	height:180px;
	padding:15px 10px 15px 10px;
	margin:0px 0px 0px 5px;
	background-color:#f1f2f3;
	border-top-color:#d4dce7;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-color:#d4dce7;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-left-color:#e2e6ec;
	border-left-style:solid;
	border-left-width:10px;
	background-image:url(../images/backg_contactBox.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#addressBox img{
	float:left;
	border:none;
	margin-right:10px;
	margin-bottom:20px;
	vertical-align:middle;
}

#linea_separadorarr{
	clear:both;
	width:90%;
	height:1px;
	margin:5px 0px 5px 0px;
	border-bottom-color:#d4dce7;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

#divNews{
	width: 200px; /*width of accordion menu*/
	height:200px;
	margin-left:15px;
	/*background-color:#f1f4f7;*/
	background-color:#f1f2f3;
	padding: 0px 2px 2px 2px;
	border-top: 3px double #d4dce7;
	border-left: 3px double #d4dce7;
	border-right: 3px double #d4dce7;
	border-bottom: 3px double #d4dce7;
	margin-bottom:0px;
	background-image:url(../images/header_bckg_actualidad.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#fscroller{
	border-top:1px dotted #d4dce7;
	border-bottom:1px dotted #d4dce7;
	background-color:#FFFFFF;
	margin-top:40px;
	margin-left:10px;
	padding:5px;
	height:145px;
	width:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/*********************************************************************************/
/* ESTILOS PARA LOS ÁRBOLES Y PUNTOS DE VENTA */
/* formulario de búsqueda en el árbol */
#formulario_buscaprods{
	margin-top:5px;
	margin-left:10px;
}

#formulario_buscaprods input, select{
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#3d66a4;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#385b93;
	font-weight:bold;
	margin:0px;
}

.iframes {
	width: 100%;
	height:100%;
	font-size:7px;
	padding:0px;
	border:none;
	background-color:#f1f2f3;
}

.iframes h2 {
	margin-left:27px;
	padding-top:3px;
	font-size: 12px;
	color: #244475;
	background-image:url(../images/more_mini_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.iframes h3 {
	font-size: 9px;
	margin: 1em 8px 1em 0;
	color:#244475;
}

.iframes p {
	font-size: 9px;
	margin: 1em 8px 1em 0;
	color:#424242;
}

.iframes a {
	color: #244475;
	text-decoration: none;
}

.iframes a:hover {
	color: #44b7aa;
	text-decoration: underline;
}

.iframes .more {
	font-size: 9px;
}

#div_detalleprod{
	text-align:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px;
/*	background-color:#f1f2f3;*/
	font-size: 9px;
}

#div_detalleprod img{
	padding: 4px;
	background-color:#FFFFFF;
	border-top: 1px solid #d4dce7;
	border-right: 2px solid #d4dce7;
	border-bottom: 2px solid #d4dce7;
	border-left: 1px solid #d4dce7;
}

#div_detalleprod h1{
	text-align:center;
	border: 1px solid #d4dce7;
	margin-top:5px;
	padding: 2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bckg_nombreprod.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#083f8f;
	width:90%;
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
}

.boton_detalleprod{
	margin-left: 55px;
	text-align:center;
	border: 1px solid #d4dce7;
	margin-top:5px;
	padding: 2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bckg_nombreprod.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#083f8f;
	width:40%;
	display:block;
	color:#FFFFFF;
	font-size:10px;
	font-style:normal;
}

.boton_detalleprod a:link, .boton_detalleprod a:visited, .boton_detalleprod a:active{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

.boton_detalleprod a:hover{
	display:block;
	text-decoration:underline;
	color:#FFFFFF;
}

.div_detalleprod_azul{
	color:#23448d;
}

#div_detalleprod h2{
	border: 1px solid #d4dce7;
	margin-top:5px;
	padding: 2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	width:90%;
	color:#000000;
	font-size:10px;
	font-style:normal;
	background-image:url(../images/pventas_dir_bg.gif);
	background-repeat:repeat;
}

.div_mensajes{
	text-align:center;
	border: 1px solid #d4dce7;
	margin-top:5px;
	padding: 2px 5px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	width:200px;
	color:#000000;
	font-size:10px;
	font-style:normal;
}

.provinciaBlakk {
	color:#000000;
	text-decoration:none;
}

.provinciaBlakk a{
	color:#000000;
	text-decoration:none;
}
/* FIN ESTILOS PARA LOS ÁRBOLES */
/*****************************************************************************/

/*estilo para la lista de proveedores*/
.listaProveedores{
	text-align: left;
	font: 9px verdana, arial, sans-serif;
	color: #5e5e5e;
	width:420px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 5px;
	background-color:#f1f2f3;
	border-top-color:#d4dce7;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-color:#d4dce7;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-left-color:#e2e6ec;
	border-left-style:solid;
	border-left-width:10px;
}

.listaProveedores a{
	display:inline;
}

.listaProveedores a:visited, a:active{
	color:#244475;
}

.listaProveedores ul{
	padding:0px 20px 0px 10px;
	list-style:none;
}

.listaProveedores li{
	height:45px;
	padding: 5px 10px 8px 0px;
	border-bottom:1px solid #d4dce7;
	border-top:3px solid #d4dce7;
	background-color:#e2e6ec;
	margin-bottom:50px;
}

.listaProveedores img{
	float:left;
	margin-right:10px;
	margin-left:5px;
	border-top:1px solid #d4dce7;
	border-right:2px solid #d4dce7;
	border-bottom:2px solid #d4dce7;
	border-left:1px solid #d4dce7;
	margin-bottom:15px;
}

.listaProvSmall{
	position:relative;
	width:350px;
	left:30px;
}

.listaProvSmall li{
	background-color:#000000;
}

/*estilo para la lista de folletos*/
.listaFolletos{
	text-align: left;
	font: 9px verdana, arial, sans-serif;
	color: #5e5e5e;
	width:400px;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 5px;
	background-color:#f1f2f3;
	border-top-color:#d4dce7;
	border-top-style:dotted;
	border-top-width:1px;
	border-bottom-color:#d4dce7;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-left-color:#e2e6ec;
	border-left-style:solid;
	border-left-width:10px;
}

.listaFolletos a{
	display:inline;
}

.listaFolletos a:visited, a:active{
	color:#244475;
}

.listaFolletos ul{
	padding:0px 20px 0px 10px;
	list-style:none;
}

.listaFolletos li{
	height:140px;
	padding: 10px 10px 8px 0px;
/*	border-bottom:1px solid #d4dce7;*/
	border-bottom:1px solid #a2b9da;
/*	border-top:3px solid #d4dce7;*/
	border-top:3px solid #a2b9da;
	background-color:#e2e6ec;
	margin-bottom:100px;
}

.listaFolletos img{
	float:left;
	margin-right:30px;
	margin-left:10px;
/*	border-top:1px solid #d4dce7;
	border-right:2px solid #d4dce7;
	border-bottom:2px solid #d4dce7;
	border-left:1px solid #d4dce7;*/
	border-top:1px solid #a2b9da;
	border-right:2px solid #a2b9da;
	border-bottom:2px solid #a2b9da;
	border-left:1px solid #a2b9da;
	margin-bottom:15px;
}

#linksFolletos{
	position:relative;
	width:170px;
	text-align:right;
	float:right;
	top:5px;
	margin-bottom:10px;
	font-size:11px;
}

#infoFolletos{
	margin-left:20px;
	width:350px;
	padding: 5px;
	border-bottom:1px solid #d4dce7;
	border-top:3px solid #d4dce7;
	background-color:#FFFFFF;
	font-size:11px;
}

#infoFolletos a:hover{
	color:#47b6ad;
}

/* estilo para tooltips, por ejemplo en el mapa de puntos de venta */
#dhtmltooltip{
position: absolute;
width: 100px;
visibility: hidden;
z-index: 100;
border-style:solid;
border-width:1px;
border-color:#3d66a4;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#385b93;
font-weight:bold;
margin:0px;
padding:2px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120);*/
}
/* fin de estilo para tooltips */

#miniprovs{
width:190px;
/*float:right;*/
}

#miniprovs img{
float:left;
}

#miniprovs a{
display:inline;
}

#info_central_scroll{
margin:10px 0px 0px 15px;
/*padding:4px;*/
border:none;
height:340px;
width:470px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
font-width:normal;
}

/** estilos vigencia folletos **/
#vigencia_folleto{
width:220px;
position:relative;
top:15px;
right:50px;
background-color:#f5e1e1;
border-top:1px solid #ce9fa0;
border-bottom:1px solid #ce9fa0;
color:#d77d7f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
text-align:center;
clear:both;
float:left;
/*float:right;*/
}
/** fin estilos vigencia folletos **/

/** estilos textos legales **/
#avisoslegales{
padding:20px;
color:#2f2f2f;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
background-color:#ffffff;
margin:10px;
border:1px dashed #c2ccff;
}

#avisoslegales h1{
text-align:left;
width:100%;
font-size:25px;
color:#01388b;
border-bottom:1px solid #2f2f2f;
font-weight:normal;
margin-bottom:30px;
}

.apartadoLegales{
font-weight:bold;
border-bottom:1px solid #26457b;
font-size:13px;
}
/** fin estilos textos legales **/

/* estilos login */
#header_login_pre{
position:relative;
left:150px;
top:50px;
/*margin-right:auto;
margin-left:auto;*/
padding-top:2px;
width:209px;
height:103px;
background-image:url(../images/backg_login.gif);
background-repeat:no-repeat;
}

#formlogin{
margin:10px;
text-align:right;
}

.textinputs{
border:1px solid #c4c4c4;
padding:4px;
background-color:#ffffff;
font-size:13px;
color:#4070b3;
background-image:url(../images/backg_inputfield.gif);
background-position:left bottom;
background-repeat:repeat-x;
}

.mensaje_error{
text-align:center;
font-size:12px;
position:relative;
margin-left:auto;
margin-right:auto;
padding:10px;
width:80%;
background-color:#FBD9DA;
border-top:1px solid #CF5053;
border-bottom:1px solid #CF5053;
color:#CF5053;
margin-top:5px;
margin-bottom:5px;
}

.mensaje_exito{
font-size:12px;
text-align:center;
position:relative;
margin-left:auto;
margin-right:auto;
padding:10px;
width:80%;
background-color:#DCF8DE;
border-top:1px solid #9BE18E;
border-bottom:1px solid #9BE18E;
/*color:#7ebb73;*/
color:#61a655;
margin-top:5px;
margin-bottom:5px;
}

.bontontolaba{
background-color:#013888;
border:3px solid #6a93cf;
font-size:10px;
font-family:Verdana;
color:#ffffff;
cursor:pointer;
}

.bontontolaba:hover{
background-color:#6a93cf;
border-color:#013888;
}

#descargas_right_stuff{
position: relative;
margin-top, margin-bottom, margin-left:10px;
margin-right:30px;
min-height:200px;
padding: 10px;
border:1px solid #d4dce7;
background-color: #f7f9fc;
text-align:center;
}

.descargadocs_contenedora{
}

.descargadocs_portada{
	float:left;
	text-align:center;
}

.descarga_pdf{
}

.descarga_pdf img{
padding:10px;
border:1px solid #d8d8d8;
background-color:#ffffff;
}

.descarga_pdf img:hover{
border-color:#36598f;
}

.descargadocs_datos{
	position:relative;
	float:left;
	text-align:left;
	left:10px;
	top:20px;
	width:215px;
}

.descargadocs_separator{
	border-bottom:1px solid #36598f;
	clear:both;
	margin:10px 0px;
}

.azulil{
color:#36598f;
}
/* fin estilos login */
