@charset "utf-8";
/* HOJA DE ESTILO ENGINYCAT | CATALÁN */
/* ------------------------------------------------------------------------------------------- */
/* BACKGROUND */
html {
	background-color: #373737;
	background-image: url(cat/imagenes/background.jpg);
	background-repeat: repeat-x;
}

body {
	margin: 0;
	padding: 0;
	background-image:url(cat/imagenes/enginycat_background.png);
	background-repeat:repeat-x;
	background-position: 0 39px;
	height: 160px;
}

div#wrapper {
	width: 100%;
	text-align: center;
}
/* ------------------------------------------------------------------------------------------- */
/* LÍNEA INFORMATIVA DE ARRIBA */
div#lineainformativa {
	margin: 0 auto 0 auto;
	position: relative;
	background-color:#000;
	width: 952px;
	height: 32px;
	background-image:url(cat/imagenes/interrogacion_lineainformacion.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

span#textoprograma {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
	display: block;
	margin-top: 10px;
	margin-left: 47px;
	float: left;
}

span#fecha {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
	display: block;
	margin-top: 10px;
	margin-left: 340px;
	float: left;
}

div#interrogante1 {
	position: absolute;
	width: 42px;
	height: 124px;
	background-image:url(cat/imagenes/interrogacion_small.png);
	background-repeat:no-repeat;
	left: 299px;
	top: 91px;
	visibility: visible;
}

div#enginycatlateral {
	position:absolute;
	width: 49px;
	height: 288px;
	background-image:url(cat/imagenes/enginycat_detalle_vertical_derecha.png);
	background-repeat:no-repeat;
	visibility:visible;
	left: 953px;
	top: 119px;
}
/* ------------------------------------------------------------------------------------------- */
/* PESTAÑA HOME */
div#pestanahome {
	clear:left;
	width: 952px;
	height: 16px;
	margin: 67px auto 0 auto;
	text-align:left;
}
div#pestanahome img {
	margin-left: 32px;
	border: 0px;
}
/* ------------------------------------------------------------------------------------------- */
/* MENU SUPERIOR */

/* Logo y pestañas de navegación */
div#contenedorblanco {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 952px;
	background-color:#FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align:left;
	overflow:auto;
}

div#logotipoypestanas {
	width: 934px;
	height: 91px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #b9afa6;
	background-image:url(cat/imagenes/triangulo_sup.png);
	background-repeat:no-repeat;
	background-position: 841px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration:none;
}

div#logo {
	width: 261px;
	height: 42px;
	margin-left: 21px;
	margin-top: 26px;
	background-image:url(cat/imagenes/enginycat_logo.png);
	background-repeat:no-repeat;
	float: left;
}

/*div#pestanas_menu {
	width: 280px;
	height: 23px;
	margin-left: 617px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	font-weight:bold;
	float: left;	
}*/

div#pestanas_menu {
	width: 510px;
	height: 23px;
	margin-left: 417px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	font-weight:bold;
	float: left;	
}

#pestanas_menu ul {
	margin-left: 0px;
	margin-top: 6px;
	padding: 0px;
}
#pestanas_menu ul li {
	list-style: none;
	margin-top: 0px;
	display:inline;
}
#pestanas_menu ul li a {
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	border: 1px solid #83674b;
	border-bottom: none;
	background-color:#FFF;
	color: #000;
	font-weight:bold;
}
#pestanas_menu ul li a:link {
	background-color:#FFF;
	color: #000;
	font-weight:bold;
}
#pestanas_menu ul li a:hover {
	background-color:#e20025;
	color: #FFF;
	font-weight:bold;
}



/* Foto promocional */
div#fotoprincipalymenu {
	clear: left;
	width: 934px;
	height: 251px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
	margin-right: 9px;
}
div#fotoprincipal {
	width: 682px;
	height: 250px;
	margin-right: 11px;
	float: left;
}

/*  Menu vertical */
div#menuvertical {
	width: 241px;
	height: 251px;
	background-image:url(cat/imagenes/background_menuvertical.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000;
	font-weight:bold;
	float:left;
}

#menuvertical ul {
	margin-top: 39px;
	margin-left: 0px;
	padding: 0px;
}
#menuvertical ul li {
	list-style: none;
	margin-bottom: 8px;
	display: block;
}
#menuvertical ul li span {
	margin-left: 28px;
}

