/* CSS Document */


body {
	background: #E7E7E7;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	background-color: #000000;
	background-image: url('img/body.jpg');
	text-align: center;
	display: inline;
}
/*-------------stlyle------------*/
.style5 {color: #333333}
.style15 {font-size: 12px; text-align: center; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style19 {color: #FFFFFF}
.style30 {font-size: x-small}
.style40 {
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style63 {color: #666666}
.style64 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px;}
.style68 {font-size: 13px}
.style69 {font-size: 24px}

.style06 {
padding: 5px 10px;
margin:0px;
background-attachment:scroll;
background-position:center center;
background-color:#006699;
background-repeat:no-repeat;
font-size:10px;
margin-right:200px;
}
.style73 {font-size: 24px}
/*-----------------------*/
a {color: #DB7093;
}
/*------------Links-----------------------*/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*----------------------------*/
h1 {
font-size: 11px;
text-transform:uppercase;
margin: 0px;
}


#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #E8E8E8;
	border:1px solid #8D8D8D;
	background-color: #FFFFFF;
	
}
/* ----------banner-------------- */
#banner {
width: 760px;
height:114px;
text-align: center;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}

#banner img {padding:0px 0px;
} 

#bannertitle{
	padding-top:20px;
	font-size:2em;
	font-weight:bold;
	color: #333333;
	margin-left:0px;
	margin-right:0px;
	
}
/*----------- menú Principal----------------*/

#menu{
width: 100%;
font-weight: bold;
font-size: 90%;

}

#menu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
	border: 1px solid #cccccc;
	width: 100%;
	background: url('img/up2w.jpg') center center repeat-x;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#menu ul li{
display: inline;
}

#menu ul li a{
color: #666666;
padding: 10px 5px;
margin: 0;
text-decoration: none;
border-right: 2px solid #cccccc;
}

#menu ul li a:hover{
	background: url('img/up.jpg') center center repeat-x;
	color: #FFFFFF;
}


/* -----------------content--------------------- */
#content {
	background:#ffffff url('img/bacs.jpg') bottom left no-repeat;
	padding: 0px;
	margin-left:10px;
	margin-right: 216px;
	background-color: #FFFFFF;	
}

div#content { 
min-height:400px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}
#right_cont {
	float: right;
	width: 216px;
	height:300px;
	margin: 0px;
	padding: 0px;
	padding-top: 0%;
	border-color: #486f78;
	margin-top: 3px;
	}
p, pre{
padding: 5px 10px;
margin:0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;
height:50px;
text-align: right; 
background:  url('img/up2.jpg') repeat-x ;
}
 
/*____________________________________________________end*/