.todo {
	background-color: #ffffff;
	background-image: url('../img/fondo.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 25px;
	margin-left: 5px;
}

.todo img {
	border: 0px;
}

#working {
	position: absolute;
	background-color: #fcfdde;
	color: red;
	border: 1px solid black;
	text-align: center;
	top: 5px;
	left: 15%;
	width: 75%;
	z-index: 5;
	padding: 5px;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
}

#cabecera {
	height: 80px;
}

#cabecera img {
           left : 15px;
           position : absolute;
           top : 14px;
           width : 150px;
          height : 150px;

}

#cabecera span.h1 {
	position: absolute;
	left: 200px;
	top: 30px;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
}

#cabecera span.h2 {
	position: absolute;
	left: 200px;
	top: 55px;
	color: #2f54ac;
	font-size: 20px;
	font-family: Arial;
	font-style: italic;
}

#cabecera span.login {
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	right: 5px;
	position: absolute;
	top: 5px;
}

#cabecera span.login a {
	font-family: Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}

#busqueda {
	position: absolute;
	left: 200px;
	top: 120px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
}

#busqueda input {
	font-size: 16px;
	color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#busqueda input:hover {
	color: black;
}

#busqueda .button {
	background-color: #2f54ac;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 1px;
	border-right-style: outset;
	border-right-width: 1px;
	border-top-style: outset;
	border-top-width: 1px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

#busqueda a {
	background-color: gray;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	border-left-style: outset;
	border-left-width: 1px;
	border-right-style: outset;
	border-right-width: 1px;
	border-top-style: outset;
	border-top-width: 1px;
	color: #ffffff;
	color: black;
	font-size: 16px;
	left: 15px;
	position: absolute;
	top: 127px;
}

#busqueda a:hover {
	background-color: #ffffff;
	color: #2f54ac;
}

#busqueda .button:hover {
	background-color: #ffffff;
	color: #2f54ac;
}

#tabla {
	background-color: transparent;
	left: 0;
	position: absolute;
	top: 200px;
	width: 200px;
	color: #2f54ac;
}

#tabla a {
	color: #2f54ac;
	text-decoration: none;
}

#personal {
	display: none;
	padding-left: 7px;
	width: 200px;
}

#personal ul {
	text-align: left;
	list-style-image: url(../img/bookmark.gif);
}

#tabletitle ul {
	list-style-image: url(../img/bookmark_folder.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#personal li {
	border: none;
	color: black;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-right: 2px;
	vertical-align: top;
}

#loader {
	display: none;
}

#loader ul {
	list-style-image: url(../img/loading.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#loader li {
	color: #2f54ac;
	border: none;
	color: black;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-right: 2px;
	vertical-align: top;
}

#tabla li:hover {
	cursor: default;
}

#personal li img {
	vertical-align: bottom;
}

#fuentes ul {
	list-style-image: url(../img/signature.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#predefinidas ul {
	list-style-image: url(../img/predefined.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#profile ul {
	list-style-image: url(../img/profile.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#exit ul {
	list-style-image: url(../img/exit.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#showhelp ul {
	list-style-image: url(../img/help.gif);
	color: #2f54ac;
	border-width: 0;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
	font-weight: bold;
}

#help {
	position: absolute;
	background-color: #fcfdde;
	border: 1px solid black;
	display: none;
	top: 100px;
	left: 15%;
	width: 70%;
	z-index: 5;
	padding: 5px;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 15px;
}

#help ul {
	list-style: none;
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 10px;
}

#help ul li {
	margin-top: 5px;
}

#help ul li img {
	padding-right: 5px;
}

#help a {
	margin-top: 15px;
	margin-bottom: 10px;
	background: transparent url(../img/cancel.gif) no-repeat 4px;
}

#about {
	position: absolute;
	background-color: #fcfdde;
	border: 1px solid black;
	display: none;
	top: 100px;
	left: 15%;
	width: 70%;
	padding: 5px;
	z-index: 5;
	font-family: Verdana, 'Times New Roman', Times, serif;
	font-size: 13px;
}

#about ul {
	list-style: none;
	list-style-position: inside;
	margin-top: 15px;
	margin-bottom: 10px;
}

#about ul li {
	margin-top: 5px;
}

#about ul li img {
	padding-right: 5px;
}

#about a#close {
	margin-top: 15px;
	margin-bottom: 10px;
	background: transparent url(../img/cancel.gif) no-repeat 4px;
}

.didyoumean {
	color: #ff9900;
}

#qry {
	color: #ff9900;
	font-size: 20px;
	font-family: Arial;
	background-color: transparent;
	margin-top: 100px;
	margin-left: 210px;
	margin-right: 15px;
	text-align: center;
}

#qry img {
	vertical-align: bottom;
	padding-right: 1px;
	width: 50px;
}

#qry img.add {
	vertical-align: bottom;
	padding-right: 1px;
	width: 22px;
}

#qry div.nright {
	font-size: 14px;
	color: #ff9900;
	text-align: right;
	float: right;
	width: 48%;
	padding-bottom: 5px;
}

#qry div.nleft {
	font-size: 14px;
	color: #ff9900;
	text-align: left;
	float: left;
	width: 48%;
	padding-bottom: 5px;
}

#qry div.nleft a {
	color: #0184ff;
	text-decoration: none;
}

#qry div.nright a {
	color: #0184ff;
	text-decoration: none;
}

#noticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	margin-left: 210px;
	margin-right: 15px;
	margin-bottom: 50px;
	padding-bottom: 2px;
	text-align: justify;
}

