﻿html,body,form{ 
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	}
ul {list-style-type:none;} 
a img {border:0;}
#principal{ 
	margin:0 auto;
	width:977px;
	padding:0 0 0 13px; 
	background:url(/images/skin/principalBk.gif) no-repeat; 
	}
	
/* cabecera
*******************************************************************************/
#cabeceraGrupo {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_grupo.jpg) no-repeat;
	border-top:1px solid #9c9b9b;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
}
		#cabeceraGrupo h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraGrupo h1 span{
			display:none
			}
		#cabeceraGrupo #logotipo{width:190px;} 

		#cabeceraGrupo a img{border:0;}
#cabeceraNegocio {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_negocio.jpg) no-repeat;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
}
		#cabeceraNegocio h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraNegocio h1 span{
			display:none
			}
		#cabeceraNegocio #logotipo{width:190px;} 

		#cabeceraNegocio a img{border:0;}
#cabeceraInnovacion {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_innovacion.jpg) no-repeat;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
}
		#cabeceraInnovacion h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraInnovacion h1 span{
			display:none
			}
		#cabeceraInnovacion #logotipo{width:190px;}

		#cabeceraInnovacion a img{border:0;}

#cabeceraUnete {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_unete.jpg) no-repeat;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
} 
		#cabeceraUnete h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraUnete h1 span{
			display:none
			}
		#cabeceraUnete #logotipo{width:190px;}
		#cabeceraUnete a img{border:0;}		


#cabeceraPrensa {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_prensa.jpg) no-repeat;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
}
		#cabeceraPrensa h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraPrensa h1 span{
			display:none
			}
		#cabeceraPrensa #logotipo{width:190px;}
		#cabeceraPrensa a img{border:0;}

#cabeceraContacto {
	width:962px;
	padding:0;
	margin:0;
	background:url(/images/skin/cabecera_contacto.jpg) no-repeat;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
} 
		#cabeceraContacto h1{
			display:none;
			margin: 0;
			padding:0;
			}
		#cabeceraContacto h1 span{
			display:none
			}
		#cabeceraContacto #logotipo{width:190px;}  
		#cabeceraContacto a img{border:0;}
#titulo {
	clear:both;
	width:962px;
	height:80px;
	padding:0;
	margin:0;
}
#titulo h2{
	padding:20px 0 8px 0;
	margin:0 0 0 130px;
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:normal;
	color:#FF0000;
}
#titulo h2 .Head{
	color:#FF0000;
}

/* Contenido
*******************************************************************************/
#global {
	/*clear:both;
	overflow:hidden;*/
	width:962px;
	padding:0 0 15px 0;
	margin:0;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 12px;
	color: #666;
}
.izquierda {float:left;width:450px;padding:0 20px 0 20px;font-size:12px;line-height:18px;}
.derecha {margin:0 0 0 480px;padding:0 0px 0 20px;}
.central {float:left;padding:0 20px 0 20px;font-size:12px;line-height:18px;}
.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.imagenDerecha {
	float:right;
	border:1px solid #ccc;
	padding:4px;
	}


/* Pie
*******************************************************************************/
#footer{
	clear:both;
	overflow:hidden;
	width:962px;
	height:30px;
	padding:10px 0 0 0;
	margin:0;
	background:#f4f4f4; 
	text-align: center;
	color:#333;
	border-bottom:1px solid #9c9b9b;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
}
#footer p{
	margin-top:60px;
}
#footerHome{
	width:964px;
	height:30px;
	padding:55px 0 0 0;
	margin:0;
	background:url(/images/skin/footerHome.gif) no-repeat; 
	text-align: center;
	color:#666;

}
#footerHome p{
	margin-top:60px;
}
#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#FF0000;
	text-decoration:none;
}  


/* Portada
*******************************************************************************/
#portada {
	clear:both;
	width:962px;
	padding:485px 0 0 0;
	margin:0;
	border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b;
	background:#000 url(/images/skin/homeBg.jpg) top center no-repeat;
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 12px;
	color: #666;
}
#portada a{
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 16px;
	color: #FFF;
	margin:0 20px 0 20px;
	text-decoration:none;
}
#portada a:hover{
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration:none;
}

