/* ------------------------------
HTML Refine Tags
------------------------------ */
body{
	font-size : 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0px; 
	background: #DADADA url(img/bg_body.gif) repeat-x;
 }

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{
font-size:20px;
text-decoration:underline;

}
h2{font-size:14px;}
h3{font-size:13px; borr-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

img { border:0px; }

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}


/* ------------------------------
PAGE STRUCTURE
------------------------------ */

#container{
	background: url(img/nbg.jpg);
	width:780px; margin:0 auto; 
	border-left: 2px  #000000 solid;
	border-right: 2px  #000000 solid;
	border-bottom: 2px  #000000 solid;
}
#topbar{
width:auto; background:url(img/header_back.jpg) #000000; text-align:right;

}
#navbar{width:auto; display:block; height:24px;}

#main{width:auto; display:block;}
#column_left{
	
	width:490px; margin-left:10px; float:left;  
	margin-right:20px !important; /*Es interpretado por todos, menos por ie 6*/
	margin-right:10px; 
}

#column_right{
width:260px; float:left;
text-align:center;
}
#column_right img {
	border:0;
}
#column_right a {
	display:block;
}


div.spacer{clear:both; height:10px; display:block;}

#footer{
background:url(img/blackplastic.gif) repeat-x #000000;
width:auto;
display:block; 
text-align:center;
font-size:14px; 
color:#FFFFFF;
padding-top:7px;
margin-top:40px;
font-weight:bold;
height:27px;
border-top: 1px solid #000000;
}



/* ----------- Navigation ----------- */

ul, li{border:0; padding:0; margin:0; list-style:none;}


#navigation {
font:"Courier New", Courier, monospace;
font-size:13px;
background:url(img/nav-bg.gif) repeat-x ;
height:32px;
margin:0 auto;
width:auto;
}
#navigation ul{
height:32px;
line-height:32px;
}
#navigation ul li{
display:inline;
}
#navigation ul li a,
#navigation ul li a:visited {
background:url(img/line-a.gif) right no-repeat;
padding:0 15px;
display:block;
text-decoration:none;
float:left;
color: #000000;
font-weight:bold;
text-shadow:#ffffff 2px 2px 2px;
}
#navigation ul li a:hover{
color:#1532a5;
}

/* ----------- Sub Menu ----------- */
#sublinks{
width:auto;
margin:0 auto;
background:#888888 url(img/blackplastic.gif);
height:27px;
font-weight:bold;
font-size:12px;
}
#sublinks ul{
height:27px;
line-height:25px;
}
#sublinks ul li{
display:inline;
}
#sublinks ul li a,
#sublinks ul li a:visited {
padding:0 20px;
display:block;
text-decoration:none;
float:left;
color:#FFFFFF;
}
#sublinks ul li a:hover{
text-decoration:underline;
background:url(img/grayplastic.gif);
}

/* ----------- Hide Sub menu ----------- */
#s2, #s3{display:none;}


/* ----------- ------ ---------- */
/* ----------- Noticias ----------- */
/* -----------  ------- ---------- */
div .post-contenido {
	margin-bottom:5px;
	padding-bottom:7px;
	text-align:justify;
}
div .post-contenido h2 {
	background:url(img/blackplastic.gif) repeat-x #000000;
	color:#FFFFFF;
	border-top: #000000 1px solid;
	padding-left:10px;
	height: 20px;
}
div .post-detalles {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	background:#CCCCCC;
	margin-bottom:5px;
}
.p-left {
	float:left;
	margin:5px;
}
.p-right {
	float:right;
	margin:5px;
}
.p-lineas ul				{padding:0px 0px 0px 0px;}
.p-lineas li				{padding:0px 0px 3px 0px;}
.p-lineas li a			{color:#000000; font-size:11px; font-weight:normal; text-decoration:none; line-height:14px; padding:0px 0px 0px 19px; display:block; background:url(img/bullet.gif) no-repeat 0 6px}
.p-lineas li a:hover		{text-decoration:underline}

