* {
	font-size: 13px;
	font-family:  Verdana, Arial, Helvetica;
	color: #000000; 
}

html {
	margin: 0;
	padding: 0;
}

body { 
	margin: 0; 
	padding: 0;
}



p { 
	text-align: justify;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

submit {
	font-size: 12px;
}


/* ids */ 
#header{
	background-image: url(images/fondo.gif);
	/*height:100px;*/ 
	width:100%;
} 

#menucontainer{
	height:25px;
	background-color:#000000; 
	width:100%;
}
 
#leftcol{
	/*background-color:yellow;*/ 
}

#rightcol{
	/*background-color:#00ff00;*/
}

#maincol{
	padding: 10px 10px 10px 10px;
	/*background-color: #f2f2ff;  */
}

#pagetitle{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: black; 
	text-align: center;
}

#systemmessages{
	color: #ff0000;
	background-color: #F3E98B;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}

/*classes*/
.form_question {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #0099CC; 
}

.error {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #ff0000; 
}

.fatalerror {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #ff0000; 
}

.tableheader {
	background-color: black;
	color: white;
	font-weight: bold;
}

.tableheader td {
	color: white;
}

.remark {
	background-color: #F8FFAE;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	padding: 10px;
}

.highlight {
	background-color: #F8FFAE;
}

#cabecera {
	font-size: 24px;
	font-weight: bold;
	color: black;
	border-style: solid;
	padding: 10px;
}