/* Nuevo color: #F22F26 y #A40802 para fondos
Anterior: #F22F26*/
@CHARSET "ISO-8859-1";
/*COLORES

#f5b900 amarillo 245,185,0
#bf2b05 rojo 191,43,5

*/
body {
	font-family: 'Lucida Sans', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/*background-color: #F22F26;*/
	background-image: url(../img/bookfondo.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

.chunk {
	font-size: 1.4em;
}

/*Elementos HTML*/
h1,h2,h3,h4,h5 {
	color: #bf2b05;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

p,code {
	font-size: 1.4em;
}

ul {
	font-size: 1.4em;
	line-height: 1.5em;
}

/*Bloques de dise�o*/
#wrapper {
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
	background-image: url(../img/bookfalsacolumna.png);
}

#header {
	width: 990px;
	height: 96px;
	background-color: #DDD;
}

#content {
	padding: 0px 10px 0px 10px;
	margin: 10px 0;
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	padding-right: 10px;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 0 5px;
}

#footer {
	border-top: 2px solid #CCC;
	text-align: center;
	clear: both;
	width: 990px;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

#footer p {
	text-align: center;
}

/*Imagenes y enlaces*/
a {
	color: #bf2b05;
	text-decoration: none;
	line-height: 1.5em;
}

a:link {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bf2b05;
}

a:visited {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bf2b05;
	color: #bf2b05;
}

a:hover,a:focus {
	color: #f5b900;
	background-color: #bf2b05;
	border-bottom: none;
}

a:active {
	color: #f5b900;
	background-color: #bf2b05;
	border-bottom: none;
}

a:link img,a:visited img {
	border: none;
	/*filter:alpha(opacity=100);*/
	opacity: 1;
}

a:hover img { /*filter:alpha(opacity=60);*/
	opacity: 0.6;
	border: none;
	background-color: #FFFFFF;
}

a.anclaimagen {
	background-color: Transparent;
	line-height: 0px;
	border-bottom: none 0px;
	font-size: 0px;
}

/*Clases*/
h2.menu {
	color: #FFF;
	text-align: center;
}

ul.menu {
	list-style: none;
	margin: 10px 0;
	padding: 3px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 1.4em;
}

div.menu {
	text-align: center;
	margin: 10px 0;
}

ul.menu li {
	line-height: 1.5;
	background-image: url(../img/bookbullet.png);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
}

ul.menu li a {
	background-image: url(../../img/set.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 7px 10px 7px 24px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	display: block;
}

ul.menu li a:visited {
	border-bottom: none;
	color: #FFF;
}

ul.menu li a:hover {
	color: #F22F26;
	background-color: #FFFFFF;
}

ul.menu li a:active {
	color: #000;
	background-color: #bf2b05;
}

ul.menu li:hover {
	color: #F22F26;
	background-color: #FFFFFF;
}

ul.menu li.seleccionado a {
	background-color: #FFFFFF;
	color: #F22F26;
}

ul.menu li.seleccionado,ul.menu li.seleccionado a:hover {
	background-color: #FFFFFF;
	color: #bf2b05;
}

ul.listaenlaces {
    list-style: none;
    margin: 10px 0;
    padding: 3px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 1.4em;
}

ul.listaenlaces li {
	line-height: 1.2;
    background-image: url(../img/internet.svg);
    background-position: left;
    background-repeat: no-repeat;
}

ul.listaenlaces li a {
    padding: 7px 10px 7px 24px;
    border-bottom: 1px solid #FFF;
    display: block;
}
p.lan {
	text-align: center;
	font-weight: bold;
}

p.lan a:link,p.lan a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

p.lan a:hover {
	background-color: #FFFFFF;
	color: #bf2b05;
}

p.lan a.seleccionado {
	background-color: #FFFFFF;
	color: #bf2b05;
	text-decoration: none;
}

p.lan a {
	padding: 5px;
	border-bottom: none;
}

/*slideshow*/
.slideshow {
	height: 232px;
	width: 632px;
	margin: auto
}

.slideshow img {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}

span.linkedin a {
	border: none;
}

span.linkedin a:hover { /*color: #EDEDED;*/
	background-color: transparent;
	border-bottom: none;
}