/* 
    Document   : styles
    Created on : 06/01/2010, 17:41:59
    Author     : jesus
    Description:
        Purpose of the stylesheet follows.
*/

body {
	background:url(../img/bg.png) repeat-x;
	color:#545454;
}

a, a:hover {
	color:#0083B4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul.menu, ul.plain, ol.plain, #access div.menu ul {
	list-style:none;
	margin-right:0;
	overflow:hidden;
	padding-left:0;
}

ul.menu li, #access div.menu li {
	float:left;
}

ul.menu li a, #access div.menu li a {
	display:block;
	padding:5px;
}

label.overcontent {
	cursor:text;
	margin:0.5em 0;
	padding:5px;
	position:absolute;
	width:auto;
}

label.abovecontent {
	display:none;
}

form.inline label.overcontent {
	line-height:1.5em;
}

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	border:1px solid #B5C2D2;
	color:#436571;
	font-family:inherit;
	font-size:inherit;
}

.container {
	margin-top:1.5em;
}

.rounded,
#access div.menu li a {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;
}

.box {
	background:#F5F5F5;
	border-top:8px solid #C8C1C1;
}

.small {
	font-size:.917em;
	line-height:inherit;
}

.quiet {
	color:#888;
}

/* Header
------------------------------------------------------------------------------*/
#header a:hover {
	text-decoration:none;
}

#brand a {
	background:url(../img/logo.png);
	display:block;
	height:152px;
	margin:0 auto;
	text-indent:-9999em;
	width:180px;
}

#helpers li a {
	border-right:1px solid #436571;
	color:#436571;
	margin:3px 0 0 7px;
	padding:0 7px 0 20px;
}

#helpers {
	float:right;
	margin:0 0 2.5em;
}

#helpers li:last-child a {
	border:none;
}

#helpers li.novedades a {
	background:url(../img/news.png) no-repeat left center;
}

#helpers li.biblioteca a {
	background:url(../img/biblioteca.png) no-repeat left center;
}

#helpers li.visitas a {
	background:url(../img/visitas.png) no-repeat left center;
}

#helpers li.links a {
	background:url(../img/links.png) no-repeat left center;
}

#helpers li.sitemap a {
	background:url(../img/sitemap.png) no-repeat left center;
}

#helpers li.contact a {
	background:url(../img/contact.png) no-repeat left center;
}

#helpers li.search {
	padding:0 0 0 7px;
}

#helpers li.search label, #helpers li.search input.text {
	color:#436571;
	margin:0;
}

#helpers li.search input.text {
	margin:0;
	width:170px;
}

#access {
	margin-top:25px;
}

#access div.menu {
}

#access div.menu li {
	display:block;
	font-size:1.083em;
	margin:0 0 0 13px;
	text-align:center;
}

#access div.menu li.first {
	margin-left:0;
}

#access div.menu li a {
	background:#EBF6F9;
	color:#006A91;
	padding:7px 5px;
	width:80px;
}

#access div.menu li.active a, #access div.menu li a:hover {
	background:#01A0C8;
	color:#fff;
}

/* Content
------------------------------------------------------------------------------*/
#inner {
}

#content {
	-webkit-border-top-left-radius:15px;
	-khtml-border-radius-topleft:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;

	-webkit-border-top-right-radius:15px;
	-khtml-border-radius-topright:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;

	background:#fff;
	min-height:300px;
	padding:20px;
}

#content .item {
	border-bottom: 1px solid #eee;
	margin-bottom:1.5em;
}

#content .item .lic-title {
	margin-bottom:.5em;
}

#content .item .lic-title .lic-edit {
	font-size:.667em;
}

#content .item .lic-edit {
	font-size:.917em;
}

#content .item ul.lic-meta {
	margin-bottom:1em;
}

#content .item h4 {
	font-size:1em;
	font-weight:700;
	margin-bottom:.5em;
}

#content .item dl.lic-details {}

#content .item dl.lic-details dt {
	color:#333;
	float:left;
	padding:8px 0;
	text-align:right;
	width:150px;
}

#content .item dl.lic-details dd {
	border-bottom:1px solid #eee;
	margin:0;
	min-height:1.5em;
	padding:8px 0 8px 160px;
}

#content .item dl.lic-details dd.last {
	border:none;
}

body.licitacion-single .print {
	float:right;
	margin-top:.5em;
}

body.licitacion-single .print a {
	background:#f3f3f3;
	display:block;
	font-size:.917em;
	font-weight:700;
	line-height:1.5em;
	padding:.5em 1em;
}

body.licitacion-single .lic-caregories {
	font-weight:700;
	margin-bottom:0;
}

#content .item .lic-edit a, body.licitacion-single .lic-caregories a {
	color:#888;
}

#page-indicator .quiet {
	font-style:italic;
}

#page-selector {
	font-size:.917em;
}

#page-selector a, #page-selector span {
	background:#fff;
	border:1px solid #fff;
	display:block;
	float:left;
	margin-right:.1em;
	padding:.2em .5em;
}

#page-selector a {
	border:1px solid #0083B4;
	text-decoration:none;
}

#page-selector .current-page {
	background:#0083B4;
	color:#fff;
	font-weight:700;
}

#page-selector .disable {
	border:1px solid #ddd;
	color:#999;
}

/* 404
------------------------------------------------------------------------------*/
body.error404 #content ol {
	padding-left:1.5em;
}

/* Sidebar
------------------------------------------------------------------------------*/
#sidebar {}

#sidebar h3 {
	color:#545454;
	font-size:1.167em;
	font-weight:700;
	text-transform:uppercase;
}

#sidebar .module {
	margin-bottom:1.5em;
}

#sidebar .box a {
	color:#545454;
}

#sidebar label {
	font-weight:400;
}

#search {}

#search h3 {
	margin-bottom:.25em;
}

#winzip {}

#winzip a {
	background:url(../img/compress.png) no-repeat 0 50%;
	padding:0 0 0 40px;
}

#winzip strong, #winzip a {
	display:block;
}

#winzip strong {
	font-size:14px;
}

#winzip a:hover {
	text-decoration:none;
}

#winzip a:hover strong {
	text-decoration:underline;
}

#categories {}

#categories ul {
	line-height:1.75em;
}

#categories ul ul {
	margin-left:1.5em;
}

#categories li {}

#categories li li {}

#categories a {
	background:url(../img/folder.png) no-repeat 0 50%;
	display: block;
	font-weight:700;
	padding-left:20px;
}

#categories li li a {
	background:none;
	font-size:.917em;
	font-weight:400;
	padding-left:0;
}

/* Footer
------------------------------------------------------------------------------*/
#footer {
	background:#E2F2F5;
	padding:15px 20px;
}

#footer .hcard {
	color:#4B6A72;
}

#ss {
	background:url(../img/socialsnack.png);
	display:block;
	height:25px;
	margin-top: 4px;
	text-indent:-9999em;
	width:169px;
}
