@charset "utf-8";
@media print { 
	/* HOME */
	.main #sidebar1 #entrevistasRecientes dl dt {display:none;}
	.main #content2 #articulosRelacionados dl dt {display:none;}
	.main #content2 #opina #logoEspacioPyme {display:none;}
	.main #content2 #desdePresston #logoDesdePresston {display:none;}
	.main #footer {display:none;}

	/* ARTICULO */
	.main #numeroDiv {display:none;} 
	.main #sidebar2 {display:none;}
	.main #sidebar1Art {display:none;}
	.main #sidebar1Art #fotoArt {display:none;}
	.main #sidebar1Art #relacionadosArt {display:none;}
	.main * {margin:0; padding:0; clear:both;}
	ul.menuArt {display:none;}
	ul.menuSup {display:none;}
	.main #mainContentArt #extrasArt p, .destacado{text-align:left;}
	.main #perfilArt {display:none;}
	.main #galeriaArt {display:none;}	
	*  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	}
}

/* ====================================================================================================== */
/* ====================================================================================================== */
/* HOJA DE ESTILOS: aplicación en INDEX.PHP
/* ====================================================================================================== */
/* ====================================================================================================== */

@media screen {
* {
	margin:0;
	padding:0;
	color:#000000;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.separador5px {height:5px;border:0; padding:0;}
.separador10px {height:10px;border:0; padding:0;}
.separador15px {height:15px;border:0; padding:0;}
.separador25px {height:25px;border:0; padding:0;}

.p080 { font-size:0.8em;}
.p090 { font-size:0.9em;}
.p100 { font-size:1em;}
.p110 { font-size:1.1em;}
.p120 { font-size:1.2em;}
.p130 { font-size:1.3em;}
.p140 { font-size:1.4em;}
.p150 { font-size:1.5em;}
.p200 { font-size:2em;}

.nada {display:none; visibility:hidden;}

/* ******************************************************************************* */
/* ** Menu de la barra "Presston".
/* ******************************************************************************* */

.main #menuPresston {
height:18px;
border-bottom: 1px solid #666;
text-align:right;
background:#FFF;
}

ul.menuPresston {
/*list-style-type:square;*/
list-style-image:url(img/fb/cuadazul.gif);
margin-top:1px;
}

ul.menuPresston li {display:inline;}
ul.menuPresston li a {text-decoration:none; padding: .5em 1em; color:navy; background:url(img/fb/cuadazul.gif) no-repeat left;}
ul.menuPresston li a:hover {text-decoration:none; padding: .5em 1em; color:gray;}

/* ******************************************************************************* */

.main #container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header {
	background-image:url(img/fb/bg_top.gif);	 
	padding: 0;
	margin: 0;	
} 

.main #bannerSup {
background: #eeedeb;
border-bottom: 5px solid #FFF;
}

.main #tituloDiv {
	width: 450px;
	margin-left:10px;
	float: left;	
}

.main #tituloDiv h1 {
	margin: 5px 0;
	/*padding: 5px 0;*/
	background: url(img/fb/titulo_feedback.gif) no-repeat;
	height:58px;
}
.main #tituloDiv h2 {
	display:none;
}

.main #numeroDiv {
	margin-left: 500px;
	margin-top: 15px;
	text-align:right;
}

.main #numeroDiv #fecha { color:#FFF; font-size:12px; font-weight:bold;}
.main #numeroDiv #numero { color:#FFF; font-size:30px; font-weight:bold; margin-right:10px;}

.main #menuSup {
clear:both;
background: #CCC url(img/fb/bg_top_menu.gif) repeat-x;
height:29px;
border-top: 5px solid #FFF;
border-bottom: 10px solid #FFF;
}

ul.menuSup {
list-style-type: none;
margin-top:5px;
}

ul.menuSup li {display:inline;}
ul.menuSup li a {text-decoration:none; padding: .5em 1em; color:#FFF; font-weight:bold;}
ul.menuSup li a:hover {text-decoration:none; padding: .5em 1em; color:#000; font-weight:bold;}



.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top:0;
}

.main #sidebar1 a{text-decoration:none;}
.main #sidebar1 a:hover{text-decoration:underline;}

.main #sidebar1 #entrevistasRecientes h2 {background:url(img/fb/tit_entrevistasRecientes.gif) no-repeat; height:29px;}
.main #sidebar1 #entrevistasRecientes dl {}
.main #sidebar1 #entrevistasRecientes dl dt {float:left; padding:2px; 
		background: #F2F2F2 url(img/fb/bg_entrevistasRecientes.gif) repeat-x; }
.main #sidebar1 #entrevistasRecientes dl dd {clear:right; height:57px; 
		background: #F2F2F2 url(img/fb/bg_entrevistasRecientes.gif) repeat-x; 
		padding:0.3em; margin-left:5px;
		}


