@charset "utf-8";
/* CSS Document */

body, td, th, input { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	/*font-size: x-small;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

body {
	background: #fff;
	color: #333;
	min-width: 610px;
	margin: 0 0 1em 0;
	padding: 0; /* necesario para Opera */
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	margin: 0.1em 0 0.2em 0;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }
li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
	text-indent: none;
}

ul {
	margin: 1.5em 0;
}

ul li {
	margin: 0 0.1em;
	padding-bottom: 8px;
	line-height: normal;
}

.sombra{
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	position: relative;
}
.frase{
	color: #0000CC;/*#336699*/
	top: -1px;
	left: -1px;
	position: absolute;
}
.destacado{
	color: #000099;
}
.tabla{
font-size: x-small
}

/* Navegacion */

:link {
	color: #333;
	text-decoration: none;
}
:visited {
	color: #333;
	text-decoration: none;
}
:link:hover, :visited:hover {
	color: #0000CC;
}
:link:active, :link:active {
	color: #0000CC;
}
#caja-exterior{
	float:left;
	width:105px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-left-style: none;
}

#cajita{
	float:left;
	width:105px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 1px;
	border-left: 1px solid #576178;
	height: 450px;
}

#cajita ul {
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
} * html #cajita ul { right: 50px; } 

#grafico {
	float: left;
	width:100px;
	height:55px;
	padding: 25px 0px 25px 0px;
}

#subtitulos {
	float: left;
	width:100px;
	height:65px;
	padding: 0px 0px 2px 0px;
}

#cajita-interna {
	float: left;
	width:100px;
	height:auto;
	padding: 0px 0px 0px 0px;
	font-size: x-small;
}

/* page title */

#titulo-pagina {
	background-color: #132974;	/*background: url(../img/bg-cabecera-pequeno.jpg) repeat-x 50% 0;*/
}

#titulo-pagina div, #contenedor {
	max-width: 1024px; /*750px*/
	margin: 0 0 0 0;
	padding: 0 0px;
}

#titulo-pagina div {
	background: url(img/top.jpg) no-repeat 0% 0;
	height: 104px;
} body>#titulo-pagina div { height: auto; min-height: 104px; }

#titulo-pagina div h2 {
	margin: 0;
	padding: 0px 0;
	border: 0;
}

#titulo-pagina div h2 img {
	border: 0;
}

/* contenidoPrincipal */

#contenidoPrincipal {
	color: #3c475b;
	line-height: 150%;
	margin-left: 211px;
}

#contenidoPrincipal hr {
	margin: 2em;
}

#contenidoPrincipal h3 {
	font-weight: normal;
}

/* otros pagina inicial */

#home-link img {
    border: none;
    float: right;
    text-decoration: none;
    margin-left: 10px;
}

/* izquierda */
#izda-caja {
	float: left;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	width: 210px;
	height: 250px;
}

#izda-caja h2 {
	font-size: 180%;
	font-weight: bold;
	color: #000099;
}

/* pie */

#doc-links a,
#switch-links a,
#tool-links a {
    padding: 0 1em;
}

#pie {
	clear: both;
	color: #888;
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
}

#pie ul {
	margin: 1.5em 0;
}

#pie ul li {
	display: inline;
	margin: 0 0.5em;
}

/* responsabilidad */

#responsabilidad {
	clear: both;
	background: url(nuevo2/img/pie.png) top repeat-x;
}

#responsabilidad form {
	float: right;
	margin: 1em 50px 2em 25px;
}

#responsabilidad form select {
	font-size: 80%;
}

#responsabilidad p {
	max-width: 750px;
	font-size: 80%;
	margin: 0 auto;
	padding: 4px 50px 3px 50px;
}

#responsabilidad a { color: #f7941d; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* avatares */

.enlace a:link,
.enlace a:visited,
.enlace a:hover,
.enlace a:active {
	background: #a8ed2d url(nuevo2/img/install-button.png) no-repeat top left;
	display: block;
	color: #005825;
	text-decoration: none;
}

.enlace a:hover span.install-green-button,
.enlace a:active span.install-green-button {
	background: url(nuevo2/img/install-button.png) no-repeat bottom right;
}

.enlace a:hover,
.enlace a:active {
	background: #89dc29 url(nuevo2/img/install-button.png) no-repeat top right;
	color: #000;
	cursor: hand;
}
