@charset "utf-8";
@import 'reset.css';

body{
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	min-width:800px;
}
p, span{
	color:#999;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	margin-bottom:10px;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:bold;
	margin: 5px 0 10px 5px;
}
h4{
	font-weight:bold;
	font-size:1.1em;
	font-style:italic;
	margin:30px 0 2px 3px;
}
h5{
	font-weight:bold;
}

code{
	color:#FFF;
}
pre{
	color:#FFF;
}
.invisible{
	display:none;
}
p{
	margin-top:15px;
}
p.last {
	margin-bottom:25px;
}
p.error{
	padding:3px;
	margin:2px 0 10px 0;
	background-color:#400000;
	border:1px solid #DF0000;
	color:#DF0000;
	font-weight:bold;
}
.error-icon{
	background-color:#DF0000;
	margin-right:4px;
}
p.success{
	padding:3px;
	margin:2px 0 10px 0;
	background-color:#002F00;
	border:1px solid #009900;
	color:#009900;
	font-weight:bold;
}
.success-icon{
	background-color:#009900;
	margin-right:4px;
}
strong{
	font-weight:bold;
	color:#FFF;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

input {
	width:300px;
	color:#FFF;
	padding:2px;
}
label{
	width:70px;
	display:block;
	float:left;
	text-align:right;
	padding-right:8px;
	color:#AAA;
}
input.button{
	width:100px;
	padding:3px;
	margin-left:270px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
textarea{
	width:300px;
	height:100px;
	color:#FFF;
	padding:2px;
}
p.button-container{
	padding-left:400px;
}
/*============ HEADER & FOOTER ===============*/
div#header-wrapper {
	height:70px;
	padding:10px 5px 5px 5px;
	border-bottom:8px solid;
	margin-bottom:2px;
}
div#header-sep{
	width:100%;
	background-image:url(../images/bg_header2.jpg);
	background-repeat:repeat-x;
	display:block;
	height:60px;
}
#logo {
	display:block;
	float:left;
	width:340px;
	height:70px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}

ul.main-nav {
	list-style-type:none;
	position:relative;
	float:right;
	top:5px;
}

ul.main-nav li {
	float:left;
	margin-right:5px;
	text-align:center;
	font-size:18px;
}
ul.main-nav li a {
	display:block;
	text-decoration:none;
	width:90px;
	height:62px;
	color:#666;
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:60px;
	border-top:5px solid #000;
}
ul.main-nav li a:hover {
	color:#FFFFFF;
	background-position:0 -62px;
	/*border-top:auto;*/
	border-top:5px solid;
}

ul.main-nav li span.current {
	display:block;
	width:90px;
	height:62px;
	color:#FFFFFF;
	background-position:0 -62px;
	background-repeat:no-repeat;
	overflow:hidden;
	line-height:60px;
	border-top:5px solid;
	border-top-color:inherit !important;
	cursor:default;
}
.bg1 {
	background-image:url(../images/bg_nav1.png);
}
.bg1:hover{
	border-top-color:#00FF33 !important;
}
.bg2 {
	background-image:url(../images/bg_nav2.png);
}
.bg2:hover{
	border-top-color:#FFFF00 !important;
}
.bg3 {
	background-image:url(../images/bg_nav3.png);
}
.bg3:hover{
	border-top-color:#0000FF !important;
}
.bg4 {
	background-image:url(../images/bg_nav4.png);
}
.bg4:hover{
	border-top-color:#FF0099 !important;
}

#footer{
	clear:both;
	width:100%;
	padding:15px 0 10px 0;
	border-top:4px solid;
	text-align:center;
}
#footer p{
	margin-top:5px;
}

.clearer{
	clear:both;
	display:block;
	height:20px;
}
/*======== END HEADER & FOOTER ====================*/

/*============ CONTENT ==================*/
div#content {
	width:auto;
	margin:0 auto 10px auto;
	padding:20px 0 0 10px;
	text-align:left;
	overflow:hidden;
}
.col_right{
	width:23%;
	float:right;
	padding-left:4px;
	padding-right:10px;
}
.col_left{
	width:70%;
	float:left;
	padding-right:20px;
}

.col_right p{
	margin:0;
}
.col_right h5{
	margin-top:20px;
	border-bottom:1px dotted;
	margin-bottom:5px;
}
.col_right h5.first{
	margin-top:0;
}

/*================ PROYECTOS ===================*/
img.proy{
border:1px solid;
float:left;
margin:3px 5px 5px 0;
padding:2px
}

div.separator{
	clear:both;
	width:350px;
	margin:auto;
	display:block;
	height:20px;
	border-bottom:2px dotted;
}

/*=============== BLOG =============================*/
.post p{
	/*clear:both;*/
	margin-top:20px;
}
.post img{
	border:1px solid;
	float:right;
	margin:5px 0 10px 10px;
	padding:2px;
	display:block;
}
.post ul{
	color:#FF0099;
	list-style-type:disc;
	margin-left:10px;
	margin-top:20px;
}
.post li{
	color:#999;
}
.prev_post{
	float:left;
}
.next_post{
	float:right;
}
.date{
	clear:both;
	padding:2px;
	display:block;
	padding-top:2px;
	margin-bottom:5px;
	border-top:1px dotted;
}
.categorias{
	clear:both;
}
.clear-icon{
	margin-right:4px;
}

.post-info .fecha{
	margin-right:8px;
}
.blog-comment{
	padding:5px;
	background-color:#350020;
	margin-top:0;
	margin-bottom:10px;
}
.blog-comment-author{
	padding-bottom:9px;
	background-image:url(../images/bg_blog-comment.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0;
	display:block;
	font-size:1.3em;
}
.blog-comment-info{
	font-size:0.8em;
	margin:20px 0 0 0;
}
.blog-posts-container{
	border:1px solid;
	background-color:#350020;
	padding:10px;
	margin-bottom:15px;
	width:300px;
	float:left;
	margin-right:15px;
}


