/* CSS Document */

body {
	behavior: url(csshover.htc);
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(bg3.jpg);
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}

.example {
	background: #eee;
	padding: 1px;
}
.direccion {
	background: #737373;
	padding: 1px;
	color: #eee;
	font-size: 11px;
}
.banners {
	background: #B10F78;
	padding: 4px;
	color: #eee;
	font-size: 100%;
    font-weight: normal;
}
.titulos {
	background: #949690;
	padding: 3px;
	color: #eee;
	font-size: 100%;
    font-weight: bold;
}

.Estilo1 {
	color: #B10F78;
	font-weight: bold;
}
.Estilo2 {color: #FFFFFF}
.Estilo6 {font-size: 11px}
.Estilo8 {color: #B10F78}

.cellback {	
background: url(bg.jpg); 
}
.cellback1 {	
background: url(bg3_1.jpg); 
}

/* 
Title: Vertical CSS menu with a behavior file.

*/
 
p a {
	color: #fff;
	text-decoration:underline!important;

}
a{
	color:#fff;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: normal;
	padding: 2px 10px;
background: url(bg.jpg); 
}

ul#nav li a:hover{
background: url(bg3.jpg); 
	color:#fff;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 92px;
	text-align: center;
	margin-left:2px;
	margin-right:2px;
	border:1px solid #ccc;

}

ul#nav li.current a{
	background:#B10F78;
	}

ul#nav li.current a:hover{
background: url(bg3.jpg);
	}

li ul {
	display: none;
	position: absolute;
	width:92px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

/* 
acordion

*/


#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:410px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-320px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#84ADAD;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#669999;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background:#669999;
}
.header_highlight1{
	padding:5px;
	background:#B10F78;
	color:#FFFFFF;
	border:1px solid #FFF;
	font-weight:bold;
}
