/*
Design by Chiqui
http://www.ebelit.com
Released for free under a Creative Commons Attribution 2.5 License
Title: Blue&Red
Version: 1.0
*/
/* General style */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

h1 { 
font-size: 3em; color: #f55a5a;}
h2 { font-size: 1.9em; color: #4a47ba; text-align: center;}
h3 { font-size: 1.4em; font-weight: bold; color: #f55252; margin-left: 20px;}
h4 { font-size: 1.2em; font-weight: bold; color: #0c00f4;}
h5 { font-size: 1.2em; text-align: center; color: #2f2cb1;}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;	
}

a {
	color: #3d3aa0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #e4e4f5;
	color: #ff7373;
}

hr { 
	display: none; 
}
span {
	color: #4340ac;
}

.hr {
	height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(images/hr.gif) repeat-x left center;
}

ul {
list-style: none;
}
.none {
border: none;
}

table  {
	width:780px;
	padding: 15px 5px 30px 5px;
	text-align: center;
	color: #5a57c1;
	font-weight: bold;
	
}
table .books {
text-align: left;
width: 480px;
padding: 0px;
}
table .fusion {


}

.fusion td {
	padding: 5px 0 5px 0;
	border: 1px solid #bfbee7;
border-spacing: 0;
	
}
td.books {
text-align: left;
padding: 5px 0 0 0;
}
.dark {
background-color: #bfbee7;
border: none;
}
.cab {
color: #750000;
font-weight: bold;
font-size: 110%;
}
span {
color: #750000;
font-weight: bold;
font-size: 110%;
}

blockquote, ul, ol { 
	margin-left: 3em;
}
blockquote { 
	margin-right: 3em;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}
/****************/

/* enlace boton */
.enlaceboton {
	font-weight: bold;
	padding: 1px;
	background-color: #ffe8e8;
	color: #980000;
	text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
   border-bottom: 1px solid #ff9d9d;
   border-right: 1px solid #ff9d9d;
}
.enlaceboton:hover {
   border-top: 1px solid #0c00f4;
   background-color: #eeeeff;
   border-left: 1px solid #0c00f4;
} 
/*******************/
	
/* Header */

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
}
/******************/

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 150px;
	text-align: center;	
}

#logo h1 {
	margin: 0;
	padding-top: 15px;
	font-size: 75px;	
}

#logo h2 {
	font-size: 26px;
	color: #0603d6;
	padding-bottom: 20px;
}

#logo a {
	text-decoration: none;
	color: #c20000;
}
/**********************/

/* Menu */

#menu {
	float: right;
	width: 500px;
	height: 100px;
	background: #b7b6e4;
}

#menu ul {
	margin: 0;
	padding-top: 65px;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px;
	border-left: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
	color: #fff;	
}

#menu a:hover {
	background-color: #cdccec;
	text-decoration: underline;
	color: #ff8888;		
}

#menu .first a {
	border: none;
}
/***********************/

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background-color: #fff;
}
/************************/


/* Footer */
#footer {
	width: 780px;
	margin: 0 auto;
	padding: 0px 20px 10px 20px;
	font-size: 14px;
}

#footer p {
	margin: 0;
	padding: 10px 20px 10px 30px;
	line-height: normal;
	text-align: center;
	color: #800000;
	border: 1px solid #ffcece;
	background-color: #b7b6e4;
}

#footer a {
	color: #980000;
	font-weight: bold;
}