@charset "ISO-8859-1";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        color:  #8090AB;
	margin: 0;
	padding: 0;
	margin-top:0px;
	background-color: #006;
}

a img { /* Elimina borde azul predeterminado en imagen con vínculo */
	border: none;
}

h1 {
	font-size:36px;
	line-height: 125%;
	margin-top: -10px;
	margin-bottom: -10px;
}

hr {
	border-color:#66C;
}

#DivIframe {
	height:auto;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:18px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 15px;
        margin-right: 15px;
}
#Capcelera {
        width:auto;
	height: 180px;
        margin-top: 20px;
	margin-bottom: 20px;
}
#AnagramaRadio {
	border-radius: 10px;
	width:160px;
	height:170px;
	float:left;
	margin-right: 20px;
	margin-top: 10px;
	overflow: hidden;
}
#AnagramaRadio:hover {
        background-color: #860f02;
        border-width: 8px;
        border-color: #860f02;
}
#Temporada {
	margin-top:0px;
	margin-bottom:0px;
	font-size:22px;
	text-align:center;
	color:#8090AB;
}
#Tico {
	border-radius: 10px;
	border-width: 4px;
	border-color: #99ff66;
        overflow: hidden;
	width: 214px;
	height: 189px;
	float: left;
	margin-right: 20px;
	cursor: default;
}
#Tico:hover {
        border-width:8px;
	border-color:#860f02;
}
#LlibreAutor {         
	position: relative;
	height: 350px;
}
#Llibre { 
	position: absolute;
	left: 2px;
	top: -1px;
	width: 224px;
	height: auto;
}
#Autor {
	position: absolute;
	top: 18px;
	left: 270px;
	overflow: hidden;
	width: auto;
	height: auto;
        border-radius:145px;
        width:290px;
        height:290px;
        background-color: #004b01;
}
#Programa {
	width:auto;
	height: 189px;
	margin-top: 1px;
	margin-bottom: 20px;
}
.Titol {
	font-size: 22px;
	font-style:italic;
	font-weight:bold;
	color:#99ff66;
}
.Convidats {
	font-size: 20px;
	color:#FF6;
	font-style:italic;
	font-weight:bold;
	}
.Colaboradors {
	color:#FF6;
	font-size:18px;
	font-weight:bold;
}
.links {
	text-decoration:none;
	font-size: 22px;
	font-weight:bold;
        border-style:solid;
        color: #6b76f8;
        overflow: hidden;
}
.links:hover {
	text-decoration:underline;
        border-width:8px;
	border-color:#3333ff;
}

.return {
	height:0px;
	visibility:hidden;
	margin-bottom:-10px;
}
