@charset "UTF-8";
/* CSS Document */
.centro {
	text-align:center;
	}
.boton {
	background-color: #E6E6E6;
	background-image: none;
	outline: 0px none;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-decoration: none !important;
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	padding:6px 10px;
	-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 4px;
background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
background-repeat: repeat-x;
border-width: 1px;
border-style: solid;
}
 
.sinmargen{
	margin:0 !important;
	}
.sinMargen {
	margin: 0 !important;
	padding: 0 !important;
	}
.item-page p .titulos {
	text-align:left !important;
	}
.titulos {
	text-align:left !important;
	padding:20px 44px 0px 44px!important;
	font-size:36px !important;
	color:#39444c !important;
	}
.titulos2 {
	text-align:left !important;
	font-size:24px !important;
	color:#39444c !important;
	}
span.titulos {
	padding:20px 0px 0px 0px!important;
	font-size:36px !important;
	color:#39444c !important;
	}
.autor {
	font-size:18px !important;
	color:#303132 !important;
	}
.editorial {
	font-size:13px;
	color:#6f6e6e;
	}
	
	
.titulosBlog {
	font-size:18px !important;
	color:#39444c !important;
	line-height:15px;
	}
.autorBlog {
	font-size:15px !important;
	color:#303132 !important;
	line-height:12px;
	}
.editorialBlog {
	font-size:12px;
	color:#6f6e6e;
	line-height:9px;
	}
.tabla {
	font-family: 'Marcellus', serif;
	font-size: 11px;
	border-collapse:collapse;
	border:0;
}
.tabla th {
	padding:10px;
	background-color:#CCC;
	}
.tabla td {
	border-bottom: solid 1px #CCC;
	}
.tabla td a:hover{
	background-color:#FFC;
	}
.tabla td a{
	display:block;
	padding:6px 0;
	
	}