@import url(layout.css);
@import url(estilos.css);
@import url(cesta_compra.css);
@import url(suscripcion.css);

* {margin: 0; padding: 0;}
body {
font: 70% Arial, Helvetica, sans-serif; 
line-height: 1;
color: #333333;
height:100%;
background: #fff url(../images/bg_body.jpg) repeat-x;
}
html {
	height: 100%;
}




a { color:#000000; text-decoration:underline;}
a:hover { color:#000000; text-decoration:none;}
a img {border: none;}

.oculta {display:none;}
.clear {clear:both;}


p.bodytext{
margin:5px 0px;
line-height: 1.2em;}



/* Encabezados */



.csc-header h1.csc-firstHeader, .csc-header h1{/*  header del primer contenido de una página,headers de los siguientes contenidos de una página */
	margin:0 0 0.5em;
	font-size:1.2em;
	line-height:1.2;
	color:#333333;
	font-weight:bold;
	clear:both;
}
h1 {
	margin:0 0 0.5em;
	font-size:1.5em;
	line-height:1.2;
	font-weight:normal;
	/*color:#0D9E0D;*/
	}
h2 {
	clear:both;
	margin:1.2em 0 0;
	font-size:1.5em;
	line-height:1.3;
}


#otrosizq h2 {
	clear:both;
	margin:1.2em 0 0;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.3;
	margin:0px;
	padding-left:20px;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	display:none;
}

#encabezado, #encabezado_materias{
width:540px;
float:right;
}
#encabezado h1, #encabezado h2, #encabezado_materias h1, #encabezado_materias h2{
float:left;
clear:none;
padding:0;
font-weight:normal;
font-size:1.5em;

}
#encabezado h1, #encabezado_materias h1, .tx-ttproducts-pi1 h1{
color:#000000;
margin:2px 0px 0px 0px;
}
#encabezado h2, #encabezado_materias h2{
color:#666666;
margin:2px 0px 0px 5px;
}

h3 {
	margin:0.5em 0 0;
	font-weight:bold;
	font-size:1.2em;
}



/*cajas de los contenidos
.csc-textpic {
margin-top:20px;
}*/



/* menu */
ul {
	list-style-type: none;
}
ol {
margin-left:20px;
margin-bottom:20px;
padding-left:5px;
}

