@charset "ISO-8859-1";

/* General Reset
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


/* General Styles
--------------------------------------------------*/

body {
	font-size: 62.5%;
	font-family: 'Georgia', 'Times New Roman', serif; 
	color:#000;
    } 

p, a {
	font-size: 1.4em;
	line-height: 1.6em;
}

p {
	margin-bottom: 0.5em;
	color: #444;
}

a {
	color: #007799;
	font-family: 'Segoe UI', 'Arial', 'Verdana', sans-serif;
}	

a:hover {
	color: orange;
}

a:visited {
	color: purple;
	}
		
li {
	margin-bottom: 0.5em;
	color: #444;
}	

h1 {
	font-size: 2.5em;
	font-family: 'Segoe UI', 'Arial', 'Verdana', sans-serif;
	color: #007799;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	font-family: 'Segoe UI', 'Arial', 'Verdana', sans-serif;
	color: #007799;
	margin-bottom: 0.7em;
}

h3 {
	font-size: 1.75em;
	font-family: 'Segoe UI', 'Arial', 'Verdana', sans-serif;
	color: #007799;
	margin-bottom: 0.4em;
}

/* Texturas
--------------------------------------------------*/	

body {	
	background: #FFF url(../images/main_bg_blue.png) no-repeat center top;
	}
	
body#dinamiza div#inner {
	background: transparent url(../images/pat_museo.png) no-repeat right bottom;
	overflow: hidden;
}

body#clientes div#inner {
	background: transparent url(../images/pat_globos.png) no-repeat right 85%;
	overflow: hidden;
}

body#soluciones div#inner {
	background: transparent url(../images/pat_golfista.png) no-repeat right 85%;
	overflow: hidden;
}

body#enoturismo div#inner {
	background: transparent url(../images/pat_vinicola.png) no-repeat right 85%;
	overflow: hidden;
}

body#publicaciones div#inner {
	background: transparent url(../images/pat_libros.png) no-repeat right 95%;
	overflow: hidden;
}

body#formacion div#inner {
	background: transparent url(../images/pat_turista.png) no-repeat right 85%;
	overflow: hidden;
}

body#noticias div#inner {
	background: transparent url(../images/pat_velero.png) no-repeat right 93%;
	overflow: hidden;
}
	
	
/* Container
--------------------------------------------------*/	
	
#container {
	overflow: hidden;
	width: 815px;
   	margin: 0 auto; 
	text-align: left;
	border: 0px solid #444;
}


/* Header
--------------------------------------------------*/

#header {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-bottom: 15px;
   	border: 0px solid #DDD;
}	

#header h1 {
	position: absolute;
	bottom: 5px;
	right: 60px;
	color: #FFF;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0;
	border: 0px solid #DDD;
}


/*  Navigation Bar
--------------------------------------------------*/


div#nav {
	width: 69em;
	height: 35px;
	margin: 0 auto;
	background: url(../images/navbar_bg_right.png) no-repeat right bottom;
	padding: 0 1em 0 0;
	border: 0px solid green;
	}
	
div#nav ul {
	width: 66em;
	height: 35px;
	margin: 0 auto;
	background: url(../images/navbar_bg_left.png) no-repeat left bottom;
	padding: 0 0 0 2.5em;
	border: 0px solid red;
	}	
	
div#nav ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 2px;
	line-height: 1em;
	border-bottom: 0px solid #CCC;
}

div#nav ul li a {
	display: block;
	padding: 0.3em 9px 0.25em 9px;
	color: #FFF;
	text-decoration: none;
	border: 0px solid #CCC;
}

div#nav ul li.active {
	background: url(../images/activebar_bg_left.png) no-repeat left 2px;
	padding: 0 0 0 9px
}

div#nav ul li.active a {
	color: #007799;
	font-weight: bold;
	background: url(../images/activebar_bg_right.png) no-repeat right 2px;
	padding: 0.3em 9px 0.25em 0px;
}	
	
div#nav ul li:hover {
	background: url(../images/hoverbar_bg_left.png) no-repeat left 3px;
	padding: 0 0 0 9px
	}

div#nav ul li:hover a {
	color: #444;
	background: url(../images/hoverbar_bg_right.png) no-repeat right 3px;
	padding: 0.3em 9px 0.25em 0px;
	}	

div#nav ul li ul {
	position: absolute;
	width: 60.2em;
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
	padding: 0;
	display: none;
	border: 0px solid red;
	}
	