.main #sidebar1 #en15dias {/*height:240px;top:550px;  background-color:#fef9f5;*/}
.main #sidebar1 #en15dias h2 {background:url(img/fb/tit_en15dias.gif) no-repeat; height:29px;}
.main #sidebar1 #en15dias h3{margin:5px; font-size:1.3em; color:#f29863;}
.main #sidebar1 #en15dias p{padding:5px;}

.main #sidebar1 #coaching {/*height:240px;top:550px;  background-color:#fef9f5;*/}
.main #sidebar1 #coaching h2 {background:url(img/Coaching.jpg) no-repeat; height:120px;}
.main #sidebar1 #coaching h3{margin:5px; font-size:1.3em; color:#f29863;}
.main #sidebar1 #coaching p{padding:5px;}

.main #sidebar2 #bannerSuscribete { background-color:#FF9966;}

.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:2px;
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.main #mainContent { 
	margin: 0 175px 0 265px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	position:relative;	
/* RLM para ie6 las dos lineas siguientes */
	width: 499px;
	overflow: hidden;
}

/* RLM para ie6 las seis lineas siguientes */
#articulosRelacionados,
#opina,
#desdePresston,
#sommelier {
  overflow: hidden;
}
/* RLM hasta aqui */

.main #mainContent #entrevistas h2 {color:#000000; font-size:1.4em; font-weight:bold;}
.main #mainContent #entrevistas h3 {color:#f29863; font-size:1.2em; font-weight:normal;}
.main #mainContent #entrevistas p {}
.main #mainContent #entrevistas #cuerpoEntrevista{padding-left:10px; margin-left:230px;	margin-bottom: 20px;}
.main #mainContent #entrevistas #cuerpoEntrevista3{padding-left:10px; margin-left:180px; margin-bottom: 20px;}
.main #mainContent #entrevistas #cuerpoEntrevista4{padding-left:10px; margin-left:0px; margin-bottom: 20px; width:310px;}
.main #mainContent #entrevistas ul li { height:190px; list-style:none; border-bottom:1px solid #c9c9c1;}
.main #mainContent #entrevistas ul li #fotoEntrevistaIzquierda {float:left;}
.main #mainContent #entrevistas ul li #fotoEntrevistaDerecha {float:right;}

.main #mainContent #entrevistas a, .main #content2 a {text-decoration:none;}
.main #mainContent #entrevistas a:hover, .main #content2 a:hover {text-decoration:underline;}




.main #content2 {}
.main #content2 #articulosRelacionados { width:250px; float:left;}
.main #content2 #opina { width:190px; float:left; margin:0 auto 0 15px;}
.main #content2 #desdePresston { width:300px; float:left; margin:0 auto 0 15px;}
.main #content2 #sommelier { width:160px; float:left; margin:0 auto 0 15px;}


.main #content2 #articulosRelacionados dl {}
.main #content2 #articulosRelacionados dl dt {float:left; padding:2px; height:90px; }
.main #content2 #articulosRelacionados dl dd {clear:right; height:90px; padding:2px; margin-left:5px; border-bottom:1px solid #c9c9c1;}
.main #content2 #articulosRelacionados #bannerPresstonInf {padding:5px;}
.main #content2 #articulosRelacionados #bannerSantamariaPeraInf {padding:5px;}

.main #content2 #articulosRelacionados p, 
	.main #content2 #opina p, 
	.main #content2 #desdePresston p, 
	.main #content2 #sommelier p {padding:5px;}
	
.main #content2 #articulosRelacionados h2 {background:url(img/fb/tit_articulosRelacionados.gif) no-repeat; height:29px;}
.main #content2 #opina h2 {background:url(img/fb/tit_opina.gif) no-repeat; height:29px;}
.main #content2 #opina #logoEspacioPyme {background-color:#ECECEC;} 
.main #content2 #desdePresston h2 {background:url(img/fb/tit_desdePresston.gif) no-repeat; height:29px;}
.main #content2 #sommelier h2 {background:url(img/fb/tit_sommelier.gif) no-repeat; height:29px;}

