/* CSS Document */

a{
	color: #A53B23;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #7C2C1B;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #1F1A17;
}

/* =cabecera */
div#cabecera{
	background: #FFF url(images/bg-body.png) center top no-repeat;
	text-align: center;
}
div#cabecera h1 {
	text-indent: -9999px;
	float:left;
	display:none;
}
div#cabecera img{
	padding-top: 3px;
}

/* =navegacion */
div#navegacion{
	background: transparent url(images/bg-navegacion.png) center center no-repeat;
	width: 771px;
	margin: 0 auto;
}
div#navegacion a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 18px;
}
div#navegacion a:hover{
	color: #FCDB00;
}
div#navegacion a.activo{
	color: #FCDB00;
	background: transparent url(images/bg-menu-selected.png) center top no-repeat;
}
ul#nav {
	height: 58px;
	background: transparent url(images/bg-menu.png) left center repeat-x;
	width: 760px;
	margin: 0 auto;
	padding-top: 1px;

}

ul#nav li{
	display: inline;
	padding:0 23px;
	position: relative;
	top: 19px;
}

/* =contenido */
div#contenido{
	width: 680px;
	margin: 0 auto;
	border: #CCC 1px solid;
	border-top: none;
	background: #FFF url(images/bg-contenido.png) left top repeat-x;
	position: relative;
	top: -1px;
	padding: 40px;
	min-height:430px;
}
h2{
	background: transparent url(images/bg-h2.gif) left top no-repeat;
	height: 28px;
	width: 294px;
	font-size: 18px;
	color: #1F1A17;
	font-weight: bold;
	position: relative;
	left: -48px;
	margin-bottom: 25px;
	padding: 5px 0 0 45px;
}
h2.inverted{
	background: transparent url(images/bg-h2-inv.gif) right top no-repeat;
	text-align: right;
	padding: 5px 45px 0 0;
}
div#contenido div#ultimas-noticias-home{
	border: #999 1px solid;
	padding: 5px;
	width: 331px;
	margin-bottom: 25px;
}
div#contenido div#ultimas-noticias-home img{
	padding: 4px;
	border: #999 1px solid;
	clear: left;
}
h3{
	margin-bottom: 10px;
}
h3, p.todas-noticias-home{
	clear: both;
}
a.img-noticia-home{
	float: left;
	margin-right:10px;
}
a.img-noticia-home img{
	background-color: #FFF;
}
p.read-more-home{
	padding-bottom: 20px;
}
p.todas-noticias-home{
	background: transparent url(images/todas-noticias-home.png) right center no-repeat;
	color: #FFF;
	text-align: right;
	position: relative;
	left: 5px;
	top: 5px;
}
p.todas-noticias-home a{
	color: #FFF;
	padding-right: 5px;
}
ul#banners-portada{
	position:absolute;
	left:395px;
	top:93px;
}
ul#banners-portada li{
	padding: 0 0 25px 0;
}
p.texto-noticia-home{
	padding-left: 120px;
}
/* =pie */
div#pie{
/*	width: 760px;
	margin: 0 auto;*/
	text-align: center;
	background: transparent url(images/bg-pie.png) center top no-repeat;
	height: 113px;
	position: relative;
	top:-8px;
	z-index:-1;
	padding-top: 20px;
}


/* =catalogo */
ul#banner-catalogo li{
	padding-bottom: 25px;
	clear: both;
	margin-bottom: 25px;
}
ul#banner-catalogo a{
	float: left;
	margin-right: 25px;
}
p.breadcrumbs{
	margin: 10px 0;
}
/* =noticias */
div#contenido-noticias{
	float: left;
	width: 400px;
}
div.lateralbox{
	width: 300px;
	left:475px;
	position:absolute;	
}
div.lateralbox ul#imagenes{
	margin: 15px 0;	
}
div.lateralbox ul#imagenes li{
	padding: 15px 0;
}
div#contenido-noticias h3.titulo-not-interior{
	font-size: 14px;
	font-weight: bold;
}

.noticia{
	background-color: #FFFEF0;
	border: #999 1px solid;
	margin-bottom: 15px;
	padding: 10px;
}
div.noticia p.imgnot1 {
	float: left;
	margin: 0 10px 10px 0;
}
p.texto-resumen-noticia{
	padding-left: 130px;
}
/* =navegacion-noticias */
div.navrec{
	clear: both;
	padding-bottom: 15px;
}
div.nav {
/*	border-top: 1px dotted #7d9294;*/
	margin: 10px 0 0;
	display: block;
}

