/* ----- Reglas genéricas ----- */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 940px;
	margin: 40px auto;
	font-size: x-small;
	font-family: Arial, sans-serif;
}
ul {
	list-style-type: none;
}

ul.listado_noticias{
	float:left;
	font-size:12px;
	padding:0;
	margin:0 0 1px 0;
	width:100%;
	list-style-type: none;
	background: url(../imgs/icon_bolo.gif) 1% 50% no-repeat;}

ul.listado_noticias li {
	float:left;
	padding: 5px 0 5px 20px;
	margin:0; 
	width:97%;
	border-bottom:1px solid #edf3fb;
}	
	
ul.listado_noticias li a {
	float:left;}	
	
a {
	text-decoration: none;
	color: #09C;
}
a:hover {
	color: #000;
}
a.activo {
	color: #000 !important;
	font-weight: bold;
}
a.encuesta {
	background: url("../imgs/minibanner_enuesta.jpg");
}
img {
	border: 0;
}
p, td, th, dt, dd, caption {
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
}

/* ----- Cabecera general ----- */
h1 a {
	display: block;
	width: 940px; height: 70px;
	position: relative;
	cursor: hand;
	margin-bottom: 40px;
}
h1 a span {
	background: url("../imgs/cbcr_interdeco.gif");
	position: absolute;
	width: 100%;
	height: 100%;
}

/* ----- Contenedor principal ----- */
div#contenedor {
	background: #fff url("../imgs/fndo_menu.gif") repeat-y 140px 0;
	width: 940px;
}
p.copyright {
	clear: both;
	padding-top: 10px;
	background: #fff;
	
}

/* ----- Pie de pagina ----- */
div#pie {
	width: 940px;
	height: 15px;
	/*background-color: #a0a3ca;*/
	background-color:#1A171B; 
	margin-top: 10px;
}
p.copyright {
	font-size: 1em;
}
 /* ---- Intro ----- */
body#intro {
	background-color: #00111E;
}
body#intro div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 560px;
	margin-left: -400px;
	margin-top: -280px;
}
body#intro a {
	position: absolute;
	font-size: 1.2em;
	color: #FFF;
	left: 725px;
}
body#intro h1 {
	width: 800px; height: 70px;
	position: relative;
	margin-top: 250px;
}
body#intro h1 span {
	background: url("../imgs/imgn_intro_slogan.gif");
	position: absolute;
	width: 100%;
	height: 100%;
}
body#intro h2 {
	width: 540px; height: 100px;
	position: relative;
	margin-top: 180px;
	float: right;
}
body#intro h2 span {
	background: url("../imgs/imgn_intro_foot.gif");
	position: absolute;
	width: 100%;
	height: 100%;
}
/* ----- Menu principal ----- */
ul#menu_principal {
	width: 140px;
	float: left;
	font-size: 1.2em;
	margin: 0 20px 0 0;
	_margin: 0;
	padding:0;
}
ul#menu_principal li {
	margin: 0 0 15px 0;
	background: #FFF url(../imgs/bllt_menu.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
	text-align:left;
}

ul#menu_principal li a span {
	padding:0;
	margin:0;
}

ul#menu_principal li ul li {
	margin: 0 0 15px 0;
	background: none;
	padding: 0;
}
ul#menu_principal a {
	color: #9c9d9f;
	text-transform: uppercase;
	padding:0;
	margin:0;
}
ul#menu_principal a:hover {
	color: #000;
}

ul#menu_principal li a span.noticiaTitular{
	clear:both;
	display:block;
	font-size:9px;
	padding:2px 0 5px 0;
	margin:0;}

div#boton_encuesta {
	width: 140px;
	float: left;
}

/* ----- Reglas para la portada ----- */
body#portada div#contenedor {
	position: relative;
}
body#portada div#contenedor img {
	float: right;
	margin-top: -90px;
}

body#portada div#contenido {
	position: absolute;
	width: 400px;
	left: 500px;
	bottom:  50px;
}
body#portada div#contenido p {
	font-size: 1.8em;
	color: #9c9d9f;
}
body#portada div#contenido em {
	color: #9c9d9f;
	font-size: 1.2em;
	display: block;
	margin-top: 10px;
}
body#portada div#contenido li {
	font-size: 1.8em;
	color: #000;
}