div#nav ul li#nav_eventos ul {
	width: 45em;
}
		
div#nav ul li:hover ul {
	display: block;
}	

div#nav ul li:hover ul li {
	background: transparent;
	padding: 0 0 0 9px
}

div#nav ul li:hover ul li a {
	background: transparent;
	font-weight: normal;
	padding: 0.5em 9px 0.25em 0px;
}

div#nav ul li:hover ul li:hover {
	background: transparent url(../images/hoverbar2_bg_left.png) no-repeat left 8px;
	padding: 0 0 0 9px
}

div#nav ul li:hover ul li:hover a {
	background: transparent url(../images/hoverbar2_bg_right.png) no-repeat right 8px;
	font-weight: normal;
	padding: 0.5em 9px 0.25em 0px;
}
		
div#nav ul ul li {
	float: left;
	list-style: none;
	}	

div#nav ul ul li a {
	float: left;
	padding: 0.4em 9px 0.25em 9px;
	text-decoration: none;
	}	

	
	
/*  MainTop
--------------------------------------------------*/

body#dinamiza #mainTop {
	width: 700px;
	margin: 3.5em auto;
	border: 0px solid #DDD;
}

body.secondary #mainTop, body.tertiary #mainTop {
	width: 700px;
	height: 125px;
	margin: 3.5em auto;
	border: 0px solid #DDD;
}

body#dinamiza.tertiary #mainTop {
	background: url(../photos/guggenheim.jpg) no-repeat center bottom; 
	}

body#clientes #mainTop {
	background: url(../photos/globos.jpg) no-repeat center bottom; 
	}

body#soluciones #mainTop {
	background: url(../photos/golf.jpg) no-repeat center bottom; 
	}	

body#enoturismo #mainTop {
	background: url(../photos/bodega.jpg) no-repeat center bottom; 
	}	

body#publicaciones #mainTop {
	background: url(../photos/libros.jpg) no-repeat center bottom; 
	}	
	
body#formacion #mainTop {
	background: url(../photos/reunion.jpg) no-repeat center bottom; 
	}

body#noticias #mainTop {
	background: url(../photos/regata.jpg) no-repeat center bottom; 
	}	


/*  MainBottom
--------------------------------------------------*/	

#mainBottom {
	width: 95%;
	margin: 0 auto;
   	border: 0px solid #DDD;
	}
	
body.secondary #mainBottom, body.tertiary #mainBottom {
	overflow: hidden;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 25px;
   	border: 0px solid #DDD;
	}
	
body.primary #mainBottom div.mainContent {
	float: right;
	width: 65%;
   	border: 0px solid #000;
	}
	
body.tertiary #mainBottom div.mainContent {
	float: right;
	width: 68%;
   	border: 0px solid #000;
	}	
	
body.secondary #mainBottom div.mainContent {
	float: left;
	width: 95%;
   	border: 0px solid #000;
	}	
	
/*multimedia*/

#mainBottom div.mainContent .watch-video-container {
margin:0px; 
margin-bottom:50px;
padding:0px;
}

#mainBottom div.mainContent .pdf{
margin:0px; 
margin-bottom:50px;
padding:0px;
}

/*--------------------*/
	
#mainBottom div.mainContent div {
	padding: 0px 30px;
	}

#mainBottom  div.mainContent div h2 {
	padding-left: 40px;
	background: url(../images/minilogo.png) no-repeat left bottom;
	background-position: 0px;
	line-height: 30px;
	color: #007799;
	border-bottom: 0px solid #007799;
}

body.primary #mainBottom  div.mainContent div h3 {
	color: #007799;
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
	padding: 0 0 0.25em 1em;
	margin-top: 1.5em;
}

body.primary #mainBottom  div.mainContent div h3 a {
	text-decoration: none;
}


body.primary #mainBottom  div.mainContent div h3.blog {
	color: #007799;
	margin-top: 1.5em;
}

body.primary #mainBottom  div.mainContent div h3.blog a {
	display: block;
	height: 27px;
	background: transparent url(../images/activebar_bg.png) no-repeat left top;
	text-decoration: none;
}	

body.primary #mainBottom  div.mainContent div h3.blog a:hover {
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
}


body.primary #mainBottom  div.mainContent div h3 img {
	margin: 5px 0px -5px 5px;
}

body.secondary #mainBottom  div.mainContent div h3, body.tertiary #mainBottom  div.mainContent div h3 {
	color: #007799;
	font-size: 1.5em;
	font-weight: normal;
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
	padding: 0 0 0.25em 1em;
	margin-top: 1.5em;
	border-bottom: 0px solid #AAA;
}

