/**********************************************************************/
/****************************  jr1.css  *******************************/
/******  Plantilla CSS para el sitio pianoflamenco.faccendo.net   *****/
/**********************************************************************/

/**********************************************************************/
/*            FACCENDO.CREATIVOS CULTURALES. COPYRIGHT 2008           */
/**********************************************************************/ 

*
{
padding: 0em;
margin: 0em;
}

body {
background: #000 url(graf/bg11.jpg);
padding: 35px 0px 35px 0px;
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333;
}

p {
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}


h3 {
font-size: 1.8em;
font-weight:normal;
margin-top: 0px;
padding: 0px 34px 3px 0px;
}

a {
color: #690;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

img {
border: solid 1px #6F5230;
}

img.left {
position: relative;
float: left;
margin: 0.3em 1.4em 1em 0em;
}

img.left2 {
position: relative;
float: left;
margin: 0em 1.4em 0em 0em;
}

img.left3 {
position: relative;
float: left;
margin: 2em 0.8em 3em 0.5em;
}

img.right {
position: relative;
float: right;
margin: 0em 0em 0.3em 1.4em;
}

/************************************************************************/
/********************           CLASS          **************************/
/************************************************************************/

.areacontenido
{
padding-top: 1.3em;
}

.division1
{
position: relative;
background: #fff url(graf/border2.gif) repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}
/************************************************************************/
/********************            DIV           **************************/
/************************************************************************/

#cabecera {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 198px;
background: #fff url(graf/bg22.jpg) repeat-x;
z-index: 1;
}

#base  {
z-index: 2;
position: relative;
/*	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 82%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#cabezabase {
position: relative;
width: 100%;
height: 9.0em;
background: #2B2B2B url(graf/topbg.gif) repeat-x;
margin-bottom: 2px;
}

#cabezabasecontenido {
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#cabezabasecontenido h1 {
font-weight: normal;
color: #FC3;
font-size: 3.1em;
}

#cabezabasecontenido h2 {
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#cabezafoto {
position: relative;
height: 109px;
background: #fff url(graf/fondo2.jpg) no-repeat top left;
margin-bottom: 2px;
}

#menu {
position: relative;
background: #5c7606 url(graf/menubg.gif) repeat-x top left;
height: 3.2em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}

#menu ul {
position: absolute;
top: 1em;
}

#menu ul li {
position: relative;
display: inline;
}

#menu ul li a {
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover {
background: #5c7606 url(graf/menuactivo1.gif) repeat-x top left;
text-decoration: underline;
}

#menu ul li a.activo {
background: #5c7606 url(graf/menuactivo.gif) repeat-x top left;
text-decoration: none;
}

#menupie {
background: #fff url(graf/border1.gif) repeat-x;
height: 14px;
margin-bottom: 1.2em;
}

#contenido {
padding: 0em 2.0em 0em 2.0em;
}

#marcolibro {
float:left;
width: 750px;
margin-top:10px;
margin-bottom: 20px;
}

#marcolibro p {
font-size: 0.8em;
line-height: 1.2em;
margin: 1em ;
font-style:italic;
}

#marcolibro p .autor{
font-style:normal;
font-weight:bold;
text-align: right;
margin-top:0.5em;
}

#marcolibro h1 {
margin:0px;
font-weight:bold;
font-size: 1em;
text-transform:capitalize;
}

#marcolibro .tiempo {
font-size: 0.8em;
}
#marcolibro ul {
margin: 0;
padding-top: 0.5em;
}

#marcolibro ul li {
font-size:0.8em;
line-height: 1.5em;
color: #333;
text-decoration: none;
list-style:none;
}



#marcofotos {
float:left;
width: 470px;
margin-top:10px;
margin-bottom: 20px;
}

#marcofotos h1 {
margin:0px;
font-weight:bold;
font-size: 1em;
text-transform:capitalize;
}

#marcofotos .tiempo {
font-size: 0.8em;
}
#marcofotos ul {
margin: 0;
padding-top: 0.5em;
}

#marcofotos ul li {
font-size:0.8em;
line-height: 1.5em;
color: #333;
text-decoration: none;
list-style:none;
}

#pie {
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url(graf/border2.gif) repeat-x 0em 2.5em;
font-size: 0.8em;
}

#pie .left {
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#pie .right {
position: absolute;
right: 2.0em;
bottom: 1.2em;
}