@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#fff;
	background-color:#000;
}

#contenedor{
	text-align:center;
	width:1040px;
	color:#fff;
	background-color:#000;
	margin:auto;
	text-decoration: none;
}

#contenido{
	text-align:left;
	width:1000px;
	color:#fff;
	background-color:#000;
	margin: auto auto -60px;
	height: auto !important;
	text-decoration: none;
}

#cabecera{
	height:410px;
	width:1000px;
	text-decoration: none;
}

#navegador{
	float:left;
	width:225px;
	height:280px;
	z-index:5;
}

#flashAnim{
	float:right;
	width:775px;
	height:280px;
	z-index:-5;
}

#leftNav{
	width:225px;
	float:left;
	color:#fff;
	background-color:#000;
}

#rightNav{
	width:235px;
	float:right;
}

#infoTexto{
	width:750px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#fff;
	line-height: 18pt;
	color:#fff;
	background-color:#000;
	padding-top:10px;
	padding-right:25px;
	padding-bottom:25px;
	text-align: justify;
}

#infoTexto h1{
	font-size: 1.2em;
	color: #FFF;
	padding-left:20px;
	line-height:16pt;
}
#infoTexto h2{
	font-size: 1.1em;
	color: #FFF;
	padding-left:20px;
	line-height:1.1em;
}
#infoTexto h3{
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height:1.1em;
}

#infoTexto .titulo{
	font-size: 18pt;
	font-weight: bold;
	color:#fff;
	background-color:#000;
}

#infoTexto .imagenes{
	padding: 5px;
	color:#fff;
	background-color:#000;
}
#infoTexto p{
	font-size: 1em;
	line-height:1.5em;
	padding-left:20px;
}

#infoTexto li.inside {
	list-style-position:inside;
	font-size: 10pt;
	line-height:12pt;
	color:#FFF;
}
a:link,a:hover,a:visited{
	text-decoration:none;
	color:#FFF;
}

#pie{
	width:1000px;
	clear:both;
	height:60px;
	color:#fff;
	background-color:#000;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
	vertical-align:middle;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color: #0F98CE;
	border-right-color: #0F98CE;
	border-bottom-color: #0F98CE;
	border-left-color: #0F98CE;
	margin-top: 5px;
}
.push {
	height: 60px;
}
