@import 'encuesta.css';
@import 'navigation.css';
@import 'clearfix.css';
html * {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

body {
  color: black;
  font: normal 10px verdana;
  background-color: white;
}

select, input, textarea {
  font: normal 10px verdana;
}

option {
  padding: 0 0 0 5px;
}

a img {
  border: none;
}

/* --------------------- FORMULARIOS ---------------------------------- */

form input.radio {
  vertical-align: medium;
  margin: 0 5px 0 5px;
}

form.aligned {
  margin: 20px 0 20px 0;
}

form.aligned p {
  margin: 10px 0 0 0;
}

form.aligned label {
  float: left;
  display: inline;
  text-align: right;
  padding: 2px 7px 0 0;
  width: 100px;
}

form.aligned input.text,
form.aligned textarea.text,
form.aligned select.text {
  width: 300px;
}

input.submit {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 5px 0 5px;
}

form.filtro {
  background-color: #f0f0f0;
  padding: 5px;
  margin: 0 0 15px 0;
}

form.filtro p {
  margin: 5px 0 0 0;
}

form.filtro p {
  width: 100%;
  float: none;
}

form.filtro p.col {
  width: 50%;
  float: left;
  display: inline;
}

form.filtro label {
  display: block;
}

form.filtro p.col input {
  clear: both;
  width: 200px;
}

form.filtro p select.text {
  width: 200px;
}


form.filtro p input.submit {
  padding: 0 5px 0 5px;
  margin: 10px auto 0 auto;
  display: block;
}


input.radio {
  vertical-align: top;
}

label {
  cursor: default;
}

/* ------------------------ GENERALES --------------------- */

.center {
  text-align: center;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.centered {
  display: block;
  margin: 0 auto;
}

.clearer {
  clear: both;
}

.column_wrapper {
/*   overflow: hidden; */
}

.column_wrapper .column {
/*   padding-bottom: 32767px; */
/*   margin-bottom: -32767px; */
  float: left;
  display: inline;
}

.titular {
  font: bold 14px verdana;
  color: #646464;
}

.fecha,
.titulo {
  color: #3c55c9;
  font-weight: bold;
}

div.listado {
  margin: 10px 0 10px 0;
}

/* ---------------------- ESTRUCTURA ------------------------ */

#main {
  margin: 0 auto 10px auto;
  width: 1000px;
}

#main-inner {
  border-left: 1px solid #c8c8c8;
  background: white url('mainbg.png') top right repeat-y;
}


#content_inner {
  background: url('contentinnerbg.jpg') no-repeat top right;
  width: 960px;
  padding: 0 10px 0 12px;
/*   border-right: 1px solid red; */
}


#izquierda {
  width: 210px;
}

#centro {
  width: 505px;
  margin-left: 15px;
  margin-right: 0;
}

.colspan_two#centro {
	width: 733px;
}

#derecha {
  width: 210px;
/*   background-color: yellow; */
/*   border: 1px solid green; */
  margin-left: 15px;
}

.impar {
	clear: left;
}
.contenido {
  width: 960px;
}

#sponsors {
  background: url('sponsorsbg.png') top right repeat-y;
  height: 80px;
}

#sponsors ul {
/* padding-left: 250px; */
  width: 145px;
  margin: 0 auto;
}

#sponsors li {
  float: left;
  display: inline;
/*   padding: 15px 0 0 0; */
/*   border: 1px solid red; */
}

#sponsors li a {
  display: block;
}

#sponsors #sponsor-ace a { height: 76px; }
#sponsors #sponsor-novartis a { height: 40px; }
#sponsors #sponsor-pfizer a { height: 38px; }
#sponsors #sponsor-boehringer a { height: 28px; }
#sponsors #sponsor-almirall a { height: 25px; }

#sponsors li a span {
  display: none;
}

