
/* Navigation
-------------------------------------------------------------- */

ul.menu a{
	float: right;
	list-style-type: none;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	text-indent: 0px;
	padding: 8px 30px 2px 30px;
}
li.menuin,
li.menu{
	display: inline;
}
li.menuin a,
li.menuin a:link,
li.menuin a:visited{
	color: #693;
	text-decoration: none;
	float:  right;
	margin: 5px 0px;
	height: 20px;
	border-right: 1px solid #9c6;
}
li.menu a,
li.menu a:link,
li.menu a:visited{
	color: #693;
	text-decoration: none;
	float:  right;
	margin: 5px 0px;
	height: 20px;
	border-right: 1px solid #9c6;
}
li.menuin a:hover,
li.menuin a:focus,
li.menuin a:active,
li.menu a:hover,
li.menu a:focus,
li.menu a:active{
	color: #060;
}
.menu li.down a,
.menu li.down a:link,
.menu li.down a:visited{
	color: #333;
}

/* Language
-------------------------------------------------------------- */

.idioma p{
	font-size: 0.9em;
	text-align: right;
	padding: 3px 20px 0px 0px;
	color: #333;
}
.idioma p a,
.idioma p a:link,
.idioma p a:visited{
	color: #fff;
	border: none;
}
.idioma p a:hover,
.idioma p a:focus,
.idioma p a:active{
	color: #333;
	border: none;
}

/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6{
	text-transform: capitalize;
	color: #333;
	font-weight: bold;
	display: block;
	font-size: 1em;
	line-height: 1em;
}
h1{
	margin: 30px 0px 2px 0px;
	padding: 7px 0px 7px 8px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
h2{
	margin: 30px 0px -5px 0px;
	padding: 8px 0px 8px 8px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
h3{
	padding: 8px 0px 8px 13px;
	border-top: 3px solid #ccc;
	border-bottom: 1px dotted #ccc;
}

/* Links
-------------------------------------------------------------- */

p a,
p a:link,
p a:visited,
.right a,
.right a:link,
.right a:visited{
	text-decoration: none;
	padding-bottom: 1px;
	color: #693;
	border-bottom: 1px solid #cf9;
}
p a:hover,
p a:focus,
p a:active,
.right a:hover,
.right a:focus,
.right a:active{
	color: #9c6;
	border-bottom: 1px solid #9c6;
}
.slideshow img{
	margin: 0px;
	padding: 0px;
}
.slideshow a,
.slideshow a:link,
.slideshow a:visited{
	font-size: 0px;
	text-decoration: none;
	margin: 1px;
	padding: 2px;
	float: left;
	background-color: #ccc;
	border: 1px solid #999;
}
.slideshow a:hover,
.slideshow a:focus,
.slideshow a:active{
	background-color: #9c6;
	border: 1px solid #999;
}

/* Text elements
-------------------------------------------------------------- */

p {
	font-size: 1em;
	line-height: 1.7em;
	color: #666;
}
	.left p{
		margin-bottom: 25px;
	}
	.right p{
		margin: 8px;
	}
	.slideshow p{
		margin: 0px;
		padding: 0px;
	}
	.slideshow .descripcion{
		padding: 15px 8px 0px 8px;
	}
.slideshow .bold p,
strong,
b{
	font-weight: bold;
}
p img{
	margin: 10px 0px 5px -15px;
}
img.grafico{
	margin: 0px 0px 5px 0px;
}
.footer p{
	font-size: 0.80em;
	line-height: 1.6em;
	text-align: center;
	color: #666;
	padding: 0px;
}
	.footer strong{
		font-weight: bold;
		color: #666;
	}
	.footer a,
	.footer a:link,
	.footer a:visited{
		border-bottom: 1px dotted #666;
	}
	.footer a:hover,
	.footer a:focus,
	.footer a:active{
		border-bottom: 1px dotted #fff;
	}

/* Lists
-------------------------------------------------------------- */

ul#navegacion-productos{
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}
li.item-productos a,
li.item-productos a:link,
li.item-productos a:visited{
	text-decoration: none;
	padding: 13px 15px;
	margin: 1px 0px 0px 0px;
	display: block;
	background-color: #cf9;
	color: #666;
}
li.item-productos a:hover,
li.item-productos a:focus,
li.item-productos a:active{
	background-color: #9c6;
	color: #333;
}
ul#navegacion-productos .down a,
ul#navegacion-productos .down a:link,
ul#navegacion-productos .down a:visited,
ul#navegacion-productos .down a:hover,
ul#navegacion-productos .down a:focus,
ul#navegacion-productos .down a:active{
	padding-left: 25px;
	color: #333;
	background: #cfc url(../images/down.jpg) no-repeat;
	background-position: left center;
}



ul#navegacion-bugallo{
	font-weight: bold;
	font-size: 1em;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}
li.item-bugallo a,
li.item-bugallo a:link,
li.item-bugallo a:visited{
	text-decoration: none;
	padding: 3px 15px;
	margin: 1px 0px 0px 0px;
	display: block;
	background-color: #cf9;
	color: #666;
}
li.item-bugallo a:hover,
li.item-bugallo a:focus,
li.item-bugallo a:active{
	background-color: #9c6;
	color: #333;
}
ul#navegacion-bugallo .down a,
ul#navegacion-bugallo .down a:link,
ul#navegacion-bugallo .down a:visited,
ul#navegacion-bugallo .down a:hover,
ul#navegacion-bugallo .down a:focus,
ul#navegacion-bugallo .down a:active{
	padding-left: 25px;
	color: #333;
	background: #cfc url(../images/down.jpg) no-repeat;
	background-position: left center;
}



ol#lista-descarga{
	font-weight: bold;
	font-size: 1em;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px 0px 20px 0px;
}
ol#lista-descarga li a,
ol#lista-descarga li a:link,
ol#lista-descarga li a:visited{
	line-height: 1.1em;
	text-decoration: none;
	display: block;
	padding: 4px 0px 6px 13px;
	border-bottom: 1px dotted #ccc;
	background: #fff url(../images/down_blanco.jpg) no-repeat;
	background-position: left center;
	color: #693;
}
ol#lista-descarga li a:hover,
ol#lista-descarga li a:focus,
ol#lista-descarga li a:active{
	color: #9c6;
}

/* Error
-------------------------------------------------------------- */

h6{
	font-size: 3em;
	color: #903;
	border-bottom: 1px dotted #903;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 0px 0px;
}
p.error404 {
	color: #333;
	text-align: center;
	margin: 0px 0px 90px 0px;
	padding: 0px;
}
p.error404 a,
p.error404 a:link,
p.error404 a:visited{
	text-decoration: none;
	color: #693;
	border-bottom: 1px solid #cf9;
}
p.error404 a:hover,
p.error404 a:focus,
p.error404 a:active{
	color: #9c6;
	border-bottom: 1px solid #9c6;
}
