

body {
	margin: 0;
	padding: 0;

	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #09F;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #09F;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	
}

/* Logo */

#logo {
	float: left;
	width: 900px;
	height: 150px;
	margin: 0;
	background: url(images/encabezado.png) no-repeat center 10px;
	background-color: #ffffff;
}
#idioma {
	margin-top:115px;
	height: 20px;
	float:left;
	width: 135px;
	text-align:right;
}
#idioma  a {
	color: #ffffff;
	border: none;
}
#idioma a:hover {
	text-decoration: underline;
	color: #09F;
}
/* Menu */

#menu {
	width: 735px;
	float:right;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 0px; 
	background: #FFFFFF url(images/barraxlgmenu.png) no-repeat right top;
}


/*Page */

#page {
	width: 900px;
	margin: 0 auto;
	
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 735px;
}

.post {
	margin-bottom: 8px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	background: url(images/barralg.png) no-repeat left bottom;
	height: 25px;
	padding: 10px 0 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	
	margin-bottom: 15px;
}

.post .title a {
	color: #ffffff;
	
}
.post .title a:hover {
	text-decoration: underline;
	color: #09F;
}

.post .meta {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .error {
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color:#C00;
}

.post .entry {
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	margin-top: 27px;
	width: 145px;
	border-left: #999;
	border-left-style:solid;
	border-bottom:solid #333 3px;
	
}

#sidebar ul {
	margin: 0;
	padding:0 ;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 10px;
	/*line-height: 35px;
	border-top: 3px solid #333;*/

	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 25px;
	text-align:right;
	padding: 2px 5px 10px 15px;
	background: url(images/barrasm.png) no-repeat right top;
	font-size: 12px;
	color: #000000;
	text-transform:uppercase;
	font-weight:bold;
}

#sidebar p {
	margin: 0 10px;
	padding: 10px 0px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #09F;
}
	
/* Footer */

#footer {
	width: 900px;
    height: 30px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family:"Times New Roman", Times, serif;
	
	
}

#footerder {
	width: 725px;
    height: 30px;
	margin: 0 auto;
	font-family:"Times New Roman", Times, serif;
	border:#666 2px solid;
	margin-top:25px;
	margin-bottom:15px;
	float:right;
	text-align:right;
	
}
#footerizq {
	width: 145px;
    height: 30px;
	margin: 0 auto;
	font-family:"Times New Roman", Times, serif;
	border:#666 2px solid;
	margin-top:25px;
	margin-bottom:15px;
	float:left;
	text-align:left;
	
}
#footerizq p {
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
	line-height: normal;
	font-size: 12px;
	
 	text-align:left;
	color:#000;
}
#footerder p {
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
	line-height: normal;
	font-size: 12px;
  
	text-align:right;
	color:#000;
}

#footer a {
	color: #969696;
}
#footer a:hover {
	color: #09F;
}