@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: #666666; 
height:100%;
background: #fff url(images/bg_body2.jpg) repeat-x;
}
html {
	height: 100%;
}




a { /*color:#009999;*/ color:#333333;}
a:hover { text-decoration:none;}
a img {border: none;}

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


#contenido p{
margin:5px 0px;
line-height:1.2em;}
/* enlaces 
a:link, a:visited {
	text-decoration:none;
}
a:focus, a:hover {
	color:#000;
}*/


/* Encabezados */



 h1{
	margin:0 0 0.5em;
	font-size:1.2em;
	line-height:1.2;
	color:#333333;
	font-weight:bold;
	clear:both;
}

h2{
	clear:both;
	/*margin:1.2em 0 0;*/
	/*font-size:16px;*/
	font-size:1.5em;
	line-height:1.3;
	color:#024C5D;
	padding-bottom:10px;
	margin:0px 0px 12px 0px;
	
}
 h2 a {
	color:#024C5D;
}

h2.title {
	clear:both;
	margin:0px 0px 12px 0px;
	font-size:1.5em;
	line-height:1.3;
	color:#333333;
}
h3 {
	color:#024C5D;
	margin:0px 0px 6px 0px;
	font-weight:normal;
	font-size:1.3em;
}

.content h3 {
	margin:0.5em 0 0;
	font-weight:normal;
	font-size:1.23em;
}


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

#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;
}




/* menu */
ul {
	list-style-type: none;
}
ol {
margin-left:25px;
}

