#Ficha
{
width: 682px;
padding-top: 12px;
}

#Ficha #ImgLibro
{
	width: 185px;
	height: 250px;
	padding: 10px;
	float: left;
}
#Ficha #ImgLibro a {
	font-size: 0.75em;
	color: #00335D;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	cursor:url("images/zoom.cur"), -moz-zoom-in !important;
	/*cursor:url("http://testing.magthemes.com/skin/frontend/default/Books_1.0/js/graphics/zoom.cur"), pointer !important;*/
}



#Ficha #ImgLibro img
{
max-width:185px;
}
#Ficha #ImgLibro img:hover {
	/*background-image: url(../images/fichas/lupa.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 18px;*/
}



#Ficha #TituloLibro
{
width: 457px;
padding: 5px 10px;
color: #B50E28;
font-size: 1.1em;
float: left;
font-weight: bolder;
float:left;

}

#Ficha #SubTituloLibro
{
width: 457px;
padding: 5px 10px;
color: #00335D;
font-size: 1.1em;
float: left;
font-weight: bolder;
}

#Ficha #Autor

{
	width: 447px;
	height: 25px;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	background-image: url(../images/fichas/autor-back.jpg);
	background-repeat: repeat-x;
}

#Ficha #DatosFicha
{
	width: 230px;
	padding: ;
	float:left;
	font-size: 0.75em;
	padding-right: 10px;
	margin-left: 10px;

}

#Ficha #DatosFicha #DownloadPdf a
{
  width:85px;
  height: 23px;
  background-image: url(../images/fichas/ico-pdf.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 27px;
  color: #00335D;
  font-size: 1em;
  padding-top: 6px;
  padding-bottom: 10px;
  font-weight: bolder;
  float:left;
  margin-bottom: 5px;
}
 #Ficha #DatosFicha #DownloadPdf a:hover
{
   color: #00335D;
  text-decoration: underline;
}



#Ficha #DatosFicha #Print a
{
  width:85px;
  height: 15px;
  background-image: url(../images/fichas/ico-print.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  color: #00335D;
  font-size: 1em;
  padding-top: 14px;
  padding-bottom: 10px;
  font-weight: bolder;
  float:left;
  margin-bottom: 5px;

}

  #Ficha #DatosFicha #Print a:hover
{
   color: #00335D;
  text-decoration: underline;
}


#Ficha #DatosFicha #date
{
	color: #666;
	border-top: 1px solid silver;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Ficha #DatosFicha #date .Valor 
{
	color:#00335D;

}

#Ficha #IconosFicha
{
	width: 215px;
	float:left;
	font-size: 0.75em;
	;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #f2f2f2;
}

 #Ficha #IconosFicha #MaterialElec a
{
  width:70px;
  height: 35px;
  background-image: url(../images/fichas/descaga-material-ico.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 33px;
  color: #00335D;
  font-size: 0.9em;
  padding-top: 6px;
  padding-bottom: 10px;
  font-weight: bolder;
  float:left;
  margin-bottom: 5px;
}

 #Ficha #IconosFicha #SoliciteMuestra a
{
  width:70px;
  height: 31px;
  background-image: url(../images/fichas/solicite-muestra.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 27px;
  color: #00335D;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bolder;
  float:left;
  margin-bottom: 5px;
  margin-left: 10px;
}

 #Ficha #IconosFicha #SitioProfesores a
{
  width: auto;
  height: 33px;
  float:left;
  margin-bottom: 5px;
  padding-top: 3px;
}

 #Ficha #IconosFicha #SitioAlumnos a
{
  width: auto;
  height: 36px;
  float:left;
  margin-bottom: 5px;
  margin-left: 15px;

}

 #Ficha #IconosFicha #GooglePreview a
{
  width: auto;
  height: 33px;
  float:left;
  margin-bottom: 5px;
  padding-top: 3px;
}

 #Ficha #IconosFicha #Facebook a
{
	width: 85px;
	background-image: url(../images/fichas/facebook-logo.jpg);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 30px;
	color: #00335D;
	padding-top: 2px;
	padding-bottom: 7px;
	float:left;
	text-align: center;
	display: block;
	padding-right: 5px;
}

#Ficha #tabs
{
  padding-top: 5px;
}


/* root element for tabs  */
#Ficha #tabs ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:32px;
	border-bottom:1px solid silver;
    /*background-color:white;*/
   padding-top: 10px;
  margin-bottom: 2px;
}

/* single tab */
#Ficha #tabs ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
  padding-left: 5px
}

/* link inside the tab. uses a background image */
#Ficha #tabs ul.tabs a {
	background: url(../images/fichas/back-blue.gif) no-repeat 0;
	font-size:0.8em;
	display:block;
	height: 31px;
	line-height:30px;
	width: 142px;
	text-align:center;
	text-decoration:none;
	color:white;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

#Ficha #tabs ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
#Ficha #tabs ul.tabs a:hover {
   background: url(../images/fichas/back-grey.gif) no-repeat 0;
	color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#Ficha #tabs ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
   background: url(../images/fichas/back-red.gif) no-repeat 0;
	cursor:default !important;
	color:white !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
#Ficha #tabs ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
#Ficha #tabs ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
#Ficha #tabs ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
#Ficha #tabs ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
#Ficha #tabs ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
#Ficha #tabs ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
#Ficha #tabs ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
#Ficha #tabs ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
#Ficha #tabs ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
#Ficha #tabs ul.tabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */
div.panes div {

	display:none;
	padding:15px 10px;
	border:1px solid #fff;
	border-top:0;
	height:auto;
	font-size:13px;
	background-color:#fff;
    color:#666;
}

#Ficha #Tecnologia

{

    height: 15px;
    padding: 5px 10px 5px;
    font-size: 12px;
    color: #fff;
	background-color: #265477;
	font-weight: bold;
    }

#Ficha #OpcTech
           {

height: 70px;
padding:20px;
border-bottom: solid 1px silver;
}
#Ficha #OpcTech img
           {

padding-right: 20px;
}
#Container #MainPlace #Contenidos #promos #recomendaciones {
	color: #FFFFFF;
	background-color: #FE9900;
	float: left;
	width: 350px;
}
#Container #MainPlace #Contenidos #promos #recomendaciones h2 {
	font-size: 1.3em;
	margin-left: 15px;
	letter-spacing: 1px;
}

#Container #MainPlace #Contenidos #promos #recomendaciones #LibroRec {
	color: #00345D;
	background-color: #F2F1ED;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 90%;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
}
#Container  #MainPlace  #Contenidos  #promos  #recomendaciones  #LibroRec  h2 {
	font-size: .9em;
}
#Container #MainPlace #Contenidos #promos #recomendaciones #LibroRec img {
	background-color: #F2F1ED;
	padding: 5px;
	float: left;
}
#Container #MainPlace #Contenidos #promos #recomendaciones #LibroRec a {
	text-decoration: none;
}
