/* CSS Document */


@font-face {
        font-family: Open Sans;
        src: url('http://estaticos.elmundo.es/fonts/open_sans/OpenSans-Regular.ttf');
}

@font-face {
        font-family: Open Sans;
        font-weight: bold;
        src: url('http://estaticos.elmundo.es/fonts/open_sans/OpenSans-ExtraBold.ttf');
}


/* RESET */

* {margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }
li{list-style: none;}
a{outline: none;text-decoration: none;}
a img {border:0;}
th, td{vertical-align: top;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style:normal;}
/* PARA ETIQUETAS DE HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}

body{font:75%/1 Arial, Helvetica, sans-serif; width:100%; height: 100%; }


#contenedor{
	display:block;
	position:relative;
	width:990px;
	margin:0 auto;
}

.col {float:left;}

.col + .col {
    margin-left: 20px;
}

.col-1 {width:62px;}
.col-2 {width:144px;}
.col-3 {width:226px;}
.col-4 {width:308px;}
.col-5 {width:390px;}
.col-6 {width:472px;}
.col-7 {width:554px;}
.col-8 {width:636px;}
.col-9 {width:718px;}
.col-10 {width:800px;}
.col-11 {width:882px;}
.col-12 {width:964px;margin:0;}
.col-12 + .col{margin-left:0;}
.toda-pagina {width:990px;margin-left:-13px;}

.col-0b {width:21px;}
.col-1b {width:103px;}
.col-2b {width:185px;}
.col-3b {width:267px;}
.col-4b {width:349px;}
.col-5b {width:431px;}
.col-6b {width:513px;}
.col-7b {width:595px;}
.col-8b {width:677px;}
.col-9b{width:759px;}
.col-10b {width:841px;}
.col-11b {width:923px;}

/* cabecera */

#cabecera {
    /*float: left;*/
    height: 155px;
    margin-top: -5px;
    position: relative;
    width: 100%;
    z-index: 9999 !important;
}

#cabecera img.logo {
    float: left;
    left: -50px;
    position: absolute;
    top: 5px;
    z-index: 9999 !important;
}

#cabecera h1 {
    font: bold 380% 'Open Sans',sans-serif;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}

#cabecera h1 a {
    color: #000000;
}

#cabecera h1 a span.fashion {
    color: #C02D58;
    float: left;
    left: 185px;
    letter-spacing: 0;
    position: absolute;
    top: 73px;
}

#cabecera h1 a span.week {
    color: #C02D58;
    float: left;
    left: 404px;
    letter-spacing: 0;
    position: absolute;
    top: 73px;
}

#cabecera h1 a span.ciudad {
    color: #FFFFFF;
    float: left;
    left: 540px;
    letter-spacing: -1px;
    position: absolute;
    top: 73px;
}

#cabecera h1 a span.borrar {
    display: none;
}

#cabecera h1 a span.temporada {
    color: #FFFFFF;
    float: left;
    font-size: 40%;
    font-weight: normal;
    left: 543px;
    letter-spacing: 2px;
    line-height: 110%;
    position: absolute;
    top: 40px;
    width: 190px;
}

#cabecera h1 a span.fecha {
    float: left;
    font: bold 60% 'Open Sans',sans-serif;
    left: 540px;
    letter-spacing: -1.2px;
    position: absolute;
    text-transform: uppercase;
    top: 122px;
}

.redes {
    float: right;
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 9999;
}

.redes div {
    clear: left;
    float: left;
    height: 30px;
}

/*menu portada*/
.derecha{
	width:225px;
	padding:0 20px 20px 20px;
	margin:60px 50px 20px 0;
	float:right;
	-webkit-border-radius: 12px; 
    border-radius: 12px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.derecha h3{
	text-transform:uppercase;
	font:small-caps 14px/28px Georgia,"Times New Roman",Times,serif;
	margin-top:20px;
}

li.destacado {
    font: 14px/18px Georgia,"Times New Roman",Times,serif;
    margin-bottom: 5px;
}

li.destacado a {
    color: #FFFFFF;
    text-decoration: none;
}

li.destacado a:hover{
	text-decoration:underline;
}

/*interiores*/
body.disenador #contenido{

    margin: 0px auto;
	padding-top:75px;
	padding-left:20px;
	display:block;
	overflow:hidden;
    
}

body.disenador #contenido .cuerpo h1 {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: left;
    font-size: 190%;
    line-height: 120%;
    margin: 0 0 10px;
    padding: 10px;
    position: relative;
    width: 452px;
}

body.disenador #contenido .cuerpo h1 strong {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
}

body.disenador #contenido .cuerpo h1 em {
    clear: left;
    color: #000000;
    float: left;
    font-size: 120%;
    font-style: normal;
}

#contenido p {
    color: #fff;
    font: 120%/150% Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
}

#contenido h2 {
    font: 220%/120% 'Open Sans',sans-serif;
    margin: 10px 0;
}

body.disenador #contenido .belleza {
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 90%;
    margin: 0 0 20px;
    padding: 10px 20px;
    position: relative;
    width: 432px;
    z-index: 1;
}

body.disenador #contenido .belleza p {
    color: #000000;
}

/*album*/
.foto-album {
    float: left;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

#id_contenedor_reproductor {
    /*background-color: #5B7092;*/
    float: left;
    position: relative;
    width: 441px !important;
}