#menuvertical ul li a {
	text-decoration: none;
	color: #fff;
}
#menuvertical ul li a:link {
	color: #FFF;
}
#menuvertical ul li a:hover {
	color: #000;
}
#menuvertical ul li:hover {
	background-image:url(cat/imagenes/sombrasemi_menuvertical.png);
	background-repeat: repeat-y;
	width: 241px;
	height: 18px;
}

/* ------------------------------------------------------------------------------------------- */
/* ZONA DE CONTENIDOS */
div#contenedorblancobody {
	clear:left;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 952px;
	background-color:#FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	text-align:left;
	overflow:auto;
}

/* Contenedor noticias*/
div#contenedornoticias {
	width: 682px;
	margin-left: 9px;
	margin-right: 11px;
	padding: 0px;
	float: left;
	overflow:auto;
}

/* Cabecero noticias*/
div#cabeceronoticias {
	width: 682px;
	height: 31px;
	background-color: #b9afa6;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabeceronoticias img {
	margin-left: 70px;
	margin-top: 7px;
}
/* Noticias*/
div#noticias {
	width: 682px;

}

div#fotonoticia {
	width: 287px;
	height: 190px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 14px;
	background-color: #b9afa6;
	float:left;
}

div#fotonoticia img {
	margin-left: 10px;
	margin-top: 10px;
}

div#contenidonoticia {
	width: 381px;
	height: 190px;
	margin-top: 12px;
	float: left;
}
div#clear {
	clear:both;
}

div#noticias span {
	display: block;
}

div#noticias span.categoria {
	margin-bottom: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #e20025;
	float:left;
}
div#noticias span.fecha {
	margin-left: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
	float:left;
}
div#noticias span.titular {
	clear:left;
	margin-bottom: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 22px;
	color: #000;
	text-decoration:none;
}
div#noticias span.titular a:link {
	clear:left;
	margin-bottom: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 22px;
	color: #000;
	text-decoration:none;
}
div#noticias span.titular a:visited {
	clear:left;
	margin-bottom: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 22px;
	color: #000;
	text-decoration:none;
}

div#noticias span.cuerpo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #000;
	line-height: 17px;
}


/* Cabecero entrevista*/
div#cabeceroentrevista {
	width: 682px;
	height: 31px;
	background-color: #b9afa6;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabeceroentrevista img {
	margin-left: 70px;
	margin-top: 7px;
}
/* Noticias*/
div#entrevista {
	width: 682px;

}

/* Cabecero Laboratorio*/
div#cabecerolaboratorio {
	width: 682px;
	height: 31px;
	background-color: #b9afa6;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabecerolaboratorio img {
	margin-left: 70px;
	margin-top: 7px;
}
/* Noticias*/
div#laboratorio {
	width: 682px;

}


/* CONTENEDOR LATERAL*/

div#contenedorlateral {
	width: 240px;
/*	height: 931px; */
	float:left;
	overflow: hidden;
}

/* Buscador*/
div#contenedorbuscador {
	width: 240px;
	height: 34px;
	background-color: #b9afa6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#000;
}

div#contenedorbuscador form.formulariobusqueda {
	padding-top: 5px;
	padding-left: 7px;
}
div#contenedorbuscador input.campobusqueda {
	margin-right: 10px;
	margin-left: 15px;
	border: 1px solid #000;
	padding: 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
div#contenedorbuscador input.botonbusqueda {
	vertical-align:middle;
}
div#contenedorbuscador input.campobusqueda:focus {
	background-color:#FF9;
}

div#contenedorbuscador a {
	margin-left: 23px;
	margin-top: 3px;
}

div#contenedorbuscador a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
}
div#contenedorbuscador a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#000;
}

div#contenedorbuscador a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
}

/* Newsletter */
div#newsletter {
	width: 240px;
	margin-top: 20px;
	height: 31px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}
div#newsletter img {
	margin-left: 60px;
	margin-top: 10px;
}
div#form_newsletter {
	width: 240px;
	margin-top: 5px;
	
}

/* Forum Enginycat */
div#forumenginycat_titular {
	width: 240px;
	margin-top: 20px;
	height: 31px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}
