﻿
body {
	position:relative;
	text-align: center; /* Para que centre #todo en IE */
	margin:0px;
	padding:0px;
	background-color: white;
}
.clear {
	clear: both;
}



 /* Estilos Barra Fija */

        #floatingbar  {
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
            overflow: hidden;
            width: 100%;
            height: 40px;
            position: fixed;
            top: 0px;
            left: 0;
            font-size: 16px;
            background-color: #000;
            z-index: 100;
        }
 
        #floatingbar ul {
            list-style-type:none;
            height: 38px;
            margin-left: 600px;
        }
        #floatingbar ul li
        {
            float:left;
            height: 14px;
            padding: 15px;
            position: relative;
            top: -20px;
            /* *top: 0px; */ /* Internet Explorer 7*/
            font-size: 16px;
            margin-top: 1px;
            margin-bottom: 0px;
            list-style-image:none;
            line-height:115%;
            font-family: Arial;

        }
        
        
        #floatingbar img
        {
            margin:0px;
        }
        
  
        
        #floatingbar ul li#selected
        {
            background-image: url(images/bg-grad-selected.png);    
            font-size: 18px;
            position: relative;
            top: -21px;
           /* *top: 0px;*/ /* Internet Explorer 7*/

        }

        #floatingbar ul li#selected a:hover
        {
            color: #FFF;
        }
        
        #floatingbar ul li a
        {
            text-decoration:none;
            padding: 7px;
            color: #FFF;
            font-weight: bold;
        }
        #floatingbar ul li a:hover 
        { 
            cursor: pointer;
            color: #FF9900;
        }
        
        
        /************************ FIN  ESTILOS BARRA FIJA *******************/



#todo {
	position:relative;
	text-align: left; /* El texto por defecto alineado izq. */
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px; /* Para dejar espacio para la TopBar */
	margin-bottom:0px;
	padding:0px;
}



header {
	width:100%;
	height:100px;
	margin:0px;
	padding:0px;
	text-align:center;
}


section {
	float:left;
	width:628px;
	padding-top:10px;
	padding-bottom:20px;
}

article {
	padding:10px;
	margin-bottom:20px;
}


nav {
	float:right;
	width:260px;
	margin-top:18px;
	padding-bottom:20px;
	border-left-color: #7D3611;
	border-left-width: 1px;
	border-left-style: dotted;
}


.contenido
{
	margin-bottom:20px;
	text-align:justify
}


.youtube
{
    border: 1px solid #C0C0C0;
    width:560px;
    height:315px;
}




blockquote {
	border-left:solid 3px #DE7008;
	color:#555555;
	padding-left: 20px;
}

#archivo p {
	font-weight:bold;
	margin: 20px 0px 5px 0px;
}