.contenedorImagenes {
    background: none repeat scroll 0 0 #4A4646;
    float: left;
    height: 706px !important;
    margin-bottom: 15px;
    position: relative;
    width: 472px !important;
}

.boton_prev {
    background: url("http://estaticos.elmundo.es/yodona/cibeles/2012/img/album/arrows_left_big.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: left;
    height: 40px;
    left: 0;
    opacity: 0.6;
    padding: 0 10px;
    position: absolute;
    top: 333px;
    width: 40px;
    z-index: 1000;
}

.boton_next {
    background: url("http://estaticos.elmundo.es/yodona/cibeles/2012/img/album/arrows_right_big.png") no-repeat scroll center center transparent;
    cursor: pointer;
    float: right;
    height: 40px;
    opacity: 0.6;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 333px;
    width: 40px;
    z-index: 1000;
}

#rp_numeracion {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font: bold 140% Arial,Helvetica,sans-serif;
    padding: 3px 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10000;
}

body.disenador #contenido .foto-album img.album_img {
    float: left;
    height: 706px !important;
    padding: 0 !important;
    position: relative;
    width: 472px !important;
}

.contenedor_reproductor .leftB, #popUp .leftB {
    background: url("http://estaticos.elmundo.es/yodona/cibeles/2012/img/album/arrows_left_small.png") no-repeat scroll left center transparent;
}

.contenedor_reproductor .leftB, .foto-album .contenedor_reproductor .rightB, #popUp .leftB {
    z-index: 9999;
}

.contenedor_reproductor .leftB, #popUp .contenedor_reproductor .leftB {
    left: 0;
}

.contenedor_reproductor .leftB, .contenedor_reproductor .rightB, #popUp .leftB, #popUp .rightB {
    bottom: 10px;
    float: left;
    font: bold 170%/125% "Lucida Console";
    height: 95px;
    position: absolute;
    text-indent: -9999px;
    width: 15px;
}

.contenedor_reproductor .rightB, #popUp .rightB {
    background: url("http://estaticos.elmundo.es/yodona/cibeles/2012/img/album/arrows_right_small.png") no-repeat scroll left center transparent;
}

.contenedor_reproductor .rightB, #popUp .contenedor_reproductor .rightB {
    right: -30px;
}


.contenedor_carrusel {
    display: inline;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    padding: 10px 0;
    width: 441px;
}

.botonera_reproductor li {
    background-color: #000000;
    cursor: pointer;
    float: left;
}

.botonera_reproductor li.seleccionada img {
    border: 2px solid #000000;
}

.botonera_reproductor li img {
    border: 1px solid #FFFFFF;
    float: left;
    height: 89px;
    width: 59px;
}

.ampliar {
    background: url("http://estaticos.elmundo.es/yodona/cibeles/2012/img/album/ampliar.png") no-repeat scroll 0 0 #000000;
    cursor: pointer;
    display: none;
    font-weight: bold;
    height: 27px;
    opacity: 0.75;
    position: absolute;
    right: 5px;
    text-indent: 1e+8px;
    top: 5px;
    width: 27px;
    z-index: 1000;
}

/*bloque bajo album*/
#contenido .col.lista-disenadores {
    border-top: 6px dotted #FFFFFF;
    margin-left: 0;
    padding-top: 20px;
}

#modulo_disenadores {
    float: left;
    font-size: 90%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

#contenido #ediciones-anteriores2 {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

#contenido #ediciones-anteriores2 h2 {
    border-bottom: 1px dotted #CCCCCC;
    color: #fff;
    font: 180% 'Open Sans',sans-serif;
    margin-bottom: 13px;
}

#ediciones-anteriores2 dl {
    float: left;
    position: relative;
    width: 80%;
}

#ediciones-anteriores2 .ediciones-anteriores dt {
    border: 1px solid #CCCCCC;
    color: #fff;
    display: inline;
    float: left;
    font: 120%/80% 'Open Sans',sans-serif;
    height: 10px;
    margin: 0 5px 5px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 48px;
}

#ediciones-anteriores2 .ediciones-anteriores dd {
    border-bottom: 1px dotted #CCCCCC;
    color: #E1E1E1;
    display: inline;
    float: left;
    font-size: 120%;
    height: 10px;
    margin: 0 5px 5px;
    padding: 11px 5px 10px;
    position: relative;
    text-transform: capitalize;
    width: 181px;
}

#contenido #ediciones-anteriores2 .ediciones-anteriores dd a {
    text-decoration: none;
}


/*pie*/
#site_info {
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 85%;
    margin: 0 45px;
    padding: 10px 0 30px;
    position: relative;
    width: 900px;
    z-index: 9999;
}

#site_info ul, #site_info li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}

#site_info ul, #site_info li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}

#site_info .credits {
    border-color: #777777;
    border-style: solid;
    border-width: 0 1px;
    display: inline;
    margin-right: 5px;
    padding: 0 5px;
}

#site_info .contact {
    border-right: 1px solid #777777;
    margin-left: 0;
    margin-right: 5px;
    padding-right: 5px;
}

#site_info a {
    color: #E1E1E1;
    text-decoration: none;
}

#site_info a:hover {
    color: #888888;
}













/*publicidad*/

#publicidad_superior {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.wrap {
    display: block;
    margin: 0 auto;
    width: 990px;
}

.publicidad_728 {
    float: left;
    margin-right: 6px;
    width: 728px;
}

.publicidad_234 {
    float: left;
    width: 234px;
}