/** MENÚ **/


#menuPrincipal {
	clear:both;
	overflow:hidden;
	width:962px;	
	background:url(/images/skin/menuBg.gif) no-repeat; 
	padding:0;
	margin:0;
	/*border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b*/
}

#menuAdministracion {
	clear:both;
	overflow:hidden;
	width:962px;	
	background:url(/images/skin/menuBg.gif) no-repeat; 
	padding:6px 0 0 0;
	margin:0;
	/*border-left:1px solid #9c9b9b;
	border-right:1px solid #9c9b9b*/
}
#menuAdministracion .skingradient {
	margin:0 0 0 215px;
	padding:0;
	width:655px;
}
#menuAdministracion .skingradient .main_dnnmenu_bar {padding:0 15px 0 15px;color:#fff}
#menuAdministracion .skingradient .main_dnnmenu_rootitem {padding:5px 15px 0 15px;color:#fff}
#menuAdministracion .skingradient table {border:1px solid #616161;color:#666; background:#FFF;}
#menuAdministracion .skingradient tbody td {padding:3px 5px 3px 5px; border-bottom:1px solid #ccc;color:#666}




#menuPrincipal UL {
	float:left;
	overflow:hidden;
	margin:0 0 0 215px;
	padding:0;
	width:645px;
	height: 19px;
}
#menuPrincipal div.icons {
	overflow:hidden;
	margin:0;
	padding:4px 0 0 0;
	width:85px;
	height: 19px;
}
#menuPrincipal div.icons img{
	display:none;
}
UL #nav {
	PADDING:0;
	MARGIN: 0; 
	LINE-HEIGHT: 1;  
	LIST-STYLE-TYPE: none;
}
#nav UL {
	display:none;
}
#nav A {
	display: block;
	font-family:"Trebuchet MS";
	font-weight:normal;
	font-size:14px;
	color:#FFF;  
	text-decoration:none;
	text-align:left;
	padding:6px 0 0 0;
}
#nav A:hover {
	color:#d7d7d7;
}
#nav LI {
	display:none;
}
						ul#nav a.grupo {
							height: 19px;
							width: 77px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') top left no-repeat;
							display: block;
						}
							ul#nav a.grupo:hover {
								background: url('/images/skin/menu_off.gif')top left no-repeat;
							}
							ul#nav a.grupo-on {
								width: 77px;
								height: 19px;
								background: url('/images/skin/menu_on.gif') 15px 0 no-repeat;
								color:#FF0000;
								font-weight:bold;
							}
							ul#nav a.grupo span.texto {	
							    
							}	
						ul#nav a.negocio {
							height: 19px;
							width: 93px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') 20px 0 no-repeat;
							display: block;
						}
							ul#nav a.negocio:hover {
								background: url('/images/skin/menu_off.gif') 20px 0 no-repeat;
							}
							ul#nav a.negocio-on {
								width: 93px;
								height: 19px;
								background: url('/images/skin/menu_on.gif') 20px 0 no-repeat;
								color:#FF0000;
							}
							ul#nav a.negocio span.texto {	
							    font-family:"Trebuchet MS";
							}	

						ul#nav a.innovacion {
							height: 19px;
							width: 120px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') 25px 0 no-repeat;
							display: block;
						}
							ul#nav a.innovacion:hover {
								background: url('/images/skin/menu_off.gif') 25px 0 no-repeat;
							}
							ul#nav a.innovacion-on {
								width: 120px;
								height: 19px;
								background: url('/images/skin/menu_on.gif') 25px 0 no-repeat;
								color:#FF0000;
							}
							ul#nav a.innovacion span.texto {	
							    font-family:"Trebuchet MS";
							}	

						ul#nav a.unete {
							height: 19px;
							width: 150px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') 50px 0 no-repeat;
							display: block;
						}
							ul#nav a.unete:hover {
								background: url('/images/skin/menu_off.gif')50px 0 no-repeat;
							}
							ul#nav a.unete-on {
								width: 150px;
								height: 19px;
								background: url('/images/skin/menu_on.gif') 50px 0 no-repeat;
								color:#FF0000;
							}
							ul#nav a.unete span.texto {	
							    font-family:"Trebuchet MS";
							}	

						ul#nav a.prensa {
							height: 19px;
							width: 88px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') 15px 0 no-repeat;
							display: block;
						}
							ul#nav a.prensa:hover {
								background: url('/images/skin/menu_off.gif')15px 0 no-repeat;
							}
							ul#nav a.prensa-on {
								width: 88px;
								height: 19px;
								background: url('/images/skin/menu_on.gif') 15px 0 no-repeat;
								color:#FF0000;
							}
							ul#nav a.prensa span.texto {	
							    font-family:"Trebuchet MS";
							}	

						ul#nav a.contacto {
							height: 19px;
							width: 113px;
							margin-right:0;
							padding-right: 0;
							overflow: hidden;
							background:url('/images/skin/menu.gif') 22px 0 no-repeat;
							display: block;
						}
							ul#nav a.contacto:hover {
								background: url('/images/skin/menu_off.gif')22px 0 no-repeat;
							}
							ul#nav a.contacto-on {
								width: 113px;
								height: 20px;
								background: url('/images/skin/menu_on.gif') 22px 0 no-repeat;
								color:#FF0000;
							}
							ul#nav a.contacto span.texto {	
							    font-family:"Trebuchet MS";
							}	
							

