/*
	==========================================
	project: DesignHQ 
	author: Borut Jegrišnik (www.solucija.com)
	------------------------------------------
	2009. Solucija
	==========================================
*/

*{ margin: 0; padding: 0; }

:focus,:active { outline: 0; }
body {
	color: #000;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 2px solid #000000;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat;
}
a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
	a:hover {
	color: #86734D;
	font-weight: bold;
}
.x { clear: both; }

p {
	line-height: 17px;
	color:#666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
img { border: 0; }

h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;

}
h2 { font-size: 14px; font-weight: normal; margin-bottom: 2px; color: #333; }
h3 {
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 3px;
	color: #70785F;
	margin-top: 12px;
	margin-right: 10px;
	margin-left: 0px;
	word-spacing: 0.2em;
	text-transform: none;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	line-height: 20px;
	letter-spacing: 0.04em;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	float: left;
	width: 100%;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	word-spacing: 0.08em;
	text-decoration: underline;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #888888;
	margin-top: 12px;

}
#wrapper {
	margin: 0 auto;
	width: 980px;
	background-color: #000000;
	background-repeat: no-repeat;
}

#logo {
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
	#logo h1 {
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 4px;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
		#logo h1 a { color: #333; }
		#logo h1 a span { color: #000; }
#content { background: #fff; width: 980px; }
	
.menu {
	list-style:none;
	width: 100%;
	float: left;
	margin-top: 4px;
	margin-right: 25px;
	margin-bottom: 5;
	margin-left: 10px;
}
	.menu li { float: left; margin: 0 4px 0 0; }
	.menu li a {
	display: block;
	font-size: 12px;
	border: 1px solid #fff;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: normal;
}
	.menu a:hover, .menu li.current a { 
	font-weight: normal;
	border: 1px solid #ddd; }

		.menu li ul { display: block; background: #fff; margin: -1px 0 0; position: absolute; display: none; z-index: 2; border: 1px solid #ddd; }
		.menu li ul li { float: none; display: inline; margin: 0; padding: 0; }
		.menu li ul li a { width: auto; margin: 4px; white-space: nowrap; }

#search {
	float: left;
	width: 10px;
	display: inline;
	margin: 3px;
}
	#search .text { width: 227px; height: 16px; border: 1px solid #ddd; padding: 5px; float: left; color: #888; }
	#search .submit { float: right; border: 0; background: #000 url(../images/search.gif) no-repeat center 8px; width: 32px; height: 28px; padding-top: 1px; }

#pitch { margin-bottom: 0px; }
	#pitch .infoline {
	margin-top: -40px;
	background: #000;
	font-size: 16px;
	width: 955px;
	height: 16px;
	opacity:0.70;
	filter:alpha(opacity=60);
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
}
#infoline2 {

	background: #000;

	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
	font-weight: bold;
}
	.pitch-gallery { overflow: hidden; width: 980px; position: relative; }
		.pitch-gallery-holder { width: 3920px; position: relative; top: 0; left: 0; }
		.pitch-gallery-div { float: left; }
		
#left {
	width: 676px;
	float: left;
	margin-left: 20px;
	display: inline;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 4px;
}

	#left img { float: left; margin: 5px 20px 2px 0; padding: 3px; border: 1px solid #ccc; }
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 150px; }
		#left .lcurrent {
	font-weight: normal;
	color: #006666;
	background-color: #F0F0F0;
	padding-right: 2px;
	padding-left: 2px;
}

	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
		#left input:focus { border-color:#aaa; }
		#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 150px; }
	
ul { color: #666; margin: 0 0 10px 30px; line-height: 18px; }
ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post { position: relative; margin-bottom: 20px; height: 100%; }
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

#right {
	width: 240px;
	float: right;
	padding-left: 18px;
	margin-right: 0px;
	display: inline;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
	
#feature { margin-left: 25px; padding-bottom: 10px; }
	.small-post { float: left; width: 260px; margin-right: 75px; }
		.small-post img { border: 1px solid #ccc; padding: 3px; margin-bottom: 5px; }
	.last { margin-right: 0; }
	#feature ul { margin-top: -11px; }
	
.post-info {
	font-size: 11px;
	color: #999;
	float: left;
	width: 100%;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.fuentes {
	font-size: 11px;
	color: #999;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	margin-top: 25px;
	word-spacing: 0.05em;
	line-height: 15px;
}
.notas {
	font-size: 11px;
	color: #666666;
	float: left;
	width: 99%;
	padding: 6px;
	background-color: #F8F8F8;
	border: 1px dotted #CCCCCC;
	margin-top: 6px;
	margin-bottom: 15px;
	line-height: 18px;
}
.read-more {
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 15px;
}
	
.private {
	background: url(../images/candado.gif) no-repeat center left;
	padding-left: 16px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.links-secciones {
	padding-left: 16px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
	
}
.nuevo {
	background: url(../images/nvo2.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 60px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.actualizado {
	background: url(../images/act.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 60px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.primicias {
	background: url(../images/prim (1).gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 60px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
	background-image: url(../images/prim.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.nuevocandado {
	background: url(../images/nuevo-cand.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 70px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.primcandado {
	background: url(../images/prim-cand.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 70px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.actcandado {
	background: url(../images/act-cand.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 70px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}
.actcandado {
	background: url(../images/act-cand.gif) no-repeat center right;
	padding-left: 16px;
	padding-right: 70px;
	font-weight: bold;
	color: #6C7571;
	letter-spacing: 0.05em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 3px;
}

.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }
	.no-border { border: 0; }
.space { margin-bottom: 20px; }
#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	font-weight: normal;
	}