#sponsors #sponsor-ace {
  background: url('sponsorsbg1gran.png') bottom left no-repeat;
  width: 162px;
}
#sponsors #sponsor-novartis {
  background: url('sponsorsbg2.png') bottom left no-repeat;
  width: 215px;
  margin: 0 0 0 40px;
}
#sponsors #sponsor-pfizer {
  background: url('sponsorsbg3.png') bottom left no-repeat;
  width: 61px;
  margin: 7px 0 0 65px;
}
#sponsors #sponsor-boehringer {
  background: url('sponsorsbg4.png') bottom left no-repeat;
  margin: 12px 0 0 112px;
  width: 89px;
}
#sponsors #sponsor-almirall {
  background: url('sponsorsbg5.png') bottom left no-repeat;
  margin: 12px 0 0 95px;
  width: 84px;
}

#foot {
  background: url('footbg.png') no-repeat;
  height: 24px;
  font-size: 9px;
  color: #4a4a4a;
  text-align: center;
  padding: 8px 0 0 0;
}

#foot a {
text-decoration: none;
color: #4a4a4a;
}


#header {
  background: url('headerbg.jpg') no-repeat;
  height: 203px;
}

#header div {
	float: left;
}

#header #homelink a {
	display: block;
	width: 220px;
	margin-left: 30px;
	margin-top: 55px;
	height: 130px;
}

#header #fundacioace {
	padding: 97px 0 0 150px;
}

#header #topmenu {
	padding: 180px 0 0 232px;
}

#header #topmenu a {
  color: #646464;
  font-size: 9px;
  text-decoration: none;
}

#header #topmenu span {
  padding: 0 0 0 5px;
}

/* ------------------- HOME ---------------------------- */

.homeblock {
 /* margin-bottom: 20px; */
}
.homeblock div.vertical {
  float: left;
  display: inline;
  width: 45%;
  margin: 5px 12px 0 10px;
}

.homeblock .fecha_autor {
  font-style: italic;
  color: gray;
}

/* ------------------- BOXES ---------------------------- */

.box {
  margin: 0 0 15px 0;
}

.box .content {
  padding: 0 5px 0 5px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  background: white url('box_bg.png') bottom left repeat-x;
}

#centro .top, #centro .bottom {
  height: 8px;
  width: 505px;
}

.colspan_two#centro .top,
.colspan_two#centro .bottom {
	width: 733px;
}

#centro .bottom {
  background: url('content_box_bottom.gif') top left no-repeat;
}


#centro .top {
  background: url('content_box_top.gif') bottom left no-repeat;
}

.colspan_two#centro .bottom {
  background: url('content_box_bottom_expand.gif') top left no-repeat;
}

.colspan_two#centro .top {
  background: url('content_box_top_expand.gif') bottom left no-repeat;
}

#izquierda .box, #derecha .box {
  width: 210px;
}

#izquierda .top, #izquierda .bottom,
#derecha .top, #derecha .bottom {
  height: 7px;
  width: 210px;
}

#izquierda .top, #derecha .top {
  background: url('left_box_top.gif') no-repeat bottom left;
}

#izquierda .bottom, #derecha .bottom {
  background: url('left_box_bottom.png') no-repeat;
}

/* --------------- CONTENIDO CENTRAL ------------------- */



#centro .maincontent {
  background-color: white;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  padding: 10px;
  padding-bottom: 0;
}

.newsletter ._maincontent {
  background-color: white;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  padding: 10px;
  padding-bottom: 0;
}

.longtext p {
  margin: 3px 0 10px 0;
  line-height: 17px;
}

/* ---------- formulario de suscripcion --------------- */
form#suscripcion input.radio {
  margin: 0 0 0 10px;
}


h2 {
  color: #646464;
  text-transform: uppercase;
  font: bold 10px verdana;
  border-bottom: 1px dashed #646464;
  margin: 0 0 5px 0;
}

h3 {
  color: #95C730;
  font: bold 10px verdana;
  border-bottom: 1px dashed #95C730;
  margin: 0 0 5px 0;
}