/* ----- Reglas para quienes somos ----- */
body#quienessomos div#contenedor img {
	margin-left:20px;	
}
body#quienessomos div#contenido {
	padding-top: 10px;
	padding-left: 160px;
	padding-right: 80px;
}
body#quienessomos div#contenido p {
	margin-bottom: 20px;
	color: #6d6d6e;
}

/* ----- Reglas para contacto ----- */
body#contacto div#contenedor img {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}

/* ----- Submenu de productos ----- */
ul#menu_principal li ul {
	margin-top: 15px;
	border-left: 1px solid #CCC;
}
ul#menu_principal li ul li {
	font-size: .9em;
	padding-left: 13px;
}

/* ----- Portada de revistas ----- */
body#revistas h2 {
	width: 265px; height: 62px;
	position: relative;
	margin-bottom: 20px;
	margin-top: -16px;
	margin-left:20px;
}
body#revistas h2 span {
	background: url("../imgs/cbcr_revistas.gif");
	position: absolute;
	width: 100%;
	height: 100%;
}
div#miniaturas {
	float: left;
	padding:0;
	margin:0;}

div.revistas {
	clear: left;
	height: 130px;
	padding:0 0 0 20px;
	margin:0;
}
div.revistas a {
	display: block;
	width: 85px;
	height: 117px;
	float: left;
	margin: 0 10px 0 0;
	padding:0;
}

/* ----- Portada de internet ----- */
body#internet h2 {
	width: 195px; height: 45px;
	position: relative;
	margin-bottom: 20px;
}
body#internet h2 span {
	background: url("../imgs/cbcr_internet.gif");
	position: absolute;
	margin-left:20px;
	width: 100%;
	height: 100%;
}
div.webs {
	clear: left;
	height: 120px;
	padding:0 0 0 20px;
	margin:0px;
}
div.webs a {
	display: block;
	width: 100px;
	height: 120px;
	float: left;
	margin:0 30px 0 0;
	text-align: center;
	font-size: .91em;
	color: #333;
	padding:0;
}

/* ----- Portada Revistas de Empresa ----- */
body#empresa h2 {
	width: 730px; height: 77px;
	position: relative;
	margin-bottom: 20px;
}
body#empresa h2 span {
	background: url("../imgs/cbcr_revistasempresa.gif");
	position: absolute;
	margin-left:20px;
	width: 100%;
	height: 100%;
}
div.revistas_empresa {
	clear: left;
	height: 100px;
	margin-top: 80px;
	padding-bottom: 80px;
	margin-left:20px;
}
div.revistas_empresa a {
	display: block;
	width: 115px;
	height: 155px;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: .9em;
	color: #333;
}

/* ----- Fichas de productos ----- */
body.ficha h2 {
	top:  -10000px;
	position: absolute;
}

body.ficha div#contenido {
	width: 500px;
	float: right;
}
body.ficha div.imagen_datos {
	float: left;
	width:220px;
	margin-left:20px;
}
body.ficha p {
	color: #6d6d6e;
}
dl.datos {
	margin-bottom: 15px;
}
dl.datos dt {
	float: left;
	clear: both;
	color: #6d6d6e;
	margin-bottom: 5px;
	margin-right: 5px;
}
dl.datos dd {
	color: #003A85;
	font-weight: bold;
	margin-bottom: 5px;
}
body.ficha table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
body.ficha table.tarifas caption {
	display: none;
}
body.ficha table tr td, body.ficha table tr th {
	padding: 3px 0;
	color: #6d6d6e;
}
body.ficha table tr.color td, body.ficha table tr.color th {
	background-color: #edf3fb;
}
body.ficha table tr th.coste, body.ficha table tr th.acaja, body.ficha table tr th.asangre {
	font-weight: bold;
	color: #003983;
	text-transform: uppercase;
}
body.ficha table tr th.formatos {
	width: 55%;
	font-weight: bold;
	color: #003983;
	text-transform: uppercase;
	padding-left: 15px;
}
body.ficha table.tarifas {
	margin-bottom: 20px;
}
body.ficha table.tarifas tr th.nombre {
	padding-left: 15px;
}

