
/*
gris 1: 666666
gris 2: 999999
gris 3: EDEDEC
gris 4: E6E6E6
gris 5: F6F6F6
rojo 1: A60000
rojo 2: CC0000
rojo 3: FF6600
*/

/* RESET---------------------------- */ 
 body, h1, h2, h3, p, ul, li, form {
	border:0;
	margin:0px;
	padding:0px;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
	background: none;
}

img {
	vertical-align: middle;
}

/* ---------------------------- */ 
 body {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65.0%;
	background: url(../imagenes/bg.jpg) top repeat-x #999999;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	text-align: justify;
}

a:focus {
	outline:none
}

h1 {
	color: #CC0000;
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #FF6600;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

.resaltado {
	font-weight: bold;
	color: #FF6600;
}

/* CONTAINER---------------------------*/ 
 #container {
	margin: 0 auto;
	width:1000px;
	background: #EDEDEC;
}

/* HEADER---------------------------*/ 
 #header {
	height: 99px;
	background: #A60000 url(../imagenes/header-bg.png) repeat-x bottom;
	border-top: 1px solid #CC0000;
}

#nombre {
	float: left;
	width: 398px;
	height: 35px;
	padding:40px 0 0 40px;
	cursor: pointer;
}

#titulo {
	float: right;
	width: 406px;
	height: 51px;
	margin:22px 40px 0 0;
}

/* SIDEBAR---------------------------*/  
  #sidebar {
	float:left;
	margin:40px 0 40px 40px;
	width:170px;
}

/* MENU ACCORDEON ---------------------- */
.menu {
	font-size: 1.2em;
	font-weight: bold;
}

ul.menu, ul.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 200px;
}

ul.menu a {
	display: block;
}

ul.menu li {
	margin-bottom: 1px;
}

ul.menu li a {
	background: #666666 url(../imagenes/barra-menu.png) repeat-x bottom;
	color: #E6E6E6;
	padding: 0.5em;
}

ul.menu li a:hover, ul.menu li a.actiu {
	background: #CC0000 url(../imagenes/barra-menu-activa.png) repeat-x bottom;
	color: #FF6600;
}

ul.menu li ul li a {
	background: #E6E6E6;
	color: #999999;
	padding-left: 20px;
}

ul.menu li ul li a:hover, ul.menu li ul li a.actiu {
	background: #F6F6F6;
	border-left: 5px #999999 solid;
	padding-left: 15px;
}

/* MAIN----------------------------*/  
#main {
	float:right;
	width: 720px;
	margin: 40px 20px 0 0;
}

#about {
	padding: 0 0 0 40px;
	margin: 0 20px 0 0;
	background: url(../imagenes/sombra-lateral.jpg) no-repeat 0px 50px;
}

#foto {
	float: right;
	width: 345px;
	height: 416px;
	background:url(../imagenes/foto.jpg) no-repeat;
}

#about p {
	width: 300px;
}

#main a:link, #download a:visited {
	color: #999999;
}

#main a:hover {
	color: #CC0000;
}

.scrollButtons {
	position: absolute;
	top: 500px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -25px;
}

.scrollButtons.right {
	right: -25px;
}

#slider {
	width: 680px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 500px;
	width: 680px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(../imagenes/panel-grad.png) repeat-x scroll left bottom;
}

.scrollContainer .panel {
	padding: 20px;
	height: 460px;
	width: 640px;
}

.scrollContainer .panel .text {
	position: absolute;
	bottom: 0px;
	width: 190px;
}

.scrollContainer .panel .text p {
	font-style: italic;
	color: #999999;
}

.scrollContainer .panel .text p a {
	color: #999999;
}

.scrollContainer .panel img {
	float: right;
	margin-left: 20px;
}

.scrollContainer .panel .text ul {
	list-style-position:inside;
	list-style: none;
	font-size: 1.16em;
	margin-bottom: 1.0em;
}

.scrollContainer .panel .text li {
	padding-left: 0.6em;
	padding-bottom: 0.5em;
	background: url(../imagenes/flecha.gif) no-repeat 0 0.3em;
}

#shade {
	background: #EDEDEC url(../imagenes/sombra.jpg) no-repeat center;
	height: 44px;
	width: 100%;
}

.navigation {
	height: 30px;
}

ul.navigation {
	display:block;
}

ul.navigation li {
	display:inline;
	float:left;
	line-height:30px;
	width: 40px;
	padding-right: 1px;
}

ul.navigation a:link, ul.navigation a:visited {
	display: block;
	text-align:center;
	height:30px;
	background: #E6E6E6 url(../imagenes/circ-blanc.png) no-repeat center;
	color: #E6E6E6;
	font-weight: bold;
}

ul.navigation a:hover {
	background: #F6F6F6 url(../imagenes/circ-blanc-2.png) no-repeat center;
}

ul.navigation a.selected {
	background: #FFFFFF url(../imagenes/circ-gris.png) no-repeat center;
	color: #FFFFFF;
}

/* FOOTER---------------------------*/  
#footer {
	float: left;
	width: 1000px;
	height: 50px;
	background: url(../imagenes/footer-bg.png) repeat-x;
	line-height: 20px;
	font-size: 1.1em;
}

#legal {
	float: left;
	padding: 16px 0 0 40px;
}

#download {
	float: right;
	padding: 16px 40px 0 0;
}

#download a:link, #download a:visited {
	padding-right: 1.2em;
	color: #666666;
	background: url(../imagenes/pdf.gif) no-repeat right;
}

#download a:hover {
	color: #CC0000;
}

a.external:link, a.external:visited {
	padding-right: 1.0em;
	background: url(../imagenes/link.gif) no-repeat right;
}