div.nav ul {
	margin: 5px 0 0;
	font-size: .97em;
	padding: 5px;
}

div.nav li {
	padding: 3px 5px!important;
	font-size: .97em!important;
	background-image: none!important;
	float: left;
	display: inline;
	background-color: #FCDB00!important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 5px 0;
	font-weight: bold;
}

div.nav li.NAV_selected {
	background-color: #FFFEF0!important;
	padding: 6px 10px!important;
	display: block;
	font-weight: normal;
	border: #CCC 1px solid;
}
div.nav li a {
	display: block;
	padding: 3px 5px!important;
	color: #1F1A17;
}


/* =galeria */
ul#galeria{
	margin-left: 50px;
}
ul#galeria a{
	text-decoration: none;
}
ul#galeria li{
float:left;
height:130px;
margin:0pt;
padding:10px;
position:relative;
width:180px;
cursor: pointer;
}
ul#galeria img{
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #888888;
	padding:5px;
}
ul#galeria li:hover img{
	border-color: #000;
}
ul#galeria em{
	background:#FFFFFF url(images/grey-gradient.gif) repeat-y scroll 0% 0%;
	border-color:#999999 rgb(153, 153, 153) rgb(153, 153, 153) rgb(136, 136, 136);
	border-style:solid;
	border-width:1px;
	color:#000000;
	display:block;
	font-style:normal;
	left:-6px;
	padding:2px 10px;
	position:absolute;
	top:120px;
	width:81px;
}
ul#galeria li:hover em{
	background:#FFDB01 url(images/orange-gradient.gif) repeat-y scroll 0% 0%;
	border-color:#C25B08;
}
.highslide-galeria {
	cursor: pointer;
    outline: none;
}

/* =contactar */
div#formContacto{
	width: 400px;
	float: left;
	background-color: #FFFEF0;
	margin: 15px 0 25px 0;
	padding: 10px;
	border: #CCCCCC 1px solid;
}
div#formContacto img{
	padding: 5px;
}
div#formContacto input#KT_Custom1{
	width: 75px;
	cursor: pointer;
	margin: 15px 0;
	background-color: #666;
	border: #333 2px solid;
	border-bottom: #000 2px solid;
	border-right: #000 2px solid;
	color: #FFF;
	font-weight: bold;
}

div#formContacto, div#donde-estamos{
	text-align: left;
	width: 350px;
}
div#donde-estamos{
	width: 300px;
	float: right;
	text-align: right;

}div#formContacto label{
	display: block;
	margin-top: 8px;
}
div#formContacto input, div#formContacto textarea{
	padding: 5px;
	background-color: #FFF;
	border: #CCC 1px solid;
	width: 280px;
	color: #333;
}

p.ok{
	color: #009933;
	font-weight: bold;
	padding: 10px;
	border: #108000 2px solid;
	background-color: #CEFFCC;
	margin: 0 0 15px 0;
}
div#donde-estamos h2.inverted{
	position:absolute;
	top:39px;
	left:428px;
}
div#donde-estamos img{
	margin-top: 25px;
}
p.org{
	display: none;
}

/* =productos */
img.floatRight{
	margin: 15px 0;
	float: right;
}
img.floatLeft{
	margin: 15px 0;
	float: left;
}
p.pproducto{
	clear:both;
}


/* =empresa */
p.pempresa{
	margin-bottom: 15px;
}

div#imgEmpresa{
	background-color: #FEF3A5;
	margin: 20px 0;
	width: 600px;
	height: 150px;
	margin-left: 34px;
}
div#imgEmpresa img{
	margin:13px 21px;
	padding:5px;
	border: #900 1px solid;
	background-color: #FFF;
}

/* =mapa-web */
ul#mapaweb li{
	margin: 25px;
}

/* @group Highslide */

.highslide {
	cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
    font-weight: bold;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    height: 16px;
    
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-dimming {
	position: absolute;
	background: black;
}
/* Controlbar */
.controlbar {	
	background: url(../js/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../js/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* @end */



/* @group Hacks */

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}