body.tertiary #mainBottom  div.mainContent div h3 a.noticias {
	text-decoration: none;
	}

#mainBottom  div.mainContent div ul {
	margin: 0px 0px 20px 20px;
}

#mainBottom  div.mainContent div ul li {
	font-size: 1.4em;
	line-height: 1.6em;
}

#mainBottom  div.mainContent div ul li ul {
	margin-top: 0.3em;
}

#mainBottom  div.mainContent div ul li li {
	font-size: 1.0em;
	line-height: 1.2em;
}

#mainBottom  div.mainContent div a {
	color: #007799;
	font-size: 1em;
	border: 0px solid #000;
}

#mainBottom  div.mainContent div p a {
	color: #007799;
	font-size: 1em;
	border: 0px solid #000;
}

#mainBottom  div.mainContent div a:hover {
	color: orange;
}

#mainBottom  div.mainContent ol {
	padding-left: 50px;
	margin-bottom: 15px;
}

#mainBottom  div.mainContent ol li {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 5px 0px; 
}

#mainBottom  div.mainContent ol li ol li {
	list-style: lower-alpha;
	font-size: 1em;
	line-height: 1.2em;
	margin: 5px 0px; 

}

#mainBottom  div.mainContent div ul#contacto {

}

#mainBottom  div.mainContent div ul#contacto li {
	list-style: none;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px;
}

#mainBottom  div.mainContent div div#formulario {
	display: block;
	margin: 0px 0px 125px -38px;
	border: 0px solid red;
}

	
/*  SideContent
--------------------------------------------------*/	

body.primary #mainBottom div.sideContent {
	float: left;
	clear: left;
	overflow: hidden;
	width: 32%;
	padding-bottom: 75px;
}

body.tertiary #mainBottom div.sideContent {
	float: left;
	clear: left;
	overflow: hidden;
	width: 30%;
}

body.primary #mainBottom div.sideContent .miniContent {
   	border: 0px solid #000;
	}
	
body.primary #mainBottom div.sideContent .miniContent div {
	float: left;
	padding: 10px 10px 15px;
	border: 0px solid red;
	}

body.primary #mainBottom div.sideContent .miniContent div h3 {
	font-weight: normal;
	}	
	
body.primary #mainBottom div.sideContent .miniContent div p {
	float: left;
	width: 165px;
	margin-right: 2px;
	border: 0px solid red;
	}
	
body.primary #mainBottom div.sideContent .miniContent div img {
	float: left;
	margin: 5px;
	border: 0px solid blue;
	}

body.primary #mainBottom div.sideContent .miniContent div a {
	overflow: hidden;
	color: #007799;
	font-size: 1em;
	border: 0px solid #000;
	}
	
body.primary #mainBottom div.sideContent .miniContent div a.icon {
	display: block;
	height: 64px;
	width: 64px;
	border: 0px solid #000;
	}	

body.primary #mainBottom div.sideContent .miniContent div a:hover {
	color: orange;
	}	
	
body.primary #mainBottom  div#clientes {
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/clientes_bg_top.png) no-repeat left top;
	}
	
body.primary #mainBottom  div#clientes div {
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/clientes_bg_bottom.png) no-repeat left bottom;
	}
	
body.primary #mainBottom  div.sideContent div#clientes div h3 {
	color: #EEE;
	}	
	
body.primary #mainBottom  div.sideContent div#clientes div p {
	color: #CCC;
	}	

body.primary #mainBottom  div.sideContent div#clientes div a {
	color: #DDD;
	}		

body.primary #mainBottom  div.sideContent div#clientes div a:hover {
	color: orange;
	}
		
body.primary #mainBottom  div#soluciones {
	margin-top: 1em;
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/soluciones_bg_top.png) no-repeat left top;
	}
	
body.primary #mainBottom  div#soluciones div {
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/soluciones_bg_bottom.png) no-repeat left bottom;
	}	
	
	
body.primary #mainBottom  div#diferencia {
	margin-top: 1em;
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/diferencia_bg_top.png) no-repeat left top;
	}

body.primary #mainBottom  div#diferencia div {
	overflow: hidden;
	width: 247px;
	background: transparent url(../images/diferencia_bg_bottom.png) no-repeat left bottom;
	}

body.tertiary #mainBottom div.sideContent	{
	background: transparent url(../images/sidemenu_bg_bottom.png) no-repeat left bottom;
	padding: 0 0 10px;
	border: 0px solid green;
}

