/* CSS Document */

body	{
	text-align: center;
	background:#080000 url('fondo-web-cocos.jpg') repeat-y top;
 }

#container {
 margin: 30px auto;
 background-color:#000000;
 border: 3px solid #ddd;
 width: 368px;
 height: auto;
 }

#menu {
	width: 368px;
	text-align:center;
}

#text {
 margin: 0px auto;
 padding: 0.1em;
 background-color:#000;
 border: 0;
 width: 368px;
 }
 
.Estilo2 {
	color: #990000;
	font-weight: bold;
}

p { 

	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

a:link {
	color:#999999;
	text-decoration: none;
	font-weight: bold;		
}

a:visited {

	color:#999999;
	text-decoration: none;
	font-weight: bold;	

}
	
a:hover {
	color: #000000;
	background-color: #999999;
	
}

img a {

	border:none
}

img a:hover {

	background-color: none;
	
}
