/* TEMPLATE */

body{
	width: 1024px;
	background: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#container{
	width: 760px;
	margin: 0 auto;
}

#superior{
	width: 760px;
	height:233px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	
}

#cuerpo_f{
background-image:url(images/fondoPagina.jpg);
background-repeat:repeat-y;
z-index:1;
}

#cuerpo{
	width: 530px;
	margin: 0 auto;
	padding-top:1px;
}	
#abajo{
	bottom:0px; margin:auto; width:663PX;
}

#menu{
	z-index:2;
	margin:0px;
	padding:0px;
	position: absolute;
	width:290px;
	left: 290px;
	top: 66px;
	height: 39px;
}

#menu ul{ margin:0; padding:0;}
#menu li{
	display:inline;
	margin:0;
	padding: 0;
	font-weight:bold;
	margin-right:6px;
	font-size:14px;
}
#menu li a {
	color: white;
	text-decoration: underline;
}
#menu li a:hover {
	text-decoration: none;
}
#adleft {
  position: absolute;
  left: 0px;
  top: 240px;
  width: 150px;
}
#future_events {
	border: none;
	color: #FFF;
	width: 160px;
}
#adright {
  position: absolute;
  right: 0px;
  top: 240px;
  width: 150px;
}
a {
	color:#000000;
	text-decoration:none;
}

#footer {
	color: #CCCCCC;
	font-size: 10px;
	text-align:right;
	width: 630px;
	margin:0 auto;
}
#footer a{
	text-decoration:none;
	color:#CCCCCC; border:none;}

#footer a:hover{
	text-decoration:underline;}

#footer img { border:none;}

#banner_img{
	width:760px;
	height:200px;
	margin:auto;
	margin-top:0px;
	padding-left:60px;
	margin-bottom:-100px;

}
h1 {text-align: center;}

h2, h3 {color: #FEA900; text-align: center; font-weight: bold;}

h3 {font-size: 16px;}

h2 {
	font-size: 20px;
	color: #000;
	padding-top: 4px;
	padding-bottom: 25px;
	clear: both;
	background: url(images/line.png) bottom no-repeat;
}

#back{
	position:absolute;
	left: -37px;
	top: -57px;
}

.defaultErr{color:#FF0000;}
.defaultErrtitle{color:#333333;}

img {padding: 5px;}

.group img {
	border: 0;
	padding: 3px;
	margin: 7px;
	border: thin solid grey;
}

.left {float: left;}
.right {float: right;}

.reserve {
	font-size: 16px;
	color: #3399CC;
	border:#3399CC 1px solid;
	padding: 3px 3px 2px 3px;
	background-color:#F9F9F9;
	font-weight: normal;}

.definition {
	font-size: 16px;
	color: #268B54;
}
.just {text-align: justify;}
.notes {
	text-align: center;
	color: #FA8C01;
	font-weight: bold;
	clear: both;
}
#index { background-color: black; padding: 5px 10px 5px 40px; }
#index li, #index li a { color: white; }
#index li a:hover { text-decoration: underline; }

