<!--

/* Valores por defecto para distintos elementos */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
	background: url(../img/fondo_logo.gif) #fff repeat top left;	
}

table, tr, td {
	font-size:1em;
}

table caption {
	display: none;
	visibility: hidden;
	font-size: 0;
}


input {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
    color: #5B5B00;
}

select {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
    color: #5B5B00;
}

input[type="text"],
input[type="password"],
select{
	border: 1px solid #999;
}

pre {
    font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
}

h1 {
    font-size: 150%;
}

h2 {
	font-weight: normal;
    font-size: 160%;
    padding: 0.2em 0.2em 0.2em 0;
    font-size: medium;
    line-height: 1.2em;
}

h3 {
    font-size: 130%;
    line-height: 1.2em;
    text-transform: uppercase;
}

h4{
	font-size: 100%;
}

input.texto {
}


table {
	width: 100%;
}

.invisible {
	color: white;
}

a:link img,
a:visited img,
a:hover img {
   border-width: 0;
}

a.oculto:link {
    text-decoration: none;
}
a.oculto:visited {
    text-decoration: none;
}
a.oculto:hover {
    text-decoration: underline;
}

ol li a:link{
	text-decoration: none;
}

ol li a:hover{
    text-decoration: underline;
}

p {
    margin-top: 6pt;
    margin-bottom: 6pt;
    line-height: 150%;
}

ul {
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: 1.2em;
}

ol {
    padding-left: 4em;
    margin-left: 0;
}

li {
    text-align:justify;
    line-height: 150%;
}

.resaltado {
    font-weight: bold;
}

.superindice {
    vertical-align: super;
}

.titulo_obra {
    font-style: italic;
}

div {
    margin: 0px;
    border-width: 0px;
    padding: 0px;
}


/* Tablas con bordes */
table {
	border-collapse: collapse;
	border: 1px solid #BBB;
	empty-cells: show;
}

tr {
}

td, th {
	padding: 0.6em;
	text-align: left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: top;
	z-index: 5;
}

th{
	color: #555;
	background-color: #c1c1c1;
	border-bottom: 1px solid #666;
}

th.cabecera{}

/*
td, tr, table {
	padding: 0.4em;
	vertical-align: top;
	text-align: left;
	border: 1px solid red;
}

th {
	visibility:hidden;
	display:none;
}
*/

/* Formularios sin separacion de espacios */
form {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
    clear: none;
}

.obligatorio label {
	color:red;
	font-weight:bold;
}

fieldset {
	border:1px gray solid;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding: 0.5em;
}

legend {
	position: relative;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;	
}


/* Enlaces / botones */

.barra_botones{
}

input.submit_boton,
input.submit_boton_over{
	position: relative;
	top: 0em;
    background-color: #EFEFCF;
	border: 1px solid #9F9F77;
	border-right: 5px solid #9F9F77;
    color: #666;
    vertical-align: top;
    cursor: pointer;
}

form a.boton_texto,
form a.boton_texto:active,
form a.boton_texto:visited{
	position: relative;
	top: 0em;
	display: inline-block;
	height: 13px;
	_width: 56px;
	min-width: 53px;
	border: 1px solid #9F9F77;
	border-right: 5px solid #9F9F77;
	text-decoration: none !important;
    background-color: #EFEFCF;
    color: #666;
    padding-top: 1px;
	*padding-top: 2px;
	font-size: 1em;
	letter-spacing: -1px;
	text-align: center;	
}

form a.boton_texto:hover,
input.submit_boton_over{
    color: #993300;
}

a.enlace_externo {
	padding-right: 14px;
	background-image: url(../../i18n/img/iconos/link_externo.gif);
	background-repeat: no-repeat;
	background-position: center right;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: underline;
}

-->