* {
	font-family:arial, helvetica, verdana;
	font-size:12px;
	color:#333;
}

p, ul {
	line-height:1.4em;
}

p {
	margin-top:   1em;
	margin-bottom:1em;
}

ul {
	padding:.5em;
	padding-left:1.5em;
	list-style-type:square;
}

h1, h2, h3, h4 {
	margin-top:   .2em;
	margin-bottom:.4em;
	padding-bottom:.2em;
	color:#a90000;
	font-family:georgia;
	font-weight:normal;
}

#colR h1,
#colM h1,
#colL h1 {
	border-bottom:1px dotted #ffaaaa;
}

h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em;}
h4 {font-size:1.1em;}

#colT h1 {font-size:1.6em;}

#breadcrumb {
	font-size:.8em;
}


#footer {
	text-align:center;
}
#footer {
	font-size:.9em;
	color:#888;
}


#breadcrumb *,
#footer * {
	font-size:1em;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}
/* FORMULAR ========================================= */

fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea {
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}