#noticias a {
	color: green;
}

#noticias div.date {
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 12px;
	padding-top: 2px;
	text-align: right;
}

#noticias div.title {
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 18px;
	padding-bottom: 2px;
}

#noticias div.title a {
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 18px;
	padding-bottom: 2px;
	text-decoration: none;
}

#noticias div.title img {
	vertical-align: bottom;
	padding-left: 3px;
}

#noticias div.summary {
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	padding-bottom: 2px;
}

#noticias div.summary img {
	width: 150px;
	float: right;
	padding-left: 7px;
	padding-bottom: 2px;
}

#noticias div.summary img.large {
	float: right;
	width: 16px;
	height: 16px;
	padding-left: 0;
	padding-bottom: 3px;
	text-align: right;
}

#noticias div.summary img.llarge {
	float: right;
	width: 16px;
	height: 16px;
	padding-left: 0;
	padding-bottom: 10px;
	text-align: right;
}

#noticias div.links {
	font-family: Helvetica, sans-serif;
	color: green;
	font-size: 12px;
	padding-bottom: 10px;
}

#noticias div.links img {
	width: 16px;
	vertical-align: bottom;
	padding-right: 1px;
}

#noticias div.left {
	padding-top: 10px;
	float: left;
	width: 48%;
}

#noticias div.right {
	padding-top: 10px;
	float: right;
	width: 48%;
}

#pie {
	float: left;
	border-color: transparent;
	border: 0px;
	font-size: 8px;
	color: gray;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

#pie div.versions {
	font-size: 14px;
	color: black;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

#pie div.versions a {
	font-size: 14px;
	color: green;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

#pie a {
	color: gray;
}

#noticias div.field {
	clear: both;
	padding-top: 1em;
	width: 100%;
}

#noticias div.field span.label {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 49.5%;
}

#noticias div.field span.center {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

#noticias div.field span.errorMessage {
	text-align: center;
	float: left;
	font-weight: bold;
	color: red;
	width: 100%;
}

#noticias div.field span.entry {
	float: right;
	text-align: left;
	width: 49.5%;
}

#radios {
	list-style-type: disc;
	text-align: left;
}

#radios span.circle {
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
}

#radios span.label {
	color: #07ad5a;
	text-align: left;
	padding-left: 5px;
}

#radios span.rate {
	color: green;
	text-align: left;
	padding-left: 20px;
}

.autocomplete {
	text-align: left;
	position: absolute;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial;
	overflow: hidden;
}

.autocomplete ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: auto;
}

.autocomplete li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
}

.autocomplete li.selected {
	background-color: #cef;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
}

#div.predefined {
	/*margin-bottom: 100px;
	padding-bottom: 100px;*/
	/*padding-top: 30px;*/
}

#predefined div.predefinedcategory {
	color: #de0750;
	font-size: 20px;
	font-family: Arial;
	background-color: transparent;
	margin-top: 10px;
	margin-left: 210px;
	margin-right: 15px; 
	text-align: left;
}


#predefinedquery {
	color: #ff9900;
	font-size: 20px;
	font-family: Arial;
	background-color: transparent;
	margin-top: 100px;
	margin-left: 210px;
	margin-right: 15px; 
	text-align: center;
	padding-top: 30px;
	list-style-image: url(../img/minus.gif);
}

#predefined div.predefinednoticias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: transparent;
	margin-left: 210px;
	margin-right: 15px;
	margin-bottom: 50px;
	text-align: justify;
}


#predefined div.predefinednoticias span.left {
	/*padding-top: 10px;*/
	/*padding-right: 30px;*/
	/*float: left;*/
	/*width: 80%;*/
}

#predefined div.predefinednoticias span.right {
	/*padding-top: 10px;
	width: 48%;*/
}

#predefined div.predefinednoticias a {
	color: green;
}

#predefined div.predefinednoticias div.date {
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 12px;
	padding-top: 2px;
	text-align: right;
}

#predefined div.predefinednoticias div.title {
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 18px;
	padding-bottom: 2px;
}

#predefined div.predefinednoticias div.title a {
	font-family: Helvetica, sans-serif;
	color: #2f54ac;
	font-size: 18px;
	padding-bottom: 2px;
	text-decoration: none;
}

#predefined div.predefinednoticias div.title img {
	vertical-align: bottom;
	padding-left: 3px;
}

#predefined div.predefinednoticias div.summary {
	font-family: Helvetica, sans-serif;
	color: black;
	font-size: 14px;
	padding-bottom: 2px;
}

#predefined div.predefinednoticias div.summary img {
	width: 150px;
	float: right;
	padding-left: 7px;
	padding-bottom: 2px;
}

#predefined div.predefinednoticias div.summary img.large {
	float: right;
	width: 16px;
	height: 16px;
	padding-left: 0;
	padding-bottom: 3px;
	text-align: right;
}

#predefined div.predefinednoticias div.summary img.llarge {
	float: right;
	width: 16px;
	height: 16px;
	padding-left: 0;
	padding-bottom: 10px;
	text-align: right;
}

#predefined div.predefinednoticias div.links {
	font-family: Helvetica, sans-serif;
	color: green;
	font-size: 12px;
	padding-bottom: 10px;
}

#predefined div.predefinednoticias div.links img {
	width: 16px;
	vertical-align: bottom;
	padding-right: 1px;
}

#table class.twocolumnstable {
	empty-cells: show	
}