body.ficha table.emplazamientos caption {
	background-color: #edf3fb;
	padding: 3px 0 0 15px;
	color: #003983;
	text-transform: uppercase;
	font-weight: bold;
}
body.ficha table.emplazamientos tr th {
	width: 55%;
	padding-left: 15px;
}
th.funcion, th.ciudad {
	color: #003983 !important;
	font-weight: bold;
}
th.funcion {
	width: 40%;
}
th.ciudad {
	width: 30%;
}
th.cargo {
	width: 40%;
}
table.contactos {
	margin-bottom: 20px;
}
div.imagen_datos img {
	
	margin-bottom: 20px;
	
	
}
div.imagen_datos dl dt {
	color: #6d6d6e;
	font-size: 1.1em;
}
div.imagen_datos dl dd {
	color: #003983;
	font-weight: bold;
	font-size: 2.8em;
	margin-bottom: 2px;
}
div.imagen_datos dl dd.fuente {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
}
div.volver {
	padding: 3px 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	float: right;
	width: 700px;
	margin: 0 0 15px 60px;
}
div.volver a {
	font-size: 1.1em;
	color: #666;
	
}
div.separador {
	background: #fff url('../imgs/fndo_separador.gif') repeat-x;
	margin-top: 25px;
	margin-bottom: 15px;
}
div.separador hr {
	position: absolute;
	top:  -10000px;
}
em.nota {
	font-size: 1.1em;
	padding-top: 10px;
	font-style: normal;
}
body.ficha table.emplazamientos tr.asterisco td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

a.pdf {
	display: block;
	font-size: 1.3em;
	padding: .6em 0 .5em 3.5em;
	background: #FFF url(../imgs/icno_pdf.gif) no-repeat;
	margin-top: 20px;
	font-weight: bold;
	width: 350px;
}

/* ----- Contacto ----- */
body#contacto h2 {
	position: absolute;
	top: -10000px;
}
body#contacto div#contenido div.contactos h3 a {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	color: #006699;
	font-size: .8em;
}
body#contacto div#contenido div.contactos h3 a:hover {
	background-color: #111;
	color: #FFF;
}
body#contacto div#contenido div.contactos {
	float: left;
	width: 460px;
}
body#contacto div#contenido div.contactos div {
	width: 460px;
}
body#contacto div#contenido div.contactos table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
body#contacto div#contenido div.contactos table tr th {
	font-weight: bold;
	padding: 6px 0;
	border-bottom: 1px dotted #CCC;
	width: 260px;
}
body#contacto div#contenido div.contactos table tr td {
	padding: 6px 0;
	border-bottom: 1px dotted #CCC;
	width: 200px;
}
body#contacto div#contenido div.contactos table tr td a {
	color: #069;
}
body#contacto div#contenido div.contactos table tr td a:hover {
	text-decoration: underline;
}


/* ----- Reglas para Investigacion ----- */
body#investigacion div#contenedor img {
	margin-right: 20px;
	float: left;
	margin-left: 20px;
}
body#investigacion div#contenido {
	padding-left: 160px;
	padding-right: 80px;
}

body#investigacion div#contenido h3 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	color: #006699;
}

body#investigacion div#contenido p {
	margin-bottom: 20px;
	color: #6d6d6e;
}




/* ----- Reglas para publicidad ----- */
body#publicidad div#contenedor img {
	margin-right: 20px;
	float: left;
	margin-left: 20px;
}
body#publicidad div#contenido {
	padding-left: 160px;
	padding-right: 80px;	
}

body#publicidad div#contenido h3 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	color: #006699;
}

body#publicidad div#contenido p {
	margin-bottom: 20px;
	color: #6d6d6e;
}


/* ----- Reglas para Atenea ----- */
body#atenea div#contenedor img {
	display:block;
	margin:0 20px 40px 0;
	padding:0;
}

body#atenea div#contenido {
	padding: 10px 80px 0 160px;
	margin:0;
}

body#atenea div#contenido h3 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin: 10px 0;
	color: #006699;
}

body#atenea div#contenedor p.texto {
	float:left;
	width:760px;}
	
body#atenea div#contenedor p.texto img {
	margin:0; 
	padding:0;}

/* ----- Reglas para Noticias Vip ----- */
body#noticias_vip h2 {
	width: 730px; height: 77px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0px;
}
body#noticias_vip h2 span {
	background: url("../imgs/cbcr_noticias.gif");
	background-repeat:no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

body#noticias_vip div#contenedor img {
	margin-right: 20px;
	margin-bottom: 40px;
}
body#noticias_vip div#contenido {
	padding-top: 10px;
	padding-left: 160px;
	padding-right: 80px;
}

