* {

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	text-align: justify;

	SCROLLBAR-ARROW-COLOR: #8A9B6F;

	SCROLLBAR-FACE-COLOR: #EEECE0;

	SCROLLBAR-HIGHLIGHT-COLOR: #8A9B6F;

	SCROLLBAR-SHADOW-COLOR: #8A9B6F;

	SCROLLBAR-3DLIGHT-COLOR: #EEECE0;

	SCROLLBAR-TRACK-COLOR: #EEECE0;

	SCROLLBAR-DARKSHADOW-COLOR: #EEECE0;

}
table {font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;}
	table p{font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;}
	p {font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 11px;}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	color: #000000;
}

body {

	background: #ae0d11;

	margin-top: 0px;

	

}

#page {

	width: 100%;

	margin: 0px auto;

}

/* Table */
#page table{
clear:both;}

#top_home {

	width: 100%;

	margin: 0px auto;

	

	clear: both;

	

	background: #FFFFFF;

}

#top_todas {

	width: 100%;

	

	margin: 0px auto;

	clear: both;

	background: #edece0;

}

#top_menu {

	width: 100%;

	height: 18px;

	background: #FFFFFF;

	margin: 0px auto;

	clear: both;

}

#top_content {

	width: 100%;

	margin: 0px auto;

	clear: both;

	color: #FFE6CC;

	background: #ae0d11;

}
#top_content2 {

	width: 779px;

	margin: 0px auto;

	clear: both;



}

#top_home_content {

	width: 779px;

	margin: 0px auto;

	height: 178px;

	

}

#top_todas_content {

	width: 779px;

	height: 71px;

	margin: 0px auto;

	

}

#top_menu_content {

	width: 779px;

	margin: 0 auto;

	padding-top: 3px;

	height: 18px;

}

#top_content_content {

	width: 530px;

	padding-top: 15px;
	float: left;

}
#top_content_sidebar {

	width: 220px;

	padding-top: 15px;
	float: right;

}
#top_content_sidebar img{
border: none;
margin-top: 20px;
}


#content_closer {

height: 40px;

}



#footer {

width: 100%;

background: #ae0d11;

height: 30px;

border-top: #FFFFFF 2px solid;

margin-top: 10px;

position: fixed;

top: 94%;

}

#footer_content {

width: 779px;

margin: 0px auto;

color: #FFFFFF;

}

#musica {

width: 250px;

float: right;

}

/* Estilo de los textos */

h2 {

	font-size: 13px;

	font-style: normal;

	color: #FF6600;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;

}
hr {
clear: both;
}





/* Estilo de los links */



#top_menu_content a{

font-size: 9px;

color: #333333;

text-decoration: none;

text-transform: uppercase;

margin: 0 8px;

}

#top_menu_content a:hover{

font-size: 9px;

color: #ae0d11;

text-decoration: underline;

text-transform: uppercase;

}

#top_menu_content li{

display: inline;

}

/* Comentarios */

#page .comment_text{
padding: 3px 3px 10px 3px;
background-color: #ae0d11;
border: none;
font-weight:normal;
}
#page .comment_info{
padding: 3px;
background-color: #6e070a;
border: none;
}
#page .comment_title{
padding: 3px;
background-color: #6e070a;
border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; background:#ffffff;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	
	background: #ffffff;
	border-top: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #ae0d11; text-align: left; font-weight: normal;}
#nav ul li a {display: block; background: #ffffff; padding-bottom: 3px; color: #ae0d11; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #ffffff; border-color: #fff; color: #ae0d11;}
#nav li a:active, #nav ul li a.active {background: #ffffff; border-color: #fff; color: #ae0d11;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #ffffff; color: #ae0d11;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; text-align: left; background: #ffffff; color: #ae0d11;  border-bottom: 1px solid #ae0d11;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #ae0d11; background: #ffffff; border-bottom: 1px solid #ae0d11; color:#ae0d11;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #ffffff; color: #ae0d11; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

