/* @override http://www.cosersa.net/intro_css.css */

@charset "UTF-8";

html {
	background-color: #333333;
}

body {
	background-color: #333333;
}




#flash {
  position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 500px; 
    margin-top: -250px;
    width: 700px; 
    margin-left: -350px;
}





/* CSS Document */

div.enlaces {
	color: #aeaeae;
	font: normal normal 11px "Courier New", Courier, mono;
	text-align: right;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin-right: 21px;
}

div.enlaces a, div.enlaces a:hover, div.enlaces a:active  {
	color: #666;
	text-decoration: none;
}

