body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #EFEFEF;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    outline-style: none;
}
a:active {
width:0px;height:0px;outline:0px;
}
form {
    width:      360px;
}
.clr {
    clear: both;
}
h2 {
    color: #e36616;
    font-size: 1.8em;
    margin-bottom: 10px;
    }
h4 {
    color: #e36616;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 5px;
    }

img {
    border: none;
}
#supLinea{
    height: 30px;
    width: 100%;
    background: #333333;
}
    #supMenu{
        color: #ffffff;
        width: 890px;
        height: 24px;
        position: absolute;
        margin: 5px 0 0 -445px;
        left: 50%;
        font-size: 1.2em;
    }
#cabecera{
    background: #ffffff;
    height: 100px;
    width: 100%;
}
    #cabeceraCentro{
        height: 100px;
        width: 900px;
        margin: 0 auto;
    }
    #logotipo{
        width: 300px;
        height: 70px;
        margin: 15px 0 0 0;
        float: left;
    }
    #menu{
        color: #EE7D0C;
        width:540px;
        height: 40px;
        margin: 30px 0 0 0;
        float: right;
    }
#destacado{
    height: 320px;
    background: #E26718 url(../imgPublic/fondoDestacado.gif) center;
}
    #destacadoCentro{
        height: 320px;
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #show_1, #show_2, #show_3, #show_4{
        height:320px;
        position:relative;
        top:0px;
        width:960px;
        z-index: 0;
    }
    #show_2{
        top:-320px;
        left:1100px;
   }
    #show_3{
        top:-640px;
        left:2200px;
    }
    #show_4{
        top:-960px;
        left:3300px;
    }
    #destacadoCentro .destacadoImagen{
            width: 490px;
            height: 320px;
            float: left;
        }
        #destacadoCentro .destacadoMensaje{
            color:          #FFFFFF;
            float:          left;
            font-size:      1.6em;
            font-weight:    bold;
            height:         150px;
            margin:         50px 0 0 20px;
            width:          335px;
        }
        #destacadoCentro .destacadoBotones{
            width: 390px;
            height: 40px;
            margin:25px 0 0 20px;
            float: left;
        }
#contenedorContenido {
    width: 100%;
    background: #ffffff;
}
#contenido{
    width: 900px;
    margin: 0 auto;
}
#cierre{
    background:#EFEFEF;
    height:140px;
    position:relative;
    width:100%;
    border-top:40px solid #FFFFFF;
}
    #cierreCentro{
        height:120px;
        margin:0 auto;
        padding:10px 0 0;
        width:900px;
    }