/*
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.8em; color: #4a47ba;}
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;
}
.vert{
vertical-align:middle;
}
.hr {
	height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url(images/hr.gif) repeat-x left center;
}
.hr2 {
	height: 16px;
	margin-bottom: 15px;
	background: url(images/hr2.gif) repeat-x left center;
}

ul  {
list-style-image: url(images/bullet_star.png);
list-style-position: outside;
display: block;
}
.none {
border: none;
}
.cont {
width: 380px;
}

table  {
	width:500px;
	padding: 15px 5px 30px 5px;
	text-align: center;
	color: #5a57c1;
	font-weight: bold;
}
table .books {
text-align: left;
width: 520px;
padding: 0px;
}
td {
	padding: 5px 0 5px 0;
	border: 1px solid #bfbee7;
}
td.books {
text-align: left;
padding: 5px 0 0 0;
}
.cab {
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;
}
address {
text-align: right;
color: #4a47ba;
font-weight: bold;
}
/****************/

#marco marquee{
float: right;
	width: 480px;
	
	padding: 15px 0 5px 0;
	color: #960505;
	
}
/* 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: url(images/img03.gif) repeat-y;
}
/************************/

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 15px 5px 5px 5px;
	text-align: justify;	
}
/*******************/

/* Hangman style */
#cuadros {
width: 25px;
background-color: #c0bfe8;
font-size: 16px;
}

#juego {
float: right;
	width: 480px;
	padding: 15px 0px 0px 5px;
	text-align: justify;
}

#juego td {
border: none;
}
.hg {
padding: 2px 0 5px 0;
}
 
textarea {
font-size: 14px;
border: 1px solid #918ed7;
}
.filas {
padding-top: 5px;
}
.boxw {
border: 1px solid #918ed7;
}
/*******************/

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 20px 20px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	line-height: normal;	
}

#sidebar li {
	margin-bottom: 3px;
}

#sidebar li ul {
 padding-left: 40px;
 }

#sidebar h2 {
	font-size: 1.6em;
	color: #f32121;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/hr.gif) repeat-x left bottom;
}

#sidebar h4 {
	margin-top: 10px;
	padding-bottom: 5px;
	color: #4a47ba;
}

#sidebar h5 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#sidebar h2.centro {
text-align: left;
font-size: 1.3em;
color: #4a47ba;

}
#sidebar h6 {
margin:0;
padding: 0;
font-size: 1em;
text-align: center;
}
#sidebar a {
	color: #700505;
}
#sidebar a:hover {
	background-color: #ffe3e3;
	text-decoration: none;
	color: #6b69c7;
}
/*******************/

/* Form style */
#form h2{
	font-size: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	color: #0000ff; 
}

#form .campo {
	border: 1px solid #999;
	padding: 0.3em;
	font-size: 1.2em;
}

#form .error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 1.2em;
}

#form .com {
	border: 1px solid #999;
	padding: 0.3em;
	font-size: 1.2em;
	width:25em;
	height: 10em;
	font: 1em Lucida Grande, 'Trebuchet MS', verdana, sans-serif;
}

#form .com-error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 1.2em;
	width:20em;
	height: 10em;
	font: 1em Lucida Grande, 'Trebuchet MS', verdana, sans-serif;
}

#form .boton {
	border: 2px solid #999;
	padding: 0.3em;
	font-size: 1.2em;
	width: 4em;
}

#error {
	border: 1px dashed #F00;
	background-color: #FFF;
	padding: 5px;
}

#ok {
	border: 1px dashed #060;
	background-color:#FFF;
	padding: 5px;
}
		
#inicio {
	border: 1px dashed #060;
	background-color: #FFF;
	padding: 5px; 
}
/***********************/

/* 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;
}