body
{
	margin: 0;
	padding: 0;
	background-image: url("/img/background2.gif");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #F3F3F3;
	font-family: arial, helvetica, sans-serif;
	/*
	text-transform: lowercase;
	*/
}

/* HEADER */
#header
{
	height:400px;
	position:absolute;
	left:10%;
	width:80%;
	right:10%;
	top: 0px;
}
#titulo
{
	position:relative;
	font-family:Verdana;
	font-size:26px;
	position:relative;
	top:15px;
	width:100%;
	vertical-align:text-top;
	margin-bottom:30px;
}
#titulo h2
{
	font-family:Verdana;
	font-size:18px;
	margin-left:0px!important;
	left:225px;
}
#headerImage
{
	position:relative;
	left:0px;
	top:15px;
	width:100%;
	height:200px;
}
#linea
{
	position:relative;
	left:0px;
	top:20px;
	width:960px;
	height:5px;
	background-color:Black;
}
/*#menu
{
	position:relative;
	width:100%;
	top:25px;
	height:45px;
	background-image:url(/images/img01.gif);
	background-repeat:repeat-x;
	text-indent:5%;
	font:Verdana;
	font-size:24px;
	color: #FFFFFF;
}*/
#subMenu
{
	position:relative;
	width:100%;
	top:25px;
	height:45px;
	background-color:#0099FF;
	text-indent:10%;
}
.logo
{
	position:relative;
	top:15px;
	left:0px;
}
/*********************/
/* CONTENIDO */

#contenido
{
	position:relative;
	top:25px;
	left:0px;
	width:960px;
	right:10%;
	background-color:#FFFFFF;
}
#post
{
	position:relative;
	
	margin-right:10px;
	color:#000000;
	font:Arial;
	font-size:16px;
}
#post p
{
	margin-left:20px;
	margin-right:40px;
	text-align:justify;
}
#post h1
{
	color:#000000;
	font-family:Verdana;
	font-size:22px;
	margin-left:0px!important;
	padding-left:15px;
	margin-bottom:50px;
	border-bottom:solid 2px #000000;
	width:945px!important;
}
#post h2
{
	color:#333333;
	font-family:Verdana;
	font-size:18px;
	margin-left:0px!important;
	padding-left:20px;
}
#post h3
{
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
	/*height:45px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	margin-left:0px!important;
	padding-left:20px;
	padding-top:10px;
	text-decoration:underline;
	background-image:url('/images/h3back.png');
	background-repeat:no-repeat;*/
}
#post .meta {
	
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}
#post a
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	padding-left:15px;
}
#post li
{
	margin-bottom:25px;
	list-style-image: url('/images/arrow.gif');
	text-align:justify;
}
/*********************/
/* FOOTER */
#footer
{
	position:absolute;
   bottom:0;
   width:100%;
   height:60px;   
	
}
/*********************/
.postimg
{
 border:solid 2px #F3F3F3;	
 padding:5px;
}
