/*************************************
 +Containers
 *************************************/


body{
	height:100%;
	background:#0f1828;
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
}
#wrap{
	height:100%;
	position:relative;
	text-align:left;
	width:100%;
	padding-bottom:30px;
	margin-top: 0px;
	margin-bottom:30px;
	overflow:hidden;
}
blockquote{
  	color: #0f1828;
  	background: url('./images/quote.gif') no-repeat bottom right #FEECA9;
  	margin:0px;
  	padding: 15px;
}
#header{
    overflow:hidden;
	height:200px;
	width:100%;
	min-width:700px;
	background-image: url(images/header.png);
	background-color: #0f1828;
	background-position: center top;
	background-repeat: no-repeat;
	top: 50px;
	position: absolute;
	right: 0px;
}
#header2{
	text-align:center;
	font-size: 22px;
	width:100%;
	height:12px;
	background-image: url(images/headerbottom.png);
	background-color: #0f1828;
	background-position: center top;
	background-repeat: repeat-x;
	top: 200px;
	position: absolute;
	overflow: hidden;
	right: 0px;
}
#sidebar{
	font-size: 13px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
	color:#152a44;
	width:765px;
	min-width:700px;
	height:80px;
	background-image: url(images/divider.png);
	background-color: #0f1828;
	background-position: bottom center;
	background-repeat: no-repeat;
	top: 215px;
	position: absolute;
	overflow: hidden;
	left:50%;
	margin-left: -382px;

}	
#content{
	text-align:justify center;
	width:100%;
	min-width:700px;
	position:absolute;
	top: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#ffffff;
	padding-bottom:20px;
}
#maincontent{
	position:absolute;
	font-size:13px;
	width:765px;
	left:50%;
	margin-left:-382px;
	clear:both;
	
}
#divider{
        overflow: hidden;
	position:relative;
	height:37px;
	width:107.5%;
	min-width:700px;
        left:-50px;
	background-image:url(images/footer.png);
	background-position:top;
	background-repeat:repeat-x;
}
#footer{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	background-image:url(images/divider.png);
	background-position:top;
	background-repeat:no-repeat;
	left:0px;
	color: #ffffff;
}

/*************************************
 +Hn and p
 *************************************/


.h1 {
	font-family: �Lucida Sans Unicode�, sans-serif;
	font-size: 40px;
	font-style: light;
	color:#f9b05c;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.h2 {
	font-family: �Trebuchet MS�, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
	color:#060d20;
}
.h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	color:#FFFFFF;
}
.h4{
	font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#header h1{
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#f9b05c;
	text-decoration:none;
}
#header h1 a:hover{
	color:#FF0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
#header-derecha{
text-decoration:none;
float: center;
}
#header-izquierda{
float: center;
}
.entrytitle h2{
	font-size:40px;
}
.entrytitle h2 a
{
	font-family: �Lucida Sans Unicode�, sans-serif;
	text-decoration:none;
	font-size: 40px;
	font-style: light;
	color:#f9b05c;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	
}
.entrytitle h2 a:hover{
	color:#006699;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	text-decoration:none;
	color:#555;
	font-size:1.5em;
        margin:0 auto;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:14px;
}
.postedby{
	background:#fff url(./images/information.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(./images/attach.png) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/comment_add.png) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
        margin:0 auto;
}
#sidebar ul li{
	/*border-bottom:1px dotted #ddd;*/
	margin:0 auto;
	position: absolute;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#999999;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
	 list-style-image:url(./images/comment.png);
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/

a.{

}
a.external:link {
	font-style: normal;
	text-decoration: none;
	color: #401906;
}
a.external:visited { 
	font-style: normal;
	text-decoration: none;
	color: #401906;
}
a.external:hover {
	font-style: normal;
	text-decoration: none;
	color: #99CCCC;
}
a:link {
	font-style: normal;
	text-decoration: none;
	color: #525252;
}
a:visited { 
	font-style: normal;
	text-decoration: none;
	color: #525252;
}
a:hover {
	font-style: normal;
	text-decoration: none;
	color: #f9b05c;
	
}
a.internal:link {
	font-style: normal;
	text-decoration: none;
	color: #525252;
}
a.internal:visited { 
	font-style: normal;
	text-decoration: none;
	color: #525252;
}
a.internal:hover {
	font-style: normal;
	text-decoration: none;
	color: #f9b05c;
}
a.internal:active {
	font-style: normal;
	text-decoration: none;
	color: #f9b05c;
	}
a.paternal:link {
	font-style: normal;
	text-decoration: none;
	color: #f9b05c;
}
a.paternal:visited { 
	font-style: normal;
	text-decoration: none;
	color: #f9b05c;
}
a.paternal:hover {
	font-style: normal;
	text-decoration: none;
	color: #525252;
}
a.paternal:active {
	font-style: normal;
	text-decoration: none;
	color: #525252;