.main #content2 #en15dias {/*height:240px;top:550px;  background-color:#fef9f5;*/}
.main #content2 #en15dias h2 {background:url(img/fb/tit_en15dias.gif) no-repeat; height:29px;}
.main #content2 #en15dias h3{margin:5px; font-size:1.3em; color:#f29863;}
.main #content2 #en15dias p{padding:5px;}

.main #content3 #bannersContent3 { width:250; float:left; margin:0 auto 0 15px;}
.main #content3 #especialExpoZaragoza {float:left; margin:0 auto 0 15px; width:500px; /*height:175px;*/ border:1px solid #DDD; background:url(img/fb/logo_expo.gif) no-repeat; background-position:bottom right; }
.main #content3 #especialExpoZaragoza h2 {background:url(img/fb/tit_expoZaragoza2008.gif) no-repeat; height:29px;}
.main #content3 #especialExpoZaragoza p, .main #content3 #especialExpoZaragoza h3  {padding:5px; width:90%;}

.main #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F2F2F2;
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ====================================================================================================== */
/* ===== VENTANA MODAL PARA BANNER PUBLICITARIO "PRESSTON": */

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;	left: 0%;	width: 100%;
	height: 100%;
	z-index:1001;
	/*
	background-color: black;
	-moz-opacity: 0.5;	opacity:.50;	filter: alpha(opacity=50);*/
}

.white_content {
	display: none;
	position: absolute;
	margin: 0 auto;
	top: 20px; left:50px;
	width: 600px;	height: 690px;	padding: 0;
	border: 2px solid #333;	background-color: #82A6C8;	z-index:1002;
	overflow: auto;	color:#FFFFFF;
}

/* ====================================================================================================== */




/* ====================================================================================================== */
/* ====================================================================================================== */
/* PAGINA : ARTICULO.PHP,  FEEDBACKTODAY.PHP
/* ====================================================================================================== */
/* ====================================================================================================== */

hr.raya {display:none;}

.main #mainContentArt { 
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.main #mainContentArt #textoArt{
	padding:10px;
}

.main #mainContentArt #extrasArt{
	width:250px; float:left;
	border:1px solid #EBEBEB;
	margin:0 10px 10px 0;
	/*background-color:#FFF7F2;*/
} 

.main #mainContentArt #extrasArt p, .destacado{
	padding:5px;
	text-align:left;
	color:#666;
	color:#FF9966;
	font-size:1.1em;
}

.main #sidebar1Art {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}

.main #sidebar1Art #fotoArt {
	padding:10px; margin-top:0;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

.main #sidebar1Art #relacionadosArt {
	padding:10px;
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-left: 1px solid #EBEBEB;	
}

.main #titularArt, .main #cuerpoPage, .main #cuerpoVN { padding:10px;}
.main #titularArt h3, .main #cuerpoPage h3, .main #cuerpoVN h3, .main #videoVN{color:#f29863;}
.main #cuerpoPage p, .main #cuerpoVN p, .main #videoVN { margin-top: 15px; line-height:1.5em;}

.main #cuerpoVN {width:500px;}

.main #videoVN {
	width:350px;
	margin-left:570px;
	position:absolute;
	margin-top:0;
	top: 145px;
}


.main #toolsArt{
	margin:0 10px 10px 10px;
	border-bottom:1px solid #EBEBEB;
	text-align:right;
}

ul.menuArt {
list-style-type: none;
margin-top:5px;
}
ul.menuArt li {display:inline;}
ul.menuArt li a {text-decoration:none; padding: .5em 1em; color:#B6A99C; font-weight:normal; font-size:.8em;}
ul.menuArt li a:hover {text-decoration:none; padding: .5em 1em; color:#CCC; font-weight:normal; font-size:.8em;}

.main #perfilArt {padding:20px; background-color:#E0EAEF; line-height:1.5em;}
.main #galeriaArt {padding:20px; background-color:#FFF;}
.main #galeriaArt img {padding:10px; margin:10px; border:1px solid #CCC;}


} /* FIN "MEDIA SCREEN" */