#nav LI UL.grup {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 120px; 
	POSITION: absolute; 
	padding:0 8px 0 8px; 
	border:1px solid #616161;
	text-align:left;
}
#nav LI UL.neg {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 85px; 
	POSITION: absolute; 
	padding:0 8px 0 8px;
	border:1px solid #616161;
}
#nav LI UL.innov {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 225px; 
	POSITION: absolute; 
	padding:0 8px 0 8px;
	border:1px solid #616161;
}
#nav LI UL.unt {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 130px; 
	POSITION: absolute; 
	padding:0 8px 0 8px; 
	border:1px solid #616161;
}
#nav LI UL.press {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 140px; 
	POSITION: absolute; 
	padding:0 8px 0 8px; 
	border:1px solid #616161;
}
#nav LI UL.cont {
	BACKGROUND:#fff; 
	LEFT: -999em; 
	WIDTH: 140px; 
	POSITION: absolute; 
	padding:0 8px 0 8px;
	border:1px solid #616161;
}
#nav LI UL LI{
	LEFT: -999em; 
	WIDTH: 100%; 
	padding:4px 0 4px 0; 
	border-bottom:1px solid #DDE0E4;
	text-align:left;
}
#nav LI UL LI.ultimo{
	LEFT: -999em; 
	WIDTH: 100%; 
	padding:4px 0 10px 0; 
	border-bottom:0;
}
#nav LI UL LI A{
	DISPLAY: block; 
	color:#7f7f7f; 
	text-decoration:none; 
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-align:left;
}
#nav LI UL LI A:hover{
	color:#FF0000;
	text-decoration:none; 
}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}


/*************     GENERICOS           ***************/ 

.izquierda h3 {
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 16px;
	color:#000;
	line-height: 16px;
}
.central h3 {
	font-family:"Trebuchet MS",helvetica,sans-serif;
	font-size: 16px;
	color:#000;
	line-height: 16px;
}


/*************     GENERICOS           ***************/ 

.mapaweb {
	float:left;
	width:265px;
	margin-right:30px;
}

.mGrupo {
	height:150px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.mNegocio {
	height:150px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.mInnovacion {
	height:150px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.mUnete {
	height:100px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.mPrensa {
	height:100px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}
.mContacto {
	height:100px;
	padding:10px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
}


/*******     NOTICIAS    ************/

#centralNoticias {float:left;padding:0 20px 0 20px;font-size:12px;line-height:18px;}
