@charset "utf-8";
/* CSS Document */

#main{width:900px; margin:auto;}

body,td,th {font-size: 1em;color: #FFFFFF; font-family:"Times New Roman", Times, serif; font-weight:bold;}
body {
	background-color: #1C1C1C;
	background-image: url(images/Fondos/back.gif);
	background-repeat: repeat;
}
h2{font-family:Dolphin;	font-size:24px;}
#texto{background-color:#000000; text-align:center; padding:5px; border:3px double #FFFFFF;}
#menu,#pie,#cabeza{text-align:center; padding:5px;}
td{text-align:center;}

a:link {
	color: #00FFFF;
	cursor:w-resize;
	font-family: Dolphin;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
a:visited {color: #CCCCCC;}
a:hover {color: #CCCCCC;}
a:active {color: #FF0000;}