@charset "utf-8";
/* CSS Document */

#full_intro { position:absolute; width:928px; left:50%; margin-left:-464px; height:480px; top:50%; margin-top:-240px; background-image:url(../imagenes/midBg.png); }

#topHead { width:920px; height:30px; margin: 0 0 0 4px; background-image:url(../imagenes/foot_img.jpg); }
	#topHead a:link {color:#FFF; text-decoration:none; }
	#topHead a:visited {color:#FFF; text-decoration:none;}
	#topHead a:hover {color:#000; font-weight:bold; text-decoration:none;text-shadow: 0 1px 0 #999; }

#stage { width:920px; height:410px; margin: 0 0 0 4px; }

	#avisoIndex { position:absolute; width:260px; height:100px; }
	
	#logo { position:absolute; width:300px; height:294px; left:50%; margin-left:-150px; margin-top:20px; }
	#enterBtns { width:300px; height:40px; }
		.btns { width:150px; height:40px; float:left; }

#footer { width:920px; height:50px; margin: 0 0 0 4px; background-image:url(../imagenes/foot_img.jpg); }
	#footInfo { width:750px; height:35px; float:left; margin: 10px 20px 0 10px; }

/*--------------------------------------------------------------*/

/* IMÁGENES MEIN MENÚ */
a#espanol_btn {display:block; text-indent:-9999em; width:150px; height:40px; background:url(../imagenes/espanol_btn.png) top left no-repeat;}
a#espanol_btn:hover {background-position:0 -40px;}

a#english_btn {display:block; text-indent:-9999em; width:150px; height:40px; background:url(../imagenes/english_btn.png) top left no-repeat;}
a#english_btn:hover {background-position:0 -40px;}

a#special_btn {display:block; text-indent:-9999em; width:260px; height:100px; background:url(../imagenes/convocatoria2010intro_btn.png) top left no-repeat;}
a#special_btn:hover {background-position:0 -100px;}

/*--------------------------------------------------------------*/

#noticias { position:absolute; width:920px; height:25px; top: 400px; background-color:#1A1A1A; z-index:100;}
	#noticias a:link {color:#C04630; text-decoration:none;}
	#noticias a:visited {color:#C04630; text-decoration:none;}
	#noticias a:hover {color:#FFF; font-weight:bold; text-decoration:none; text-shadow: 0 1px 0 #000; }

.tickercontainer { /* the outer div with the black border */
background: none; width: 900px; height: 25px; margin: 0; padding: 0; overflow: hidden; }

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative; left: 0; top: 3px; width: 890px; overflow: hidden; }

ul.newsticker { /* that's your list */
position: relative; left: 750px; color:#FFF;  list-style-type: none; margin: 0; padding: 0; }

ul.newsticker li { float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0; padding: 0; background: none; }

ul.newsticker a { white-space: nowrap; padding: 0;  margin: 0 12px 0 0; }

ul.newsticker span { margin: 0 100px 0 0; } 