﻿/* CSS Document */
body {
   margin-top: 30px; 
   margin-bottom: 10px; 
   text-align: left; 
   font-family: Arial, Helvetica, sans-serif; 
   background-color: white;
}

@media handheld, only screen and (max-width: 767px){
	.desc_libro{
		display:none;
	}
}

@media only screen and (max-width: 1023px){
	.desc_libro{
		display:none;
	}
}
.espacio{
	margin: 0 0 5px 0; 
}
.txt-rojo {
    color: #C30000;
}
.txt-bold {
    font-weight: bold;
}
.td-libros-precio10 {
	padding-bottom: 10px;
	text-align: center;
    font-weight: bold;
    font-size: 10px;
}
.td-libros-precio {
	padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
	font-size: 18px;
}
.link-rojo {
    text-decoration: none;
    color: #C30000;
}
.resultados {
    font-size: 14px;
    color: #C30000;
    text-decoration: underline;
    font-weight: bold;
}
.link-negro{
   text-decoration: none;
   color: black;
}
.link-negro:hover{
	color:grey;
}
.link-negro:active{
	color:grey;
}
.txt-negro {
    color: black;
    text-align:center;
}
.txt-negro-cabecera{
   text-shadow: 1px 1px grey;
   font-size: 4rem;
   color: #333333;
   font-weight:bold;
   text-align:center;
   padding: 20px 0 0 0;
}
.txt-negro-cabecera-sub{
   padding: 0 0 10px 0;
   text-align:center;
   font-weight:bold;
   color: #9d030b;
}
.txt-autor-index{
   font-size:12px;
   font-weight:bold;
}
.breadcrambs-txt{
   font-size:13px;
   vertical-align:middle;
   padding:10px 0 10px 10px;
}
.breadcrambs-sup{
   background-color:#f2dede;
   vertical-align:middle;
}
.txt-italica{
   font-style: italic;
}
.txt-titulo-ind{
   font-size: 16px;
   font-weight:bold;
   min-height: 25px;
   white-space:nowrap; 
   overflow: hidden;
   text-overflow: ellipsis;
}
.txt-titulo-ind a{
   color:#C30000;
}
.txt-autor-ind{
   font-size:14px;
   margin: 5px 0;
   white-space:nowrap; 
   overflow: hidden;
   text-overflow: ellipsis;
}
.txt-precio-ind{
   font-size:14px;
   font-weight:bold;
   margin: 0 0 5px 0;
}
.min-altura{
   text-align:center;
   margin-bottom: 20px;
}
 
 /*
@media screen and (max-width: 700px){
	.txt-titulo-ind {
	   font-size: 14px;
  		min-height: 105px;
	   white-space:nowrap; 
	   overflow: hidden;
       text-overflow: ellipsis; 
	}
	.txt-autor-ind {
	   font-size:13px;
	   min-width: 120px;
	   white-space:nowrap; 
	   overflow: hidden;
       text-overflow: ellipsis; 
	}	
	.txt-precio-ind {
	   font-size:12px;
	}
	.min-altura{
	   text-align:center;
	   margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px){
	.txt-titulo-ind{
	   font-size:12px;
	   color:#C30000;
	}
	.txt-autor-ind{
	   font-size:10px;
	}
	.td-libros-precio {
	   font-size:10px;
	}	
	.min-altura{
	   min-height:400px;
	   text-align:center;
	}
}
*/
/*
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a active hover {
	 color: #9d9d9d;
}
.navbar-inverse .navbar-brand {
	 color: #fff;
}
.navbar-inverse  a:hover {
	 color: #9d9d9d;
}
*/


.navbar-inverse {
    background-color: #a1080c;
    border-color: #a1080c;
}


.tapa_img {
	border: 1px #000000 solid !important;
}