body#noticias_vip div#contenido h3 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	color: #006699;
}

body#noticias_vip div#contenido p {
	margin-bottom: 20px;
	color: #6d6d6e;
}

body#noticias_vip div.archivosAdjuntos {
	float:left;}
	
body#noticias_vip div.archivosAdjuntos h2 {
	display:inline;
	font-size:14px;
	color:#006699;
	margin:0;
	padding:0;}
 
body#noticias_vip div.archivosAdjuntos ul li.archivo {
	padding:2px 0 0 20px;
	margin:10px 0 0 10px;
	height:14px;
	font-size:11px;
	width:500px;
	background: url("../imgs/icon_file.gif") top left no-repeat;}
	
body#noticias_vip div.archivosAdjuntos ul li.doc {
	background: url("../imgs/icon_doc.gif") top left no-repeat;}
	
body#noticias_vip div.archivosAdjuntos ul li.pdf {
	background: url("../imgs/icon_pdf.gif") top left no-repeat;}
	
body#noticias_vip div.archivosAdjuntos ul li.ppt {
	background: url("../imgs/icon_ppt.gif") top left no-repeat;}
	
body#noticias_vip div.archivosAdjuntos ul li.xls {
	background: url("../imgs/icon_xls.gif") top left no-repeat;}

/*-------Bloque de noticias----------*/
body#noticias_vip div.bloque_noticia {
	float:left;
	margin-bottom:20px;
	width:760px;
	height:auto;
}

body#noticias_vip div.bloque_noticia h1.titular{
	border-left-style: solid;
	border-left-width: 5px;
	color:#666666;
	font-size: 1.5em;
	padding-left: 5px;
	margin-bottom: 10px;
}

body#noticias_vip div.bloque_noticia div.entradilla{
	color:#666666;
	font-size: 1.3em;
	font-style:italic;
	font-weight:normal;
	padding-left: 5px;
	margin-bottom: 10px;
}

body#noticias_vip div.bloque_noticia img.foto_noticia{
	margin: 0 1.5em 1em 0;
	float: left;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

body#noticias_vip div.bloque_noticia p.texto{
	color:#666666;
}


/* ----- Reglas para Formulario Vip ----- */

form input{
	display: block;
	height: 16px;
	border: 1px solid #CCC;
	background: #fff url('../imgs/fndo_inputlogin.gif') repeat-x;
	font-weight:normal;
	padding: 3px;
	color: #666;
}

form input.oculto{
	display: none;
	background-color: #CCC;
}

form input.boton_envio {
	color:#FFF;
	background:none;
	background-color:#999;
	display: block;
	border:  1px solid #CCC;
	cursor: hand;
	padding: 5px;
	height:auto;
}
form input.boton_envio_azul {
	color:#006699;
	background:none;
	background-color:#edf3fb;
	display: block;
	border:  1px solid #006699;
	cursor: hand;
	padding: 5px;
	height:auto;
}

body#portada div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 150px;
	margin-left: -150px;
}

body#quienessomos div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 150px;
	margin-left: -150px;
}

body#revistas div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 250px;
	margin-left: -150px;
}

body#internet div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 250px;
	margin-left: -150px;
}
body#empresa div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 250px;
	margin-left: -150px;
}

body.ficha div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 250px;
	margin-left: -150px;
}


body#catalogo div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 150px;
	margin-left: -150px;
}	


body#contacto div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 150px;
	margin-left: -150px;
}

body#investigacion div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 330px;
	margin-left: -150px;
	display: inline;
}

body#publicidad div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 250px;
	margin-left: -150px;
	display: inline;

}

body#atenea div#contenedor img.encuesta_micasa {
	float: left;
	margin-top: 330px;
	margin-left: -150px;
	display: inline;
}

.alta{
	margin-top:60px;
}


/* ----- Reglas para Portada Area Publicidad JOSE LUIS ----- */
body#areapub_portada div#contenedor img.portadaAP {
	float: left;
	display:inline;
	margin-right: 20px;
  margin-left: 20px;
}  
  	
body#areapub_portada div#contenido {
	padding-left: 160px;
	padding-right: 80px;
}

body#areapub_portada div#contenido h3 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin-bottom: 10px;
	color: #006699;
}

