/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* COMENZAMOS */

body {
    font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; /*Sets all fonts to 10px for easy sizing with em*/
    background: #FFF url(../img/fondo.png) repeat-x top left;
    padding-top:163px;
}

a {
    text-decoration:none;
    color: #333;
}
a:hover {
    text-decoration:underline;
}

/* tag admin */
#adminTag {
      float:right;
      font-size:1.5em;
      background:white;
      border:1px solid #999;
}
#adminTag a {
      padding:.5em;
      display:block;
}
#adminTag a:hover {
      background-color:#333;
      color: white;
      text-decoration:none;
}


/* contenido */

#contenido {
    width:700px;
    background: url(../img/fondo-contenido.png) repeat-x top left;
    margin: 0 20px 0 20px;
    padding:20px;
}

/* Publicidad */
#publicidad {
    position:absolute;
    top: 180px;
    left: 780px;
    width: 200px;
    border:1px solid #EFEFEF;
    
}


/* Cabecera */
#cabecera {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

#cabecera img.logotipo {
    position:relative;
    top:47px;
    left:18px;
    width:215px;
    height: 73px;
}

/* Botones de las diferentes ediciones */
#cabecera ul.botones {
    position:absolute;
    left:0;
    top:15px;
}

#cabecera ul.botones li {
    height:20px;
    float:left;
    display:block;
    color: white;
    margin:0 0 0 20px;
}

#cabecera ul.botones li a {
    height:17px;
    padding: 3px 20px 0 20px;
    color: #FFF;
    float:left;
    display:block;
}


#cabecera ul.botones li.azul {
    background: url(../img/boton_azul.png) no-repeat top left;
}

#cabecera ul.botones li.rojo {
    background: url(../img/boton_rojo.png) no-repeat top left;
}

#cabecera ul.botones li.verde {
    background: url(../img/boton_verde.png) no-repeat top left;
}

#cabecera ul.botones li.azul a {
    background: url(../img/boton_azul_der.png) no-repeat top right;
}

#cabecera ul.botones li.rojo a {
    background: url(../img/boton_rojo_der.png) no-repeat top right;
}

#cabecera ul.botones li.verde a {
    background: url(../img/boton_verde_der.png) no-repeat top right;
}

/* Opciones de la revista */
#cabecera ul.revista {
    position:absolute;
    top:0;
    right:0;
}

#cabecera ul.revista li {
    float: right;
    display:block;
    padding:0 .5em 0 .5em;
    font-size:1.1em;
    padding-top:8px;
    color: #FFF;
}

#cabecera ul.revista li a {
    text-transform:uppercase;
    color: #FFF;
}

/* Menu de secciones */
#cabecera ul.secciones {
    position:absolute;
    top:135px;
    left:0;
}

#cabecera ul.secciones li {
    height:28px;
    float:left;
    display:block;
    border-right: 1px solid #CCC;
}

#cabecera ul.secciones li a {
    height:28px;
    font-size:1.2em;
    color: black;
    padding:5px 1.9em 0 1.9em;
    color: #333;
    float:left;
    display:block;
}

#cabecera ul.secciones li a:hover {
    background: url(../img/fondo_barra_secciones.gif) repeat-x top left;
    text-decoration:none;
    color: #000;
}


/* Formulario de busqueda */
#cabecera form {
    position:absolute;
    top:40px;
    right:0;
    text-align:right;
}

#cabecera form input {
/*    display:block;*/
    margin:10px;
    color: #FFF;
}

#cabecera form input[type=text] {
    border:1px solid #CCC;
    font-size:1.5em;
    padding:4px;
    margin:10px;
    color: #333;
    background:white url(../img/fondo_busqueda.png) no-repeat top left;
}

#cabecera form input[type=text]:focus {
    background: white;
    border: 1px solid black;
}

#cabecera form input[type=image] {
    margin:10px;
    position:absolute;
    right:0;
}

#cabecera form label {
    color: #FFF;
    font-weight:bold;
}


/* Revista hojeable */

#flashflip {
    height:600px;
    width:800px;
    display:block;
    margin: 0 auto;
    text-align:left;
}

#flashflip h1 {
    position:relative;
    top:80px;
    left:70px;
    font-size:3em;
    color: white;
}

/* Pagina de Articulos */
h1.tituloArticulo {
    font-size:2em;
}

div.contenidoArticulo {
    clear:both;
    width:100%;
    font-size:1.2em;
    margin-top: 1em;
}

/* eDurango */
#eDurango {
    width:760px;
    clear:both;
    text-align:center;
}
#eDurango p {
    padding:1em;
}
#eDurango img {
    width:195px;
    height:55px;
}