div#forumenginycat_titular img {
	margin-left: 56px;
	margin-top: 5px;
}
div#forumenginycat_enlace {
	width: 240px;
	margin-top: 5px;
	
}


/* Imatges enginycat*/
div#imatgesenginycat {
	width: 240px;
	margin-top: 20px;
}

div#encuestas_enginycat {
	width: 240px;
	height: 31px;
	margin-bottom: 12px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}
div#encuestas_enginycat img {
	margin-left: 55px;
	margin-top: 10px;
}

div#poll_portada {
	width: 240px;
	margin-bottom: 12px;
}

div#cabeceroimatgesenginycat {
	width: 240px;
	height: 31px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabeceroimatgesenginycat img {
	margin-left: 60px;
	margin-top: 10px;
}

div#slideshowproimatges {
	width: 240px;
	height: 230px;
	margin-top: 12px;
	background-color: #b9afa6;
}

/* Redes Sociales */
div#redessociales {
	width: 240px;
	margin-top: 20px;
}

div#cabeceroredessociales {
	width: 240px;
	height: 31px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabeceroredessociales img {
	margin-left: 60px;
	margin-top: 10px;
}

div#siguenos {
	width: 240px;
	height: 30px;
	margin-top: 12px;
	background-image:url(cat/imagenes/siguenosonline.jpg);
	background-repeat:no-repeat;
}

div#logosredes {
	width: 240px;
}

div#logosredes img {
	margin-top: 9px;
	border: 0px;
	padding: 4px;
}

/* Blog enlace */
div#bloglink {
	width: 240px;
	margin-top: 20px;
}

div#cabeceroblog {
	width: 240px;
	height: 31px;
	background-color: #e20025;
	background-image:url(cat/imagenes/triangulo_inf.png);
	background-repeat:no-repeat;
	background-position: 20px 13px;
}

div#cabeceroblog img {
	margin-left: 60px;
	margin-top: 10px;
}
div#people {
	margin-top: 9px;
}
div#people img {
	border: 0px;
}


/* CLEAR BODY*/
div#clearbody {
	clear:both;
}


/* FALDON*/
div#contenedorfaldon {
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0px;
	width: 952px;
	height: 315px;
	background-color:#000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align:left;

}

div#creditos {
	width: 258px;
	height: 269px;
	margin-top: 25px;
	margin-left:9px;
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	float: left;
}

div#creditos img {
	margin-left: 10px;
}

div#ambelsuport {
	width: 333px;
	height: 269px;
	margin-top: 25px;
	margin-left: 10px;
	border-right: 1px dashed #fff;
	float: left;
}

div#categoriasyenlaces {
	width: 174px;
	height: 269px;
	margin-top: 25px;
	border-right: 1px dashed #fff;
	float: left;
}

div#menuverticalfaldon {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#menuverticalfaldon ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menuverticalfaldon ul li {
	list-style: none;
	margin-bottom: 8px;
	display: block;
}
#menuverticalfaldon ul li span {
	margin-left: 10px;
}

#menuverticalfaldon ul li a {
	text-decoration: none;
	color: #fff;
}
#menuverticalfaldon ul li a:link {
	color: #FFF;
}
#menuverticalfaldon ul li a:hover {
	color: #e20025;
}

div#iconoshtmlcss {
	height: 80px;
	margin-left: 76px;
}
div#iconoshtmlcss img {
	margin-top: 8px;
}

div#bloqueiconos {
	width: 155px;
	height: 269px;
	margin-top: 25px;
	float:left;
}

div#iconos {
	margin-top: 173px;
	margin-left: 10px;
}

div#iconos img {
	margin-bottom: 5px;
}

div#footerampliacion {
	margin: 0 auto 0 auto;
	width: 952px;
	height: 22px;
	background-color:#000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* Interrogante 2 flotante*/
div#interrogante2 {
	position: absolute;
	width: 134px;
	height: 406px;
	background-image:url(cat/imagenes/interrogante_grande.png);
	background-repeat:no-repeat;
	left: 885px;
	top: -229px;
}

/* RESULTADOS BUSCADOR PORTADA */
div#nihadades {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000
}
div#navegacion {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
	
/* CONCURSO MOTOGP */

div#concursomotogp {
	width: 240px;
	height: 249px;
	margin-top: 20px;	
}
