@import "interior.css";
@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #F2F2F2 url(../img/bg-body.png) repeat-x;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
	border: 0;
}

.align-r{
	text-align: right;
}

.clear-l{
	clear: left;
}

hr{
	border:1px solid #E2E2E2;
}

#contenedor{
	width: 850px;
	padding-left: 37px;
	padding-right: 37px;
	margin: auto;
	background: url(../img/bg-contenedor.png) repeat-y;
}

#logo-grupo{
	width: 80%;
	height: 72px;
	background: #FFFFFF url(../img/bg-logo.png) no-repeat;
	float: left;
	/*border: 1px solid red;*/
}

#logo-sunenergy{
	width: 80%;
	height: 72px;
	background: #FFFFFF url(../img/bg-logo-sunenergy.png) no-repeat;
	float: left;
}

#logo-industrial{
	width: 80%;
	height: 72px;
	background: #FFFFFF url(../img/bg-logo-industrial.png) no-repeat;
	float: left;
}

#logo-windenergy{
	width: 80%;
	height: 72px;
	background: #FFFFFF url(../img/bg-logo-windenergy.png) no-repeat;
	float: left;
}

#iconos{
	float: right;
	padding: 0;
	margin: 10px 0 0 0; 
}

#iconos li{
	list-style: none;
	display: inline;
}


#idiomas{
	float: right;
	padding: 0;
	margin: 0;
	width: 150px;
}


#idiomas li{
	list-style: none;
	display: inline;
}

#idiomas li a{
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#idiomas li a:hover, #idiomas li a.activo{
	color: #F37516;
}

.sep0{
	color: #999999;
	line-height: 30px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.menuSup {
	text-align: center;
	background: url(../img/bg-menu-superior.png) repeat-x;
	height: 42px;
	width: 850px;
	background-color: orange;
	float: left;
	margin:0;
	padding: 0;
}

#menu-superior {
	margin: 10px 0 13px 0;
	padding: 0;
}


#menu-superior li{
	list-style: none;
	display:inline;
}

#menu-superior li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
	/*border: 1px solid black;*/
	padding: 12px 5px 12px 5px;
}

#menu-superior li a:hover, #menu-superior li a.activo{
	background: url(../img/bg-menu-superior-a.png);
	background-repeat: repeat-x;
}

/* MENU SUPERIOR INGLES */
#menu-superiorEN {
	margin: 10px 0 13px 0;
	padding: 0;
}

#menu-superiorEN li{
	list-style: none;
	display:inline;
}

#menu-superiorEN li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
	/*border: 1px solid black;*/
	padding: 12px;
}

#menu-superiorEN li a:hover, #menu-superiorEN li a.activo{
	background: url(../img/bg-menu-superior-a.png);
	background-repeat: repeat-x;
}
/*	------------------  */

.sep{
	color: #FFFFFF;
}

#cabecera-portada{
	width: 600px;
	height: 230px;
	padding-top: 117px;
	padding-left: 250px;
	background: url(../img/bg-cabecera-g.jpg) no-repeat;
	clear: left;
}

#menu-secciones{
	width: 375px;
	height: 102px;
	background: url(../img/bg-secciones.png) repeat-x;
}

#menu-secciones li{
	float: left;
	list-style: none;
}

#menu-secciones li a{
	width: 103px;
	height: 62px;
	padding-top: 40px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display: block;
}

#menu-secciones .azul{
	width: 103px;
	height: 102px;
	background: url(../img/bt-sphere-azul.png);
	-background: url(../img/bt-sphere-azul-8.png);
}

#menu-secciones .naranja{
	width: 103px;
	height: 102px;
	background: url(../img/bt-sphere-naranja.png);
	-background: url(../img/bt-sphere-naranja-8.png);
}

#menu-secciones .amarillo{
	width: 103px;
	height: 102px;
	background: url(../img/bt-sphere-amarillo.png);
	-background: url(../img/bt-sphere-amarillo-8.png);
}

#menu-secciones .gris{
	width: 103px;
	height: 102px;
	background: url(../img/bt-sphere-gris.png);
	-background: url(../img/bt-sphere-gris-8.png);
}

#menu-secciones .gris a{
	color: #000000;
}

.sep2{
	margin-left: 33px;
}

#contenido-izq-portada{
	width: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 16px 25px 0;
	float: left;
	font-size: 13px;
	border-right:1px solid #999999;
}

.noticia{
	height:67px;
	width:240px;
	float:left;
	overflow:hidden;
	padding-left:5px;
}

.noti-imagen1{
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: top;
	border:1px solid #CCCCCC;
	background-position:center;
	float:left;
}

