/* CSS Document */
body {
	text-align: center;
   margin: 0px;
   padding: 0px;
background: transparent url("../img/fondo.gif") repeat fixed;
}

#contenido{
	width: 420px;
	padding-left: 10px;
	background-color: #FFFFFF;	
text-align: center;
   position: relative;
   margin: 0 auto;
}
#boton{
	text-align: right;
	width: 410px;
	background-color: #FFFFFF;
}

#apartado{
	float:left;
	width: 410px;
	background-color: #FFFFFF;
}
#apartadogris{
	float:left;
	width: 410px;
	background-color: #ebebeb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#separacion{
	float:left;
	width: 410px;
	height: 30px;
	background-color: #FFFFFF;
}
#cabecera{
	float:left;
	width: 400px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.titular {
	COLOR: #33CC00;
	FONT-FAMILY: arial;
	FONT-SIZE: 24px;
	font-weight: bold;
}
A.titular:link {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 24px ;font-weight: bold}
A.titular:active {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 24px ;font-weight: bold}
A.titular:visited {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 24px ;font-weight: bold}
A.titular:hover {TEXT-DECORATION: none; COLOR: #666666; FONT-FAMILY: arial; FONT-SIZE: 24px ;font-weight: bold}

.boton {COLOR: #8b8c64;FONT-FAMILY: arial;FONT-SIZE: 14px;}
A.boton:link {TEXT-DECORATION: none;COLOR: #8b8c64;FONT-FAMILY: arial;FONT-SIZE: 14px;}
A.boton:active {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 14px;}
A.boton:visited {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 14px;}
A.boton:hover {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 14px;}

#linea{
	text-align: left;
	width: 400px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #33CC00;
	float:left;
}
#foto{
	text-align: left;
	width: 60px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#texto{
	text-align: left;
	float:right;
	width: 330px;
	padding-top: 5px;
}
.txt {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.txt:link {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:active {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:visited {TEXT-DECORATION: none; COLOR: #33CC00; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:hover {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}
.titular {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}

#txtlibro{
	text-align: left;
	float:right;
	width: 280px;
	padding-top: 50px;
	COLOR: #8b8c64; 
	FONT-FAMILY: arial; 
	FONT-SIZE: 11px;
}
.titlibro {COLOR: #009900; FONT-FAMILY: arial; FONT-SIZE: 14px;}
