/* CSS Document */ 
/** LIBRERÍA 3 ROSAS AMARILLAS **/

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


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




a { color:#000000; text-decoration:underline; line-height:1.1em;}
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;}



/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;padding:0;}

blockquote{
margin-left:10px;}

table{
border-collapse:collapse;
border-spacing:0;}

fieldset,img{
border:0;}

address,caption,cite,code,dfn,th,var{
font-style:normal;font-weight:normal;}

ul,li {list-style:none;
}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{
font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}





/* Encabezados */
.csc-header h2.csc-firstHeader, .csc-header h2{/*  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.5em;
	line-height:1.2;
	color:#333333;
	clear:both;
}
h1 {
	font-size:1.5em;
	line-height:1.2;
	font-weight:normal;
	}
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 #B1B1B1;
	border-right:1px solid #B1B1B1;
	display:none;
}

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

}
#encabezado h2,#encabezado_materias h2{
color:#000000;
margin:2px 0px 0px 0px;
}

#encabezado h3, #encabezado_materias h3{
color:#000000;
margin:6px 0px 0px 5px;
font-size:1.4em;
}

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


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