body.tertiary #mainBottom div.sideContent div	{
	background: transparent url(../images/sidemenu_bg_top.png) no-repeat left top;
	padding: 10px 20px 5px;
	border: 0px solid red;
	}

body.tertiary #mainBottom div.sideContent ul {
	list-style: none;
	}

body.tertiary #mainBottom div.sideContent li {
	padding: 0 0 3px;
	background: transparent url(../images/sidemenu_underline.png) no-repeat left bottom;
	}		
	
body.tertiary #mainBottom div.sideContent ul li a {
	text-decoration: none;
	color: #444;
	padding: 0 0 0 5px;
	}
	
body.tertiary #mainBottom div.sideContent ul li a:hover {
	color: orange;
	}

body.tertiary #mainBottom div.sideContent ul li a.active {
	color: #990099;
	}	


/* Formación
--------------------------------------------------*/
	
body.tertiary #mainBottom div.mainContent p.descarga {
	margin: -25px 0px 35px;
}

body.tertiary #mainBottom div.mainContent table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin: 20px 0px;
}

body.tertiary #mainBottom div.mainContent table td {
	text-align: center;
	font-size: 1.2em;
	padding: 3px;
	border: 1px solid #444;
}

body.tertiary #mainBottom div.mainContent table tr.top td {
	background: #007799;
	color: #FFF;
	font-weight: bold;
}

body.tertiary #mainBottom div.mainContent table tr.top td.heading {
	width: 250px;
}

body.tertiary #mainBottom div.mainContent table tr.top td.month {
	width: 80px;
}


/* Publicaciones
--------------------------------------------------*/
	
body.tertiary #mainBottom #publicaciones_id {
	margin-bottom: 25px;
	padding: 0;
	overflow: hidden;
	border: 0px solid #444;
	}

body.tertiary #mainBottom #publicaciones_id dl {
	margin: 15px 0px;
	overflow: hidden;
	border: 0px solid #444;
	}
	

body.tertiary #mainBottom #publicaciones_id dt {
	float: right;
	width: 315px;
	color: #007799;
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 70px;
	padding: 5px;
	}
	
body.tertiary #mainBottom #publicaciones_id dl.ancho dt {
	width: 290px;
	margin-top: 35px;
	}
	
	
body.tertiary #mainBottom #publicaciones_id dd.img img {
	float: left;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}
	
body.tertiary #mainBottom #publicaciones_id dl.alt dt {
	float: left;
	}
	
body.tertiary #mainBottom #publicaciones_id dl.alt dd.img img {	
	float: right;
	}
	

/* Noticias
--------------------------------------------------*/
	
body.tertiary #mainBottom #noticias_id {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0px solid #444;
	}

body.tertiary #mainBottom #noticias_id dl {
	margin: 0px 10px 15px;
	overflow: auto;
	border: 0px solid #444;
	}	

body.tertiary #mainBottom #noticias_id dt {
	float: left;
	width: 97%;
	color: #007799;
	background: transparent url(../images/activebar_bg.png) no-repeat left bottom;
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 5px 0px;
	}
	
body.tertiary #mainBottom #noticias_id dt a {
	text-decoration: none;
	}	
	
body.tertiary #mainBottom #noticias_id dd.img img {
	float: left;
	padding: 4px;
	margin-top: 5px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}	
	
body.tertiary #mainBottom #noticias_id dd.text {
	font-family: 'Georgia', 'Times New Roman', serif; 
	font-size: 1.4em;
	line-height: 1.6em;
	color: #444;
	margin-left: 160px;
	}	
	
body.tertiary #mainBottom #noticias_id img {
	margin: 10px auto;
	padding: 4px;
	border: 1px solid #D9E0E6;
	}		

body.tertiary #mainBottom #noticias_id div.right {
	float: right;
	}
	
body.tertiary #mainBottom #noticias_id div.left {
	float: left;
	}	
	
/* Footer
--------------------------------------------------*/

#footer {
	float: left;
	clear: both;
	margin-top: 3em;
	background: #000 url(../images/minilogo_gray.png) no-repeat 95% 45%;
/*	margin-top: -60px;  */
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 1em 0;
	}

#footer p {
	font-size: 1em;
	color: #DDD;
	text-align: center;
	}

#footer a {
	font-size: 1.1em;
	color: #007799;
	}	
	
#footer a:hover {
	color: orange;
	}	

	

