/*-------------------------------------------------------------------------------------------
ELEMENTS COMUNS
-----------------------------------------------------------------------------------------------*/
@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}

img{
	display: none;
}

body{
	
	background: white;
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 12px;
	}

h3{
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 18px;
	}
	
h5{
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 15px;
	}

table.programa{
	border: 1px;
	font-family: "Times New Roman", Times, serif;
	color: Black;
	font-size: 12px;
	}

td.programa{
	vertical-align: top;
	text-align: left;
	}

td.first{
	width: 100px;
	vertical-align: top;
	text-align: left;
	}
td.form{
	text-align: center;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

td.formweb{
	text-align: right;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
	
ul.people{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
li.people{
	margin: 0;
	padding: 3px 0 3px 15px;
	}
	
.titol{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: Black;
	}
	
.destacat{
	font-weight: 500;
	}
	
.textcolumneta{
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}
	
/*img.left{
	display: none;
	float: left;
	margin: 0px 15px 4px 0;
	}

img.center{
	display: none;
 	float: left;
	margin: 0px 15px 4px 0px;
 	}*/
p.indent{
	padding-left: 8px;
}
 


/*------------------------------------------------------------------------------------------
DIVISIONS
-------------------------------------------------------------------------------------------*/	
#wrapper{
	width: 700px;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	}

#header{
	background-color: white;
	color: Black;
	}
	
#nav{
	display: none;

	}

#main{
	background-color: white;
	color: Black;
	}

#linkscolumn{
	background-color: white;
	color: Black;
	}
	
#linkscolumn ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#linkscolumn ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	}

#linkscolumn ul li a, #linkscolumn ul li a:visited {
	border-bottom: none;
	}

#linkscolumn ul li a:hover {
	color: #94AB36;
	}

#lselect {
	font-size: 12px; 
	}

#lselect ul li {
	background-color: white;
	}
	
#columneta{
	background-color: white;
	color: Black;

	}
	
#footer {	
	margin-top: 20px;
	font-size: 10px;
	}
a.print{
	display: none;
}
