/* CSS Document ETIQUETAS GENERALES*/
body { font-family:Verdana, Arial, Helvetica, sans-serif; clear:left; font-size:12px; margin-top:0px; margin-left: auto;	margin-right: auto; }

p, ul, td, ol, input, select, input, select {
	font-size: 12px;
	color: #6c6c6c;
} 
form {
	color: #002d62;
	font-size:11px;
	margin-bottom: 0px;
	margin-top: 0px;

}
fieldset {
	margin-top: 5px;
	margin-bottom: 10px;
	border-color: #c5cfdc;
	border-width: 2px;
	border-style: solid;
	padding: 0px 5px 5px 5px;
}
legend {
	font-weight:bold;
	font-size: 1.1em;
	background-image: url(/img/common/icono_abajo_azul.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #002d62;
}
fieldset fieldset {
	border-width:1px;
	}
fieldset fieldset legend {
	font-weight: lighter;
	background-image:none;
	padding-left:5px;
}
label {
	padding-bottom: 2px;
	font-weight: lighter;
	text-align: right;
	width: 49%;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-right: 4px;
	color: #002d62;
	font-size: 11px;
	position: relative;
}
p:first-letter {
	text-transform:capitalize;
}

h1 {
	font-weight: normal;
	color: #002d62;
	font-size: 20px;
}

	
h2 {
	font-size: 11px;
	color: #002d62;
}
h3 {
	font-size: 12px;
	color: #e0962d;
}
h4 {
	font-size: 12px;
	color: #002d62;
}

input, select, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002d62;
	border-right-color: #c5cfdc;
	border-bottom-color: #c5cfdc;
	border-left-color: #002d62;
	letter-spacing:1px;
	color:#333333;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	display: inline;
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #babbbb;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
table {
	position: relative;
}
td {
}
th {
	font-size: 13px;
	background-color:#ECEFF5;
	color:#002d62;
	
}
thead th{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #002D62;
	background-color: #c5cfdc;
}
tbody {}
tfoot {font-size: 0.9em;}


a {}
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration:none; }
input:focus, textarea:focus { background-color:#F7F8F9; }
a img { border:0px; }

input[type=hidden] { display:none !important;}
