body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { 
	margin:0;
	padding:0;
}
* { padding: 0; margin: 0; }

html,body{
  font-size: 13px;
  color: #000;
  font-family:"Helvetica Neue",Helvetica,Arial,Sans-Serif;
  background: #061326 url('../images/body.jpg') no-repeat top left fixed;
  height:100%;
  list-style:none;
}
a:link{
color:#008BBF;
text-decoration:none;
}
a:visited{
color:#008BBF;
text-decoration:none;
}
a:hover, a:active{
color:#008BBF;
text-decoration:underline;
}
#container{
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	border:0;
	width: 1000px;
	overflow:hidden;
}
#header{
	width: 1000px;
    height:120px; 
	margin: 0 auto;
	margin-top:5px;
	color:#fff;
	overflow:hidden;
}
#header h1{
margin-top:30px;
width: 300px;
margin-left:70px;
}

#header h2{
clear:both;
margin:10px;
color:#fff;
font-size:16px;
margin-left:70px;
}
#header-2
{
	width:975px;
	height:50px;
	margin-left:20px;
	margin-bottom:5px;
	-webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
	 background:#061326;
}

#header-2 .left 
{   
	float:left; 
	width:730px;
}
#header-2 .right
{
	float: right; 
	width:260px;
}

#search{
float:left;
height: 40px;
width: 251px;
padding-top:5px;
margin-top:10px;
padding-left:30px;
}
#search input{float:left;margin:0 5px 0 0;}
#search .text{
 border:1px solid #aaa;
 color:#666;
 font:12px/16px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
 height:16px;
 padding:4px;
 width:140px;
}
#search .submitbton{
background: url(../images/bc.jpg) 0 0 no-repeat;
cursor: pointer;
height: 26px;
width: 62px;
border:0;
}
#page-side-left{
	float: left;
	width: 600px;
}
.row{
 margin:0 0 10px 20px;
 overflow:hidden;
 padding:10px;
 width:580px;
 	-webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
	 background:#FFF;
}
.row img{
 border:0;
 padding:5px;
}
.row h1{
 font:25px/28px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
 letter-spacing:-1px;
 margin:0 0 10px;
 color:#008BBF;
 font-weight:bold;
}
.row-info{
padding:5px;
background-color:#E2E2E2;
	-webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
	 display:block;
}
.row-entry{
display:block;
margin:5px;
}
.more{
font:16px;
font-weight:bold;
margin-top: 10px;
margin-bottom:10px;


}

.comentarios{margin:0 0 0 40px;}

.post-mensajes{ 
  padding:0 25px 0;
  width:100%;
  background:url(../images/comment.png) no-repeat;
}

#page-side-right{
	float: right;
	width: 370px;
	overflow:hidden;
}
#box-left{ 
	float: left;
	width:170px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#box-right{
	float: right;
	width: 190px;
}

.tags{
     width:350px;
     float:left;
     -webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
	 background:#fff;
	 padding:7px;
	 margin-bottom:10px;
}
.tags a, .tags a:visited{
 margin:3px;
 text-decoration:none;
}
.tags a:hover{
 margin:0;
  margin:3px;
 text-decoration: underline;
}
.tags h3{
 color:#000;
 margin:0 0 3px;
 padding-left:5px;
 font-size:24px;
}

#post-sub{
margin-left:20px;
}
#post-sub li{
 border-bottom:1px solid #CCCCCC;
 margin:10px;
 padding:10px;
 color:#666;
 -webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
	 background:#fff;
}

textarea#comment{
 height:13em;
 margin:0 0 0.5em;
 overflow:auto;
 width:90%;
 border:1px solid #CCCCCC
}
.cname{
 color:#666666;
 font-weight:bold;
 text-transform:uppercase;
}
.msj-meta{color:#666666;font:9px arial}

.form-label{ margin:5px;}

#div-form{
     -webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
	 padding:10px;
	 background:#fff;
	 overflow:hidden;
	  width:580px;
}

form#form-coment span.required{color:#c30}

input#author,input#email,input#url,textarea#comment{
 padding:5px;
}
input#nombre,input#email,input#asunto,textarea#comment{
 padding:5px;
}

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	background:#061326;
	color:#949494;
	-webkit-border-radius:8px;
     -moz-border-radius:8px;
     border-radius:8px;
}
#footer a:link, #footer a:visited{
	color:#008BBF;
	text-decoration:none;
}
#footer a:hover{
text-decoration: underline;
}
#footer-left{
float:left;
width:400px;
margin:7px;
padding-bottom:10px;
}
#footer-right{
float:right;
margin:7px;
width:500px;
}