body#areapub_portada div#contenido p {
	margin-bottom: 20px;
	color: #6d6d6e;
}

body#areapub_portada div#contenido h2 {
	background-color: #edf3fb;
	display: block;
	padding: 4px 4px 4px 10px;
	margin: 0 0 2px 0;
	color: #006699;
	font-size:16px;}


/*-- NUEVO JOSE LUIS CREATIVIDADES --*/

#creatividades {
	float:left;
	margin-left:5px;
	width:80%;
}	

#creatividades .descrip {
	float:left;
	width:540px;
	padding-top:5px;
}	

#creatividades a {
	text-decoration: none;
	color: #000;
}


#creatividades h1 {
font-family: Arial, sans-serif;
font-size: 30px;
font-weight: normal;
color:#1A171B;
overflow-x: hidden;
overflow-y: hidden;
padding-top: 5px;
padding-right: 14px;
padding-bottom: 5px;
padding-left: 14px;
display: block;
}	

#listado_creatividades {
clear: both;
width: 90%;
height: auto;
padding-top: 10px;
margin-top: 10px;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 15px;
border-bottom: 1px dotted #1A171B;
}	

#listado_creatividades img{
float:left;
padding-right:5px;	
}

#listado_creatividades h2 {
font-size: 18px;
padding-top: 4px;
padding-right: 14px;
padding-bottom: 0pt;
padding-left: 10px;
line-height: 18px;

}
#listado_creatividades h2 a {
color: #1A171B;
padding-left:14px;	
}

#listado_creatividades p {
font-size: 12px;
padding-top: 4px;
padding-right: 14px;
padding-bottom: 4px;
padding-left: 14px;
display: block;
margin-bottom:15px;
}

#lista_fichas {
 float:left;	
 width:700px;
 margin-left:20px;
}	

#lista_fichas h1{

font-family: Arial, sans-serif;
font-size: 30px;
font-weight: normal;
color:#1A171B;
overflow-x: hidden;
overflow-y: hidden;
padding-top: 5px;
padding-right: 14px;
padding-bottom: 5px;
margin-bottom:20px;
display: block;	
}	

#minificha {
	float:left;
	width:220px;
	height:300px;
	margin-right:10px;
	margin-top:15px;
	margin-bottom: 10px;
}

#minificha a{
	float:left;
	margin-top:3px;
	text-align: center;
	color:#1A171B;	
}

.imagen_ficha_creatividad{
	float:left;
	width:225px;
	padding-right:5px;
	margin-left:20px;
}


.ficha_creatividad{
	float:left;
	width:500px;
	margin-left:10px;
}	

.ficha_creatividad h3{
  margin-bottom:10px;
}
.enlace_ficha_creatividad {	
 width:220px;
 margin-top:10px;
 height:30px;
 background-color:#1A171B;
}

.linkNew {
float: left;
width: 98%;
margin-bottom: 10px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 0pt;
background-color: #1A171B;
font-size: 20px;
color: #ffffff;
text-align: center;
}

.linkNew:hover{
	color: #ffffff;
}	
	
.margen_volver{
 margin:15px 0 15px 160px; } * html .margen_volver { display:inline; }  
 

#column_menu {
	float:left;
	width:140px;
	height:550px;
	margin-bottom:30px;
	padding:0;
}	

body div#contenedor #column_menu #encuesta_mc {
	float:left;
	width:120px;
	margin:0px;
}
body#noticias_vip div#contenedor #column_menu #encuesta_mc img {
	float:left;
	margin:0;
}	

body#noticias_vip div#contenedor ul#menu_principal li a img,
body#contacto div#contenedor ul#menu_principal li a img,
body#revistas div#contenedor ul#menu_principal li a img,
body#internet div#contenedor ul#menu_principal li a img,
body#empresa div#contenedor ul#menu_principal li a img,
body#catalogo div#contenedor ul#menu_principal li a img,
body#investigacion div#contenedor ul#menu_principal li a img,
body#atenea div#contenedor ul#menu_principal li a img,
body#portada div#contenedor ul#menu_principal li a img,
body#publicidad div#contenedor ul#menu_principal li a img,
body#areapub_portada div#contenedor ul#menu_principal li a img,
body#quienessomos div#contenedor ul#menu_principal li a img{
	margin:0;
	width:110px;
	overflow:hidden;
}
body#portada div#contenedor ul#menu_principal li a img{float:none}