.noti-imagen2{
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: top;
	border:1px solid #CCCCCC;
	background-position:center;
	float:left;
}

.noti-imagen3{
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: top;
	border:1px solid #CCCCCC;
	background-position:center;
	float:left;
}

.noti-imagen4{
	width: 65px;
	height: 65px;
	text-align: center;
	vertical-align: top;
	border:1px solid #CCCCCC;
	background-position:center;
	float:left;
}

.noti-contenido{
	width:235px;
	padding-left:5px;
	font-size:11px;
}

.noti-resumen{
	height:60px;
	float:left;
	display:;
}

.noti-seccion-azul{
	color: #08338F;
	font-size: 13px;
	width:235px;
	padding-left:5px;
	text-transform: capitalize;
}

.noti-seccion-naranja{
	color: #F27D00;
	font-size: 11px;
	width:235px;
	padding-left:5px;
}

.noti-titulo{
	color: #F27D00;
	font-size: 11px;
	padding-left:5px;
	width:235px;
}

.noti-titulo a, .noti-titulo a:visited{
	color: #F27D00;
	text-decoration:none;
}

.noti-titulo a:hover{
	color: #F27D00;
	text-decoration:underline;
}

.noti-vermas{
	width:310px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}

.noti-vermas img{
	border:none;
}

#contenido-cen-portada{
	width: 321px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 10px;
	float: left;
	font-size: 11px;
	text-align:justify;
	border-right:1px solid #999999;
}

#contenido-cen-portada ul{
	padding-left:25px;
	text-align:left;
}

#contenido-cen-portada ul li {
	list-style:circle;
	padding-bottom:10px;
}

#contenido-der-portada{
	width: 240px;
	float: left;
	margin: 10px 0;
}

#pie{
	width: 875px;
	padding-left: 37px;
	padding-right: 12px;
	margin: auto;
	/*background-color: #FFFFFF;*/
	background: url(../img/bg-pie.png) no-repeat;
}

#pie-pestana{
	background: url(../img/bt-trabaja.png) no-repeat; 
	width: 160px;
	height: 51px;
	padding-top: 5px;
	float: left;
	text-align: center;
}

#pie-pestana a, #pie-pestana a:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display:block;
	color: #F27D00;
	width: 160px;
	height: 51px;
}

#pie-pestana a:hover{
	background: url(../img/bt-trabaja2.png) no-repeat;
	padding-top:17px;
}

#pie-logos{
	width: 435px;
	padding-top: 10px;
	float: left;
	text-align: center;
}

#pie-texto{
	width: 280px;
	font-size: 10px;
	text-align: right;
	color: #999999;
	padding-top: 10px;
	float: left;
}

#pie-texto a{
	color: #999999;
	text-decoration: none;
}

#pie-texto a:hover, #pie-texto a.activo{
	color: #F27D00;
}

#pie-texto{
	border:none;
}

/* MICHEL 2009 imagen lateral dcho. bajo menu asignado en template */
.imagenDcha {
	/*border: 1px solid red;*/
	padding: 0;
	margin: 0 0 0 5px;
}

.dLogos {
	/*border: 1px solid red;*/
	width: 100%;
}

.sFloatLeft {
	float: left;
	/*border: 1px solid red;*/
}

.sFloatLeft2 {
	float: left;
	/*border: 1px solid red;*/
	margin-left: 60px;
}

.sFloatRight {
	float: right;
	/*border: 1px solid red;*/
}

/*CAROUSEL NOTICIAS DE PORTADA / Ditto tpl */

.homeNewsContent-image {
	float: left;
	width: 65px;
	height: 65px;
	margin: 0 4px 0 0;
}

.homeNewsContent-info {
	float: left;
	width: 192px;
}

.homeNewsContent-info a {
	color: #F27D00;
	text-decoration: none;
}

.homeNewsContent-info a:hover {
	text-decoration: underline;
}

.homeNewsContent-info h3 {
	color: #F27D00;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.homeNewsContent-info p {
	font-size: 11px;
	margin: 0;
}

.noti-vermas {
	float: left;
	width: 98%;
	text-align: right;
	height: 14px;
	clear: both;
	
}

/* HISTORICO NOTICIAS */

.archivoNoticias {
	width: 70%;
	margin: 2px auto 40px auto;
	text-align: center;
	font-weight: bold;
	border: none;
}

.archivoNoticias a {
	color: #F27D00;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #CCC;
}

.archivoNoticias a:hover {
	background-color: #F27D00;
	color: white;
}

hr.horizontal{
	border: 1px dotted #F27D00;
	margin: 25px 0;
	clear: both;
}
/**/