@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: normal;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
	background-image: url(../images/interfaz/bg-search.gif);
	background-repeat: repeat;
	z-index: 1000;
}

p {
	margin-top: 10px;
}

	
/*Titulos*/
.destacado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	background-color: #333;
	text-align: right;
	float: left;
	width: 40%;
	margin-right: 1em;
	padding-right: 0.5em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F00;
}


h1 {
	font-size: 1.2em;
	padding-bottom: 12px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #F98F3A;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
	padding-left: 75px;
}
#contenido li a {
	height: 28px;
	display: block;
}


a.lista:link, a.lista:visited {
	color: #000;
}
a.lista:hover, a.lista:focus, a.lista:active {
	color: #0099FF;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover, focus {
	color: #bddef5;
}
a:active {
	color: #9CF;
}

a.vinculo:link, a.vinculo:visited {
	color: #0099FF;
}
a.vinculo:hover, a.vinculo:focus, a.vinculo:active {
	color: #666;
}
a.titulos {
	font-size: 0.9em;
	font-weight: bold;
	color: #0064ab;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #f98f3a;
	margin-top: 30px;
	display: block;
	padding-left: 10px;
}


a.link, a.link:link, a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.link:hover, a.link:focus, a.link:active{
	text-decoration: none;
	color: #666666;
}

a.cotiza {
	font-weight: normal;
	text-decoration: underline;
	color: #FF3300;
	background-image: url(../images/interfaz/ico-externo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a.cotiza:link , a.cotiza:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #FF3300;
}
a.cotiza:hover, a.cotiza:focus, a.cotiza:active {
	text-decoration: none;
	color: #666666;
}

	

#bg {
	background-image: url(../images/interfaz/bg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	z-index: 2000;
	margin-top: 5px;
	background-position: center top;
}

#nav {
	background-image: url(../images/interfaz/bg-nav-people.gif);
	background-repeat: repeat;
}
#envoltorio {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#encabezado {
	height: 156px;
	background-image: url(../images/interfaz/encab4.png);
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
}
#index {
	height: 135px;
	width: 280px;
	display: block;
	cursor: hand;
}

#logo {
	background-image: url(../images/interfaz/isologo-cp.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 1px;
	height: 156px;
	width: 128px;
	top: 1px;
}
.logo {
	height: 156px;
	width: 128px;
	display: block;
}
#pie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bolder;
	color: #FFFFFF;
	letter-spacing: 0.6px;
	word-spacing: 1px;
	text-align: center;
	height: 35px;
	vertical-align: middle;
	background-color: #0064ab;
	width: 100%;
	padding-top: 25px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.banner1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 80%;
	font-size: 0.8em;
	font-weight: bold;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contenido li {
	list-style-type: none;
	text-indent: 15px;
	text-align: left;
	background-image: url(../images/interfaz/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#contenido {
	background-color: #FFFFFF;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}
#texto {
	background-image: url(../imgs/interfaz/ajos.png);
	background-repeat: no-repeat;
	float: right;
	width: 350px;
	height: 120px;
}



.clear {
	clear: both;
}
.izquerdista {
	float: left;
}
.centro {
	text-align: center;
}
.derechista {
	float: right;
}
img.izquerdista,img.derechista,.centro img
{
	margin: 5px;
	background-color: #666;
	border: 1px solid #FFF;
	padding: 5px;
}
.columna3 {
	float: left;
	width: 33%;
}
#nav {
	width: 100%;
	z-index:100;
	padding: 0;
	height: 35px;
	background-image: url(../images/interfaz/bg-search.gif);
}


#nav ul { list-style-type: none;
	height: auto;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0064ab;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
#nav ul li a:hover, #nav ul li:hover a.nivel1 {
	background-color: #b9c9de;
	text-align: center;
	vertical-align: top;

}

#nav ul li a:hover, #nav ul li:hover a.nivelh {
	background-color: #25aae1;
	color: #000000;
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;



}

#nav ul li.nivel1 {
	display:block;
	float: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 35px;
	padding: 1px;
}
#nav ul li a.nivel1 {
	display: block!important;
	display: none;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*estilo especial para el inicio*/
#nav ul li.nivelh {
	display:block;
	float: right;
	font-size: 1em;
	line-height:44px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #727d95;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin: 2px;
	width: 122px;
	text-align: center;
	vertical-align: top;
	height: 35px;

}
#nav ul li a.nivelh {
	display: block!important;
	display: none;
	background-image: url(i/home.gif);
	background-repeat: no-repeat;
	background-position: 35px center;
	color:#000000;
}
.gray {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	background-position: left;
	padding-bottom: 15px;
}
.bold {
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.center-bold{
	text-align: center;
	font-weight: bold;
}

.destacado {
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.nota {
	font-style: normal;
	line-height: 1em;
	color: #b9c9de;
	font-size: 1em;
	text-align: left;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 1px;
	background-color: #F4F4F4;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
}
td {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

