<!--

/* Valores por defecto para distintos elementos */

body {
    margin: 0;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : smaller;
    color: black;
}

table, tr, td {
    font-size : 100%;
    
}
 

table caption {
	display: none;
	visibility: hidden;
	font-size: 0;
}


input {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: black;
}

select {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: black;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
}

h1 {
    font-size: 100%;

}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

h1 {
	
	text-align: left;
	vertical-align: top;
	font-size: 13pt;
	font-weight: normal;
	color: #990000;
	text-transform: none;
	letter-spacing: 0.1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #000000;
	text-transform: none;
	letter-spacing: 0.05em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CC0000;
	text-transform: none;
}

input.texto {
}


table {
}

.invisible {
	color: white;
}

a:link {
	
	color: #CC0000;
	text-decoration: none;
	line-height: 120%;
}
a:visited {
	
	text-decoration: none;
	color: #CC0000;
	line-height: 120%;
}
a:hover {
	
	text-decoration: underline;
	color: #CC0000;
	line-height: 120%;
}
a:active {
	
	text-decoration: none;
	color: #CC0000;
	line-height: 120%;
}

a.global:link {
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
a.global:visited {
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}
a.global:hover {
	
	line-height: 120%;
	color: #000000;
	text-decoration: underline;
}
a.global:active {
	
	line-height: 120%;
	color: #000000;
	text-decoration: none;
}




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;
}

p {
    margin-top: 6pt;
    margin-bottom: 6pt;
    line-height: 150%;
}

ul, ol {
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-left: 4em;
    padding-left: 0;
}

li {
    margin-top: 6pt;
    margin-bottom: 6pt;
    text-align:justify;
    line-height: 150%;
}

.resaltado {
    font-weight: bold;
}

.superindice {
    vertical-align: super;
    font-size: 6pt;
}

.titulo_obra {
    font-style: italic;
}

div {
    margin: 0px;
    border-width: 0px;
    padding: 0px;
}


/* Tablas con bordes */
/*
td, tr, table {
	padding: 0.4em;
	border: 1px solid black;
    border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}*/

/* Formularios sin separaci?n de espacios */
form {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
    clear: none;
}

.obligatorio label {
	color:red;
	font-weight:bold;
}

fieldset {
	margin-top:0.5em;
	border:1px gray solid;
	margin-bottom:0.5em;
}

legend {
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;	
}


/* Enlaces / botones */

a.boton_texto {
    white-space: nowrap;
}

form a.boton_texto,
form a.boton_texto:visited {
	
	background-color: #EFEFCF;
	height: 1.4em;
	width: 5em;
}



input.submit_boton {
	position:relative;
	top:-0.1em;
	color: #666666;
	margin-left: 40em;
    background-color: #EFEFCF;
    height: 1.4em;
	width: 5em;
	border: 1px solid #CC0000;
}

html>body input.submit_boton {
	top:0.05em;
}

input.submit_boton_over {    
	position:relative;
    color: #CC0033;   
	top:-0.1em;
    background-color: #EFEFCF;
    height: 1.4em;
	width: 5em;
	text-align:center;
	border: 1px solid #CC0000;    
}

html>body input.submit_boton_over {
	top:0.05em;
}

input.submit_boton,
input.submit_boton_over {
    margin: 0;
}

input.submit_boton:active {
color: orange;
}

input.submit_boton:hover,
input.submit_boton_over {
    cursor: pointer;
}

/*
form a.boton_texto,
form a.boton_texto:visited {
	padding-top: 0.15em;
	padding-bottom: 0.15em;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0;
}
*/



a#boton_limpiar:link, .boton_cancelar a:link {
	
	text-align:center;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CC0000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0;	
}
a#boton_limpiar:visited, .boton_cancelar a:visited {

	text-align:center;	
	color: #666666;
	text-decoration: none;
	border: 1px solid #CC0000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0;
	padding-bottom: 0;	
	
}
a#boton_limpiar:hover, .boton_cancelar a:hover {

	text-align:center;
	color: #CC0033;
	text-decoration: none;
	border: 1px solid #CC0000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0;
	padding-bottom: 0;	
	
}
a#boton_limpiar:active, .boton_cancelar a:active {
	
	text-align:center;
	color: #CC0033;
	text-decoration: none;
	border: 1px solid #CC0000;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 0;
	padding-bottom: 0;	
	
}



a.enlace_externo {
	padding-right: 14px;
	background-image: url(../../i18n/img/iconos/link_externo.gif);
	background-repeat: no-repeat;
	background-position: center right;
}



.titulo_seccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #5C92AD;
	text-decoration: none;
}

.texto_pie {

	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	text-indent: 10px;
}

a.boton2:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 120%;
}
a.boton2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 120%;
}
a.boton2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	line-height: 120%;
}
a.boton2:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 120%;
}

.titulo_bivipu {
	text-align: left;
	vertical-align: top;
	color: #006633;
	text-transform: none;
	letter-spacing: 0.1em;
}

.titulo_coleccion {
	text-align: left;
	vertical-align: top;
	color: #699;
	text-transform: none;
	letter-spacing: 0.1em;
}

.texto_pie{

	font-size: 80%;
}


.texto_x-small {
	text-decoration: none;
	text-align: right;
	font-size: smaller;
	color: #000000;
}

.texto_general {
	
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;

}

#secciones {

	text-align: left;
	list-style-type: none;
	list-style-position: outside;
}

/*hacemos mas pequenio el boton de ir*/

#boton_accion_ir {

	width:2em;
}


a#contactar:link {

	color: black;
}

a#contactar:visited {

	color: black;
}

a3contactar:hover {

	color: black;
}

a3contactar:active {

	color: black;
}



.estadisticas_indice {

	margin-top:1em;

}
 
 

-->
