/* CSS Document ETIQUETAS GENERALES*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:1px;
	margin-left: auto;
	margin-right: auto;
	clear:left;
	
}

p, ul, td, ol, input, select, input, select {
	font-size: 15px;
	color: #6c6c6c;
} 
form {
	color: #002d62;
	font-size:11px;
}
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(icono_abajo_azul.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 17px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
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;
}
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 {
}
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 td {font-size: 0.9em;}


a {}
a:link {}
a:visited {}
a:active {}
a:hover {text-decoration:none}
input:focus, textarea:focus { background-color:#F7F8F9;}
input[type=hidden] { display:none !important;}
ACRONYM {}
