@font-face {
    font-family: 'source_sans_proregular';
    src: url('./fonts/sourcesanspro-regular-webfont.eot');
    src: url('./fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'source_sans_proregular';
	font-size: 14px;
	margin-top: 0px;
}

a { color:#000000; text-decoration:none; }
a:visited {color:#000000; text-decoration:none;}
a:active {color:#000000; background:#8B1C27; cursor:pointer;}
a:hover {color:#1a171b; background:#FFF; cursor:pointer; }

#content {
    width: 900px;
    margin: 0px auto;
    padding: 5px 1em;
    height: auto;
}

#header {
    background: url('../imagenes/bg_cab.png');
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    width: 900px;
    height: 150px;
    
}

.libro{ 
	position: relative;
	float: right;
	width: 45%;
	margin-top: 70px;
}
.titulo {
	font-size: 19px;
	font-weight: bold;
}
.apartado {
	position: relative;
	float: left;
	width: 99%;
	font-size: 17px;
	color: #ff0000;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 0px;

}
.listado { 
	position: relative;
	float: left;
	margin-left: 10px;
	font-size: 15px;
	color: #000000;
	height: 35px;
	width: 100%;
}

.listado h1 { 
	position: relative;
	float: left;
	font-size: 14px;
	width: 100px;
	font-weight: normal;
}

.listado audio {
position: relative;
float: left;
}

.descargar  {
	position: relative;
	float: left;
	background: url('../imagenes/descargar.png') no-repeat left 5px;
	width: 60px;
	height: 30px;
	padding: 8px 0px 0px 20px;
	font-size: 12px;
	color: #424242;
	margin-left: 10px;
	cursor: pointer;
}

.video  {
	position: relative;
	float: left;
	background: url('../imagenes/video3.jpg') no-repeat left top;
	width: 60px;
	height: 30px;
	color: #424242;
	cursor: pointer;
}


.podcast  {
	position: relative;
	float: left;
	background: url('../imagenes/podcast.png') no-repeat left 5px;
	width: 60px;
	height: 19px;
	padding: 8px 0px 0px 20px;
	font-size: 12px;
	color: #424242;
	margin-left: 10px;
	cursor: pointer;
}


#column-left {
/* min-height: 225px; */
/* margin-bottom: 10px; */
/* margin-right: 10px; */
position: relative;
float: left;
/* overflow: hidden;*/
text-align: center;
width: 100%;
height: 35px;

}

#central {
background-color: #ffffff;
border: 1px solid #D2D2D2;
border-radius: 8px 8px 8px 8px;
float: left;
min-height: 225px;
width: 97%;
padding: 15px;

}

#footer {
	position: relative;
	float: left;
/*    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-top: 10px;*/
    clear: left;
    text-align: right;
    width: 900px;
    min-height: 100px;
    font-size: 12px;
    
}


#central-content {
    padding: 5px 10px 10px 10px;
    width: 99%;
    height: auto;
}


ul.menu {
list-style-type: none;
position: relative;
float: left;
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
height: 33px;
margin-top:5px;
}

.menu li a{
float: left;
display: inline;
font-size: 15px;
color: #FF0000;
font-weight: bold;
background: #F2F3EE;
border-radius: 8px 8px 8px 8px;
width: 58px;
height: 19px;
padding: 2px;
margin: 2px 3px 2px 4px;
}


.menu li a:hover {
float: left;
display: inline;
font-size: 15px;
background-color: #cdccc7;
color: #FF0000;
border-radius: 8px 8px 8px 8px;
width: 58px;
height: 19px;
padding: 2px;
margin: 2px 3px 2px 4px;


}


.selected  { 
width: 74px;
background: #dddddd;
height: 19px;
padding: 2px;
border: 1px dotted #FF0000;
margin: 1px 2px 0px 3px;
}
