/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

html, body {
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #bfcbd6;
	color: #565658;
	font-size: 11px;
}

.wrapper { 
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -122px; /*Cambiar este valor por la altura del footer pero dejarlo siempre en negativo*/
}

.header_site {
	height: 371px;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 10px;
	width: 100%;
/*	text-align:center;*/
}

.footer_site {
	background-repeat: repeat-x;
	background-position: left top;
	background-image:url(images/footerBackground.jpg);
	margin-top: 20px;
	height:122px;
}


#footer {
	width:960px;
	height:46px;
	margin:0px auto;
	padding:10px 0 0 0;
	text-align:center;
}

.push { 
	height: 122px; /* Cambiar por altura del footer */
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p{
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 13px;
	font-weight:bold;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* `Home - Destacados
----------------------------------------------------------------------------------------------------*/

/* En las distintas hojas de los navegadores */


/* `Footer
----------------------------------------------------------------------------------------------------*/
/*.footerIMG a{
	position:relative;
	float:left;
	display:block;
	padding-left:290px;
	margin:0px;
	border:0;
}*/
	
/*.footerIMG a:ahover{
	position:relative;
	float:left;
	display:block;
	padding-left:280px;
	margin:0px;
	border:0;
}*/
/*.footer_txt{
	position:relative;
	float:left;
	display:block;
	padding-top:17px;
	padding-left:20px;
	padding-right:360px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}*/
#fotitologocade{
	display:block;
	position:relative;
	float:left;
	width:112px;
	height:100px;
}
	
#footer-botonera{/*Botonera Footer*/
	position:relative;
	float:left;
	display:block;
	width:330px;
	text-align:left;
	padding-left:20px;
	/*background-color:#306;
	padding-top:17px;
	padding-right:360px;*/
}
#footer-contacto{/*Datos de contacto*/
	position:relative;
	float:left;
	display:block;
	width:450px;
	text-align:left;
	/*background-color:#000;
	padding-top:17px;
	padding-left:20px;
	padding-right:360px;*/
}
#footer-firma{/*Logo Intermedia*/
	position:relative;
	float:left;
	display:block;
	width:160px;
	/*background-color:#fc9;
	padding-top:17px;
	padding-left:20px;
	padding-right:360px;*/
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


/* `jQuery para SlideShow en Productos
----------------------------------------------------------------------------------------------------*/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow2 {
    position:relative;
    height:350px;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow2 IMG.active {
    z-index:10;
}

#slideshow2 IMG.last-active {
    z-index:9;
}



#slideshow3 {
    position:relative;
    height:350px;
}

#slideshow3 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow3 IMG.active {
    z-index:10;
}

#slideshow3 IMG.last-active {
    z-index:9;
}



#slideshow4 {
    position:relative;
    height:350px;
}

#slideshow4 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow4 IMG.active {
    z-index:10;
}

#slideshow4 IMG.last-active {
    z-index:9;
}


#slideshow5 {
    position:relative;
    height:350px;
}

#slideshow5 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow5 IMG.active {
    z-index:10;
}

#slideshow5 IMG.last-active {
    z-index:9;
}

#slideshow6 {
    position:relative;
    height:350px;
}

#slideshow6 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow6 IMG.active {
    z-index:10;
}

#slideshow6 IMG.last-active {
    z-index:9;
}




