html body {
	background: white;
	margin: 0;
}

body, table, td, form {
	font: 10pt Arial, Sans-serif;
}

form, p, table, tr, td, th {
	margin: 0;
	text-indent: 0;
	padding: 0;
	word-spacing: normal;
}

p {
	white-space: normal;
	font-size: 10pt;
}

/* --- */
/* Cabecera y pié de página */

#cp_hdr_barlog {
	height: 50px;
	background: url(../img/bg_barlog.gif) gray repeat-x left top;
}

#cp_hdr_bartitle {
	height: 96px;
	background: url(../img/bg_bartitle.jpg) rgb(95,127,127) no-repeat center top;
	/*border-bottom: 1px rgb(0,41,41) solid;*/
}

#cp_hdr_titleproyect {
	position: relative;
	left: 40%;
	top: 65px;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(0,41,41);
	font-style: italic;
}

#cp_hdr_button {
	position: absolute;
	border: 0;
	top: 0;
	width: 50px;
	height: 50px;
	display: block;
}

#cp_hdr_statusbar {
	text-align: center;
	border: 0px;
	background: rgb(0,41,41);
	padding: 5px 0 5px 0;
	display: block;
	margin: 0;
}

#cp_hdr_statusbar p, #cp_hdr_statusbar div, #cp_hdr_statusbar table, #cp_hdr_statusbar td {
	margin: 0;
	font-size: 9pt;
	color: rgb(204,204,204);
}

/* --- */
/* General */

span.adm_login_needinput {
	font-weight: bold;
	color: red;
	font-size: 13pt;
}

h2, h3, h4 {
	color: rgb(0,51,153);
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}

h1 {
	background: url(../img/bg_barlog.gif) white repeat-x left top;
	font-size: 17pt;
	text-align: center;
	margin: 5px 2em 0 2em;
	padding: 2px;
	border: 1px solid gray;
	color: rgb(100,100,100);
	display: block;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

/* --- */
/* boxinfo */

div.boxinfo {
	border: 1px dashed rgb(0,51,153);
	margin: 5px;
	padding: 5px;
}

div.boxinfo p, div.boxinfo div {
	font-size: 10pt;
	color: black;
}

div.boxinfo ul {
	margin: 0 0 0 2em;
	padding: 0;
	text-align: left;
	list-style-type: circle;
}
/* --- */

input.button {
	background: url(../img/bg_buttons.gif);
	width: 152px;
	height: 32px;
	border: 0px;
	color: rgb(204,204,204);
	margin: 10px;
	cursor: pointer;	
}

h3.error {
	color: red !important;
}

/* --- */
/* Columna de información */

td.colInfo {
	background: rgb(0,41,41);
	width: 200px;
}

td.colInfo p, ul, li {
	font-size: 10pt;
}

td.colInfo #iconSelected {
	padding: 5px;
	height: 100px;
}

td.colInfo #iconSelected p {
	color: white;
	font-size: 9pt;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- */
/* Módulos */

#mod {
	margin: 5px;
	padding: 5px;
}

#mod p {
	margin: 0.5em;
}

#mod a:link, #mod a:visited, #mod a:active {
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	color: black;
	font-size: 9pt;
}

#mod a:hover {
	font-size: 9pt;
	color: white;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
	background: rgb(51,102,102);
}

#mod img {
	display: block;
	margin: 0 0 2px 0;
	cursor: pointer;
}

a.link:link, a.link:active, a.link:visited {
	font-size: 11pt;
	color: rgb(0,80,0);
	text-decoration: underline;
}

a.link:hover {
	font-size: 11pt;
	color: green;
	text-decoration: none;
}

a.table:link, a.table:active, a.table:visited {
	color: blue;
	text-decoration: underline;
}

a.table:hover {
	color: blue;
	text-decoration: none;
}
