/* Elementos genéricos
----------------------------- */
a {
	color:#377996;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	font-size:9pt;
	font-weight:normal;
	color:#665152;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #05587C;
	padding:10px 0px 5px 0px;
	background:url(../img/separator.gif) repeat-x bottom left;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #05587C;
	padding-bottom:10px;
}

.bold {
	font-weight:bold;
}

.orange {
	color:#E68546;
	font-weight:bold;
}

.clear {
	clear:both;
}

/* Formularios
----------------------------- */
fieldset {
	border: 0px;
}

legend {
	font-style:italic;
	font-size:9pt;
	color:#377996;
	padding:15px 0px;
}

.etiqueta {
	display: block;
	float: left;
	clear: left;
	font-size:8pt;
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
	width:110px;
}

.etiquetacheckbox {
	display: block;
	font-size:8pt;
	font-weight: bold;
	margin-left: 4px;
}

input.text {
	font-size:8pt;
	color:#7E6B6B;
	background-color:#DFDEDD;
	border:1px solid #EBE7E4;
}

textarea {
	font-size:8pt;
	color:#7E6B6B;
	background-color:#F1EFEC;
	border:1px solid #EBE7E4;
	overflow:auto;
}


input.button {
	width:66px;
	height:21px;
	background:url(../img/button4.gif) no-repeat top left;
	border:0px;
	font-size:8pt;
	font-weight:bold;
	color:#422E2E;
	padding-left:17px;
	margin:10px 10px 10px 0px;
	text-align:left;
	cursor:pointer;
}

