﻿/* COLUMNAS Y ESTRUCTURAS DE 2 NIVEL */
	
/* Columna 1 y menu navegador */


/*Propiedades de la columna*/
#col1 {
	width: 170px;
	float: left;
	}

/* Titulo del navegador*/
#nav-tit {
	background: #00547a;
	list-style: none;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:0px;
	padding: 0;
	width: 150px;
	}
#nav-tit li {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0;
	padding: 0;
	}
#nav-tit a {
	background: #00547A;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-weight:normal;
	}
#nav-tit a.active {
	background: #488DC6;
	}
#nav-tit a:hover {
	background: #00547A;
	color: #FFFFFF;
	padding-bottom: 5px;
	}                    

/* Menu navegador*/
#navigator {
	margin-bottom: 0px;
	}
#nav {
	background: #F5F5F5;
	list-style: none;
	margin-top: 0px;
	margin-left:10px;
	padding: 0;
	width: 150px;
	}
#nav li {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0;
	padding: 0;
	}
#nav li.last {
	border-bottom:2px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-color:#828282;
	border-style:solid;
	}
#nav a {
	background: #F5F5F5;
	color: #828282;
	display: block;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-weight:normal;
	}
#nav a.active {
	color: #444444;
	font-style:italic;
	}
#nav a:hover {
	background: #E6E6E6;
	color: #666666;
	padding-bottom: 5px;
	}                    
                    

/* Columna 2 y contenido -------------------------------------------------------*/
	
/*Propiedades de la columna 2*/

#col2 {
	width: 579px;
	float: left;
	border-right: 1px dotted #E4E4E4;
	}


/*Propiedades de los links genericos */

.gen-link:link { 
	color: #0066CC;
	text-decoration: none; 
	}
.gen-link:visited {
	color: #0066CC;
	text-decoration: none; 
	}
.gen-link:hover { 
	text-decoration: underline; 
	}


#img-section {
	height: 90px;
	width: 560px;
	margin-top: 10px;
	margin-left: 5px;
	border:1px;
	border-color:#E4E4E4;
	border-style:dotted;
	}
div#img-section-vision{
	height: 90px;
	width: 560px;
	background: url(../images/img-vision.gif) no-repeat;
	}	
div#img-section-strategy{
	height: 90px;
	width: 560px;
	background: url(../images/img-strategy.gif) no-repeat;
	}	
div#img-section-objectives{
	height: 90px;
	width: 560px;
	background: url(../images/img-objectives.gif) no-repeat;
	}	
div#img-section-technology{
	height: 90px;
	width: 560px;
	background: url(../images/img-technology.gif) no-repeat;
	}	
div#img-section-partners{
	height: 90px;
	width: 560px;
	background: url(../images/img-partners.gif) no-repeat;
	}	
	
div#img-section-project{
	height: 90px;
	width: 560px;
	background: url(../images/img-project.gif) no-repeat;
	}	

div#img-section-results{
	height: 90px;
	width: 560px;
	background: url(../images/img-results.gif) no-repeat;
	}	

div#img-section-multimedia{
	height: 90px;
	width: 560px;
	background: url(../images/img-multimedia.gif) no-repeat;
	}	

h1 {
	font-family: Arial, Verdana;
	font-size: 32px;
	font-weight: bold;
	color: #444444;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	}

p {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	color: #444444;
	margin-left:10px;
	margin-right:10px;
	}

ul.vineta {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	color: #444444;
	margin-left:50px;
	margin-right:10px;
	}

/*Menu de opciones de página*/

div#opcion-pag {
	width: 560px;
	height:50px;
	margin-top: 10px;
	margin-left:10px;
	border-style:none;
	background: #FFFFFF;
	}

.imgopcion{
	border:0px;
	line-height:10px;
	}

#opcionlink {
	height:20px;
	line-height:10px;
	background: #FFFFFF;
	float:right;
	margin-top:20px;
	}
#opcionlink li {
	font-family: Verdana;
	color: #00547a;
	font-size: 11px;
	display:inline;
	list-style:none;
	margin-left:15px;
	}
#opcionlink a {
	color: #00547a;
	text-decoration: none;
	}
#opcionlink a:hover {
	color: #00547a;
	text-decoration:underline;
	}                    

	
/* Columna 3 y menu media -------------------------------------------------*/

/*Propiedades de la columna */

#col3 {
	width: 170px;
	float: left;
	}


/* Menú de contenido multimedia*/

#tit-med-cont {
	background: #97C0F3;
	list-style: none;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:0px;
	padding: 0;
	width: 150px;

	}
#tit-med-cont li {
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0;
	padding: 0;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	font-weight:normal;

	}
#med-cont {
	width: 138px;
	margin-left:15px;
	border-color:#97C0F3;
	border-style:solid;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	background: #FFFFFF;


	}
#medialink {
	background: #FFFFFF;
	list-style: none;
	margin-top: 0px;
	margin-left:10px;
	margin-bottom: 0px;
	padding: 0;
	width: 148px;
	border-style:solid;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-color:#97C0F3;
	border-top:0px;
	}
#medialink ul.first {
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	padding: 0;
	margin-bottom:0px;
	border-style:solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-color:#97C0F3;
	border-top:0px;
	}

#medialink ul {
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
	padding: 0;
	margin-bottom:0px;
	border-style:solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-color:#d8d8d8;
	border-top:1px;
	}
#medialink li {
	list-style: none;
	margin-left:0px;
	margin-right:0px;
	font-family: Verdana;
	font-size: 11px;
	margin-top:5px;
	padding: 0;
	margin-bottom:0px;
	border-style:solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-color:#97C0F3;
	border-top:0px;
	}
#medialink li.active {
	color: #97C0F3;
	}

.play {
	padding-left: 10px;
	background-image: url('../images/icono-play.jpg');
	background-repeat: no-repeat;
	background-position: left;
	}
#medialink a {
	color: #999999;
	text-decoration: none;
	}
#medialink a:hover {
	color:#00547a;
	text-decoration:none;
	}