aside {
	margin-bottom:20px;
	padding: 0px 0px 0px 0px;
}
.relacionados {
	margin-top:25px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
.relacionados li {
	color:#9E5205;
	font-family: Verdana, Sans-Serif;
	font-size:80%;
	color:#9E5205;
}
p {
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
ul {
	line-height: 100%
}
ul li {
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-image:url(images/rombo.png);
	line-height: 140%;
}


.contenido ul li {
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	list-style-image:url(images/rombo.png);
	line-height: 160%;
}


.feeds ul li {
	list-style-image:url(images/rss.jpg);
}

aside p {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px 10px 0px 10px;
}
aside ul {
	line-height: 100%;
	list-style-image:url(images/rombo.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px 10px 0px 30px;
	margin-left:0px;
}
article ul.nojustificado {
	text-align:left;
}

ul span.gris{
	font-size:smaller;
	font-weight:bold;
	color: Gray;
}


span.host {
	font-size:smaller;
	font-weight:bold;
	color: Gray;
}
aside span {
	font-size:smaller;
	font-weight:bold;
}
h2 {
	color:#AC4814;
	font:normal bold 140% Verdana, Sans-Serif;
	letter-spacing:-1px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	line-height:160%;
}
h2 a {
	color: #AC4814;
	text-decoration:underline;
}
h2 a:visited {
	color: #AC4814;
}
h3 {
	color:#AC4814;
	font:normal bold 100% Verdana, Sans-Serif;
	letter-spacing:-1px;
}
h4 {
	color:#ffffff;
	margin-top:0px;
	padding:2px 10px 2px 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(images/lateral-bg.PNG);
	background-repeat: no-repeat;
}
div.fecha {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	color:#666666;
	font: normal bold 70% Verdana, Sans-Serif;
	text-align: right;
	padding-bottom:5px;
	border-bottom: solid 1px #CCCCCC;
}


a {
	color:#DE7008;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width: 0;
}
h1 a:link {
	text-decoration:none;
	color:#F5DEB3
}
h1 a:visited {
	text-decoration:none;
	color:#F5DEB3
}
h1, h2, h3 {
	margin: 0;
}
h1 {
	padding-top:25px;
	padding-right:0px;
	padding-bottom:10px;
	padding-left:5%;
	color:#F5DEB3;
	background:#DE7008;
	font:normal bold 300% Verdana, Sans-Serif;
	letter-spacing:-2px;
	text-align: center;
}

blockquote {
	clear:both;
}
img {
	margin:5px 15px 5px 15px;
}
#comments {
	padding:0px;
	font-size:120%;
	font-weight:bold;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
}
.comment-author {
	margin-top: 10px;
}
.comment-body {
	font-size:100%;
	font-weight:normal;
	color:black;
}
.comment-footer {
	padding-bottom:20px;
	color:#444444;
	font-size:80%;
	font-weight:normal;
	display:inline;
	margin-right:10px
}

/* Etiquetas */


div.links-sociales
{
	text-align:right;
}

a.social-link img {
	height:20px;
	width:30px;	
	margin:1px 5px 1px 5px;
}

.pie {
	clear:both;
	padding-top: 10px;
	padding-bottom:5px;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}
.pie a.dejacomentario, .pie a.dejacomentario:visited{
	color:#DE681D;
	background-image: url(images/comentario_peq.png);
	padding:5px 4px 5px 33px;
	background-position:left 3px;
	background-repeat:no-repeat;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.pie a.dejacomentario:hover  {
	background-image: url(images/comentario_peq.png);
	padding:5px 4px 5px 33px;
	background-position:left 3px;
	background-repeat:no-repeat;
	color:#fff;
	text-decoration:none;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-variant: normal;
	background-color: #DE681D;
}
.pie p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	color:#999;
	font: normal 70% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
}
.pie a, .pie a:visited {
	color:#666;
	text-decoration:none;
	margin: 0px 2px 0px 2px;
	font-size:small;
}
.pie a:hover {
	color:#fff;
	background:#DE681D;
	text-decoration:none;
}
.pie a.keyword, .pie a.keyword:visited {
	padding:3px;
	font:normal bold 100% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
}


.diseno
{
	color: gray;
	font-size: 90%;
	font-weight: bold;
	margin-left:15px;
}

/* Comentarios */

#comentarios {
	margin: 3px 3px 0px 0px;
	padding: 0px 0px 5px 0px;
	clear: both;
	font-family:'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	background-color: #ECE6DD;
	background-image: url(images/comentario.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
#comentarios .lista {
	margin: 5px 0px 0px 48px;
}
#comentarios .autor {
	font-weight: bold;
	font-size: 110%;
	color:#666666;
}
#comentarios .autor a {
	font-weight: bold;
	color: #ff6600 !important;
	text-decoration: none;
}
#comentarios .fechacomentario {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}
#comentarios .comentario {
	padding: 5px 5px 0px 0px;
	line-height: 120%;
}
#comentarios .comentario p {
	margin: 5px 0px;
}

