/* ELEMENTOS DE LA CABECERA */

#container{
	margin: 0 auto;
	width: 904px;
	padding: 10px 0 0;
	vertical-align: top;
}

#header{
	margin: 0 0 10px;
	float: left;
	width: 904px;
	height: 250px;
	background: url("images/fondoblog.gif");
	color: #333;
}

#menusup ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menusup ul li{
	float: left;
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	background-color: #DFDFDF;
    text-align: center;
	background: url(http://www.libredeacido.com/images/bg_tab_right.gif) no-repeat right top;
	color: #325b0a;
}

#menusup ul li a{
	display: block;
	padding: 14px 20px 10px;
	text-decoration: none;
	background: url(http://www.libredeacido.com/images/bg_tab_left.gif) no-repeat top left;
	color: #325b0a;
}

#menusup ul li a:hover{
	text-decoration: underline;
}

#top-bar {
    
    background-color: #FFD21D;
    background: url(/images/fondoblog.gif);
   
}

#top-bar a {
    border: 0px;
}

#top-bar a:hover {
    background-color: transparent;
}

#logo {
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : "auto");
    text-align: left;    
}

#logo img {
    margin: 0 0 0 0;
}

#logotexto {
text-decoration:none;
font-family:Arial;
font-size:10 px;
color:"#FFFFFF";
}

/*FIN ELEMENTOS DE LA CABECERA */

/* ELEMENTOS GENERALES */

body {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
	text-indent: 5em 
    background-color: white;
    background-image: url("/images/fondoblog.gif");
   	/*background-repeat: repeat-x;
    background-position: 0 71px;*/
    text-align: center;
}

a {
    color: #FFD012;
}

/* BARRA DE NAVEGACION . MENU HORIZONTAL */

#menu-bar{
    background-color: #DFDFDF;
    background-image: url("/images/menu-background.png");
    background-repeat: repeat-x;
    text-align: center;
}

#menu-bar table {
    height: 25px;
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    border-left: 1px solid #B6B6B6;
}

#menu-bar td {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 16%;
    border-right: 1px solid #B6B6B6;
    cursor: pointer;
}

#menu-bar td:hover {
    background-image: url("/templates/ign/images/menu-background-highlight.png");
    background-repeat: repeat-x;
    background-color: transparent;
}

#menu-bar a, #menu-bar a:visited {
    display: block;
    color: #333333;
    text-decoration: none;
    margin: 4px 0 0 0;
    border: 0px;
}

#menu-bar a:hover {
    background-color: transparent;
}

/* FIN BARRA DE NAVEGACION . MENU HORIZONTAL */

#buttons {
    position: absolute;
    right: 0;
    padding: 4px 4px 0 0;
}

#buttons a {
    display: block;
    margin: 0 0 4px 0;
}

#sidebar {
    margin: 20px 0 0 20px;
    float: right;
    width: 250px;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 10px 15px 10px;
    background-image: url("/templates/ign/images/sidebar-header-background.png");
    background-repeat: repeat-x;
    border: 1px solid #88B988;
    font-size: 12px;
    padding: 6px;
    color: #6C6CA2;
    font-weight: bold;
    font-size: 10px;
}

#sidebar li {
    margin-top: 4px;
    color: Black;
    font-weight: normal;
    font-size: 12px;
}

#sidebar li a, #sidebar li a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #555F55;
    border-bottom: 1px dotted #555F55; 
}

#content {
    padding: 20px;
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    text-align: left;
}

h1 {
    color: #FFD012;
    font-size: 20px;
    margin: 0 0 15px 0;    
}

h2 {
    color: #000000;
    font-size: 16px;
    margin: 0 0 7px 0;    
}

h3 {
    color: #55555F;
}

h4 {
    color: #55555F;
}

h5 {
    color: #55555F;
}

h6 {
    color: #55555F;
}

p {
    font-size: 13px;
    line-height: 20px;
}

#footer {
    font-size: 12px;
    margin: 30px 0 30px 0;
    clear: both;
}

#footer a, #footer a:visited{
    color: #294A29;
    border: 0px;
    background-color: transparent;
}

#new-ticket-warning {
    border: 2px solid #b90000;
    background-color: #ffadad;
    padding: 8px;
    font-weight: bold;
    margin: 0 0 30px 0;    
}

#menu-bar2{
    background-color: #deded3;
    background-image: url("/images/menu-background.png");
    background-repeat: repeat-x;
    text-align: center;
}

#menu-bar2 table {
    height: 25px;
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    border-left: 1px solid #B6B6B6;
}

#menu-bar2 td {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 16%;
    border-right: 1px solid #B6B6B6;
    cursor: pointer;
}

#menu-bar2 td:hover {
    background-image: url("/templates/ign/images/menu-background-highlight.png");
    background-repeat: repeat-x;
    background-color: transparent;
}

#menu-bar2 a, #menu-bar2 a:visited {
    display: block;
    color: #5656d6;
    text-decoration: none;
    margin: 4px 0 0 0;
    border: 0px;
}

#menu-bar2 a:hover {
    background-color: transparent;
}

blockquote {
text-align: justify;
font-size: larger;
font-style: italic;
}

blockquote{
	margin:0;
	/*background: #333333 url("images/bg_blockquote.gif") no-repeat 5px 7px*/;
	color: #DEDEDE;
	margin: 0 0 7px 0;
}

blockquote p{
	padding: 10px 10px 10px 20px;
}

blockquote blockquote{
	margin: 10px 20px;
	background: #fff;
	color: #333;
}

blockquote blockquote p{ padding: 10px; }

.Estilo3 {
	color: #FFCC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Estilo7 {	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.Estilo11 {color: #FFFFFF}
.Estilo12 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Estilo16 {color: #FFCC33}
.Estilo17 {font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Estilo18 {font-family: Verdana, Arial, Helvetica, sans-serif}

/* ELEMENTOS del PIE DE PAGINA*/

#footer {
    font-size: 12px;
    margin: 30px 0 30px 0;
    clear: both;
}

#footer a, #footer a:visited{
    color: #294A29;
    border: 0px;
    background-color: transparent;
}
