/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

html{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, sans-serif;
 	font-weight: normal;
	font-size: 12px;
	background-color: #292929;
	margin: 0;
	padding: 0;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

h1{
	margin: 0;
	padding: 0;
}

h1 span.peque{
	font-size: 10px;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a.top_nav{
	color: #ffffff;
	text-decoration: underline;
}

a.top_nav:hover{
	text-decoration: none;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/**
	DESCRIPCIÓN
*/
#descripcion{
	margin: 0 auto;
	width: 770px;
	color: #FFF;
	text-align:center;
	margin-bottom: 10px;
}


/**
	CONTENIDO
*/
#contenido{
	margin: 0 auto;
	width: 770px;
	background-color: #ffffff;
}

#contenido .inner_contenido{
	padding: 15px;
	text-align: justify;
	overflow: hidden;
}

#navegacion{
	margin: 0 auto; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 770px; 
	border-bottom: 1px solid #dbd8d6; 
	border-top: 1px solid #dbd8d6
}

#footer{
	margin: 0 auto; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 770px; 
	border-bottom: 1px solid #dbd8d6; 
	border-top: 1px solid #dbd8d6
}

/**
	MENU
*/
#menuh {
	font-size: 12pt;
	margin-top: 20px;
}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #fff;
	background: #1B5790;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border-width: 1px 1px 1px 0;
}


#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}

#menuh a:hover {
	background: #DBEBF6;
	color: #1B5790;
}

/*
	HEADINGS
*/
h2 {
	margin:0;
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
}


/**
PRUEBA MENU
*/

#titulo_seccion{
	background-color: #b3e3f9;
	padding: 2px 8px 2px 8px;
	overflow: hidden;
	font-weight: bold;
}

#acciones_panel{
	background-color: #b3e3f9;
	padding: 2px 8px 2px 8px;
	overflow: hidden;
}



#acciones_panel ul{
	margin: 0;
	padding: 0px 8px 2px 8px;
	list-style-type: none;
}

#acciones_panel li{
	float:left;
	margin-top: 0;
	padding: .2em 1em;
}

.nav-main {
	margin:0 auto;
	overflow:hidden;
	width:770px;
	background-color: #155DFF;
}

.container {
	width:100%;
}

#nav-main {
   float : left;
   width : 500px;
   list-style-type : none;
   margin-bottom : 0;
	margin-top: 0;
	font-weight: bold;
}

#nav-main_footer {
   float : left;
   width : 500px;
   list-style-type : none;
   margin-bottom : 0;
	margin-top: 0;
}

#nav-main li {
   float : left;
}

#nav-main a {
   display : block;
   padding : 0.5em 0.5em;
   text-decoration : none;
   color : #ffffff;
}

#nav-main a:hover, #nav-main a:focus {
   background : #dbd8d6;
	color: #000000;
}

li.selected {
   padding : 0.5em 0.5em;
   text-transform : uppercase;
   color : #fff;
   background : #7e746b;
}

li.mini{
	font-size: 11px;
	font-weight: normal;
}

#nav-main a.selected {
   background : #948c84;
   color : #fff;
}

#nav-main a.selected:hover, #nav-main a.selected:focus {
   background : #dbd8d6;
   color : #544c44;
}

/* ULTIMOS POSTS */
#ultimos{
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
#ultimos h1{
	margin: 0;
	font-size: 14px;
}

#ultimos .fecha{
	font-size: 11px;
	color: #666;
}

#ultimos_importante{
	border: 2px solid #ff0000;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
#ultimos_importante h1{
	margin: 0;
	font-size: 14px;
}

#ultimos_importante .fecha{
	font-size: 11px;
	color: #666;
}

.importante{
	/*background: url(../imgs/vip.png) top left no-repeat;*/
	font-weight: bold;
}


/* BOTONES */
label{
	margin-right: 0.5em;
	margin-top: 0.7em;
	display: block
}

label.error{
    padding: 4px;
    font-size: 10px;
    background-color: #cd0a0a;
color: #ffffff;
font-weight: bold;
}


input[type="text"], input[type="password"], textarea {
    border: 2px solid #d5dde0;
    padding: 4px;
    font-size: 12px;
    background-color: #fbfbfb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input[type="text"].obligatorio{
	border: 2px solid #ff0000;
    padding: 4px;
    font-size: 12px;
    background-color: #ff7373;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #7bc7ed;
}

input[type="submit"], input[type="button"] {
    border: 2px solid #d5dde0;
    padding: 4px 6px;
    font-size: 12px;
    background-color: #fbfbfb;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    border-color: #a7b8be;
}



/* TABLAS */
/****** lists *******/

table {
    border-collapse: collapse;
    border-spacing:0;
}

table.list {
    width: 100%;
}
table.list h3 {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
}

table.list tr {
    border-width: 1px 0;
    border-color: #dfe5e7;
    border-style: solid;
}
table.list.list-all .closed {
    text-decoration: line-through;
}

table.list td {
    padding: 8px 15px;
    color: #4b4b4b;
}

table.list td img {
    vertical-align: middle;
}

table.list td.title a {
    font-size: 16px;
    font-weight: bold;
}

.status-primero, .status-proximo {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 8px;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
}

.status-primero {
    background-color: #2CCE15;
}

.status-proximo {
    background-color: #FF7C79;
}

table.list .loading-task td.title {
    font-size: 12px;
    font-weight: normal;
}
table.list td.title .error-text {
    font-size: 12px;
    font-weight: normal;
}

table.list td.status {
    width: 10%;
}

table.list td.detalles{
	width: 95px;
}

table.list td.check, table.list td.arrow {
    width: 6px;
    padding-right: 0;
}

table.list td.project a {
    font-size: 12px;
    font-weight: normal;
    color: #4b4b4b;
}

table.list td.checkbox {
    width: 16px;
}

table.list td.status {
    width: 70px;
}

table.list td.type {
    width: 70px;
}

table.list .project-count {
    color: #888888;
    font-size: 14px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
margin-bottom: 5px
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* ELEMENTOS */
ul.footerNav > li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	list-style: none;
}

ul.footerNav > li.hecho {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	list-style: none;
	color: #cccccc;
}

ul.footerNav > li:first-child {
	border-top: 1px solid #949494;
}

ul.footerNav > li > a {
	display: block;
	margin: -8px 0 -8px -10px;
	padding: 8px 0 8px 10px;
    text-decoration: none;
	color: inherit;
	background: url(listarrow.png) no-repeat right center;
}

/* LINK BORRADO ELEMENTOS */
ul li small.counter {
    font-size: 17px;
    line-height: 13px;
    font-weight: bold;
    color: #000000;
	float: right;
    padding: 4px 10px 5px 10px;
    display: block;
    width: auto;

    
}
