html, body{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
	background-image: url('/images/topBG.png');
	background-position: 0% 0%;
	background-repeat: repeat-x;
}
#site{
	width: 100%;
	height: 100%;
	z-index: 10;
	clear: left;
	text-align: center;
	bottom: 0%;
}

#footer{
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
}

#imagenIzquierda{
	width: 100%;
	height: 100%;	
	background-image: url('/images/elfo.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}

#imagenDerecha{
	width: 100%;
	height: 100%;	
	background-image: url('/images/noradin.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}

#portadaRyF{
	margin-right: 7px;
	float: left;
	border: solid 1px #000000;
}

#tdNoticias{
	
}
#tdLateral{
	width: 240px;
}
#tdAbout{
	width: 240px;	
}

#about{	
}
		
#noticias .noticia{
	margin-bottom: 3px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

#noticias .noticia .texto{
	padding: 5px;
	text-align: left;
}

#noticias h3{
	margin:0;			
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	font-weight: bold;
	padding: 3px;
}

#noticias .noticia .fechaNick{
	font-size: 8pt;
	margin-bottom: 3px;
	padding-left: 3px;
}

#noticias .noticia .botones{
	font-size: 8pt;
	margin-top: 3px;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	clear: left;
}

#noticias .noticia .botones .verMas{
	float: right;
	color: #FFFFFF;
}

#rss {
	float: left;
	font-size: 8pt;;
}

#masNoticias {
	float: right;
	font-size: 8pt;;
}

#twitter_div{
	font-size: 8pt;
}

#twitter_update_list{
}

#twitter_update_list .texto{
	padding: 5px;
	word-break: break-all;
}
#twitter_update_list .tiempo{
	background-color: #000000;		
	text-align: right;
}
#twitter_update_list .tiempo a{
	color: #FFFFFF;
}

#twitter_update_list .fila1, #twitter_update_list .fila2{	
	border: solid 1px #000000;
	background-color: #ffffff;	
	margin-top: 5px;
}

h1{
	margin:auto;
	margin-bottom: 0px;
	padding-top:60px;
	text-align:center;
	color: #000000;
	width: 100%;
}

h2{
	margin:0;			
	color: #000000;
	font-family: serif;
	font-size: 13pt;
	font-weight: bold;	
}

h3{
	margin:0;			
	color: #000000;
	font-size: 11pt;
	font-family: serif;
	font-weight: bold;
}

a{
	color: #000000;
	font-weight: bold;
}

.ventana{
	border: solid 2px #000000;
	background-image: url('/images/deg50gray.png');
	padding: 15px;
	font-size: 8pt;
	margin: auto;
	margin-bottom: 5px;
	z-index: 10;
	text-align: justify;
}

.ventana h2{
	margin:0px;
	margin-top:-10px;
	padding: 0;
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
}

.menu{
	
}

input {
	border: solid 2px #000000;
	background-image: url('/images/buttonshadow.png');
	background-position: 0% 100%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 11pt;
	
}