/* 
Theme Name: Novos
Author: Metrik
Version: 2.0
*/
/*Resets*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, article, aside, big, cite, code, del, dfn, em, font, footer, header, img, ins, kbd, nav, q, s, samp, section, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/*HTML 5*/
header, nav, article, section, figure, aside, footer { display: block; }
time { display: inline; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font:14px/1.4em "Segoe UI", "Lucida Grande", sans-serif;
	background-color:#666;
}
:focus{outline:none;}
a img, table, frame, frameset{border:none;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
h1{
	font-size:2.8em;
	font-family: Georgia;
}
h2{
   font-size:1.6em;
}
h3{
	font-size:1.3em;
	margin-bottom: 8px;
	font-weight:normal;
	text-transform:uppercase;
}
p{
	margin:5px 0px 8px;
}
ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
blockquote {
	margin:15px 40px;
	font-size:0.85em;
	line-height:1.35em;
}
.header {
	height:112px;
	background-color:#222;
	color:#ccc;
	cursor:default;
}
.header a{
	color:#eee;
}
.header a:hover{
	color: #fff;
}
.header .logo img{
	position:relative;
	top:10px;
	left: -42px;
}
.header .menu{
	float:right;
	font-size:16px;
	text-transform:uppercase;
	margin-top:60px;
}
.header .menu a{
	margin-left:25px;
}
.wrap{
	width:900px;
	margin:0 auto;
}
.main{
	background-repeat:repeat-x;
	background-color:#FAFAFA;
	padding-bottom:30px;
	overflow:hidden;
	background-image: url(images/bg.png);
	background-position: 0px -70px;
}
.main .wrap .portada{
	padding:45px 0;
	cursor:default;
	overflow:hidden;
}
.main .portada .right{
	float:right;
	width:48%;
	padding-left:10px;
}

.main .portada .left{
	text-align:right;
	float:left;
	padding-right:10px;
	padding-top:15px;
	width:48%;
}
.main .portada .left img {
	position: relative;
	left: -30px;
}

.wrap h1 {
	color: #FFF;
	padding: 25px 0px 15px;
	line-height: 1.2em;
	letter-spacing: -3px;
	text-align: center;
}
.page-inner {
	margin: 15px 0 0 2px;
	padding: 25px 0;
}
.page-inner h2 {
	font-size: 20px;
	color: #45BE8D;
}
.page-inner ul {
	list-style: disc;
	margin: 10px 20px;
}
.col2, .col3, .col4{
	overflow:hidden;
}
.col2 .col{
	width:50%;
	float:left;
}
.col3 .col{
	width:33%;
	float:left;
}
.col4 .col{
	width:25%;
	float:left;
}
.col .inner{
	margin:20px 15px;
	overflow:hidden;
}
.col.middle{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.home .main .col .inner{ font-weight:bold;margin-bottom:0; }
.home .col3 .inner img{float:right;}
.home .col3 .inner a img{float:none;}
.footer{
	background-color:#666;
	clear:both;
	padding:10px 0;
	color:#fff;
}
.footer h3{
	font-size:14px;
	margin-bottom:20px;
}
.post ul{
	list-style:disc;
	margin-left:25px;
}

/*Estilos especificos de WordPress*/
#s {} 	/*Search box*/
.pm {
  margin-top:0px;
  color:#55c148;
}
.alt {background-color:#ddd;}
#comments .col2 td{
	vertical-align:top;
}
#comments .col2 td.left{
	text-align:right;
	padding-right:10px;
	font-size:11px;
}
.current_page_item {font-weight:bold;}
.current_page_item ul li{font-weight:normal;}
.wp-caption{
	padding-left:12px;
	font-size:0.85em;
}
.alignleft {float:left;margin-right:10px;margin-bottom:5px;}
.alignright {float:right;clear:right;margin-left:10px;margin-bottom:5px;}
.aligncenter{display:block;margin:0px auto;}

/*Cforms*/
.linklove {display:none}
ol.cf-ol{
	list-style:none;
	cursor:default;
	margin:0;
	padding:0;
}
fieldset.cf-fs1{border:none;padding:0;}
.reqtxt, .emailreqtxt {font-size:11px;color:#999;margin-left:8px;}
.cf-ol label{
	display:block;
	margin-top: 12px;
	color:#333;
}
.searchterm1, .searchterm1 a{
font-weight:bold;
}
/*Formularios*/
input[type="text"], input[type="password"], textarea {
	border:1px solid;
	border-color: #999 #bbb #ddd;
	padding:2px 3px;
}
input.txt:focus, textarea:focus{
  border-color: #390 #55c148 #9f6;
}

/*Widgets varios*/
a.help {cursor: help;}
.hide {display:none;}
.show {display:inline;}
.clear {clear: both;}

/*Round Corners. Colocar aquí todos los selectores que se deseen tener con esquinas redondeadas*/
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], textarea{
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.mantencion {
	background-color: #333;
	text-align: center;
	padding: 20px;
	height: 100%;
	margin-top: 12%;
	color: #bbb;
}
.mantencion a {
	color: #fff;
}
.proyecto{
	margin:20px 0;
	overflow:hidden;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.proyecto .left{
	float:left;
	width:200px;
	margin-top:20px;
}
.proyecto .right{
	margin-left:220px;
	margin-top:20px;
}