h4 {
  color: black;
  font: bold 10px verdana;
  margin: 0 0 10px 0;
}

h3 span {
  color: gray;
}

a {
  color: #3c55c9;
}

img.left { float: left; margin: 0 10px 10px 0; }
img.right{ float: right; margin: 0 0 10px 10px; }

div.destacado {
  padding: 2px 7px 0 7px;
  background-color: #e5eef7;
}

p.errormsg {
  color: #e60a16;
  font-weight: bold;
}

div.libro a {
  display: block;
  margin: 5px 0 0 0;
}

div.libro img {
  border: 1px solid black;
}

.box.magazine p {
  margin: 10px 0 0 0;
}

.box.agenda p {
  margin: 10px 0 10px 0;
}
.box.agenda p.masinfo {
  margin-bottom: 0;
}


/* -------------- iconos --------------- */
.icono {
  height: 26px;
  display: block;
  padding: 6px 0 0 36px;
  color: black;
  text-decoration: none;
  margin-right: 10px;
}
.print { background: url( 'print.png' ) no-repeat top left; }
.send { background: url( 'send.png' ) no-repeat top left; padding-left: 28px; }




/* ------------- */
p.titulo a,
h4 a { color: black; }
a.testimonio span { color: black; }
a.testimonio { text-decoration: none; }
a.testimonio:hover { text-decoration: underline; }


html .column img {
	max-width: 450px;
}

* html .column img {
	width:expression(this.width>450?"450px":this.width);
}

img#designedby {
  float: right;
  margin: -20px 16px 0 0px;
}

div.sep {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}

p.titulo,
p.autor,
p.fuente {
  margin: 10px 0 10px 0;
}

/*div.texto p {
  margin-bottom: 10px;
}*/

p.enlace {
  margin: 5px 0 10px 0;
}





.newsletter_compositor .left {
	float: left;
	border: 1px solid #C8C8C8;
	background-color: #F8F8F8;
	padding: 5px;
}

.newsletter_compositor .izquierda,
.newsletter_compositor .derecha {
	width: 145px;
}

.newsletter_compositor .centro {
	width: 360px;
	margin: 0 10px 0 10px;
}

.newsletter_compositor hr {
	margin: 10px 0 10px 0;
}

.titular_newsletter {
  font: bold 10px verdana;
  color: #646464;
  margin: 5px 0 5px 0;
}

.masinfo {
	margin: 10px 0 0 0;
}

.prensa a.prensaimg {
	margin: 0 0 7px 7px;
	border: none;
}

.required {
	color: red;
}
.texto,
.texto p
{
font-size: 10px;
font-family: Verdana;
}
.texto p {
margin: 10px 0 10px 0;

}

.texto ul li {
	margin: 5px 0 5px 0;
}

.maincontent ul,
.maincontent ol
{
	padding-left: 25px;
	margin: 5px 0 5px 0;
}

.maincontent ul
{
	list-style-type: disc;
}

ul.paginator
{
	list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

table.bcnpit { font-size: 10px; margin-bottom: 1px;word-spacing: -1px;}
table.bcnpit tr.sep td { padding-top: 1px; }
table.bcnpit .title { color: #777B7C; font-size: 12px;}
table.bcnpit .subtitle,
table.bcnpit .date { color: #777B7C; }
table.bcnpit .title2 { color: #777B7C; font-size: 12px;}
table.bcnpit .subtitle2,
table.bcnpit .date2 { color: #777B7C; }
table.bcnpit .subtitle,
table.bcnpit .subtitle2 { font-style: italic; font-weight: bold; }
table.bcnpit .title,
table.bcnpit .title2 { font-weight: bold; }
table.bcnpit .date,
table.bcnpit .date2 { font-style: italic;  }
marquee.bcnpit { margin-bottom: 15px; font-weight: bold; display: block; }

img#imglinkbcnpit { margin-top: 0px;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
