#main{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	background: url('images/bg.jpg') repeat-x bottom fixed;
	}

body {
	overflow-x: hidden;
	}

BODY, TD, TH, TR{
	margin: 0;
	color: #000;
	font:10px "Verdana"; 
	}

input, select, textarea {
	background-color:#ffffff;
	color:black;
	font-weight:normal;
	font:12px "Verdana";
	}

a:link {text-decoration: none; color: #0f0f0f;}
a:visited {text-decoration: none; color: #0f0f0f;}
a:active {text-decoration: none; color: #0f0f0f;}
a:hover {text-decoration: none; color: #353535;}

hr {
	border: 0;
	color: #a8a8a8;
	background-color: #a8a8a8;
	height: 1px;
	}

table { border-collapse:collapse; }
table#row1 { background-color: #f3faff; }
table#row2 { background-color: #e6edf3; }

#fadeinbox {
	position:absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: #FFF;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
	}

.c_home {
	width: 450px;
	text-align: center;
	}

.s {
	background: url(images/search_normal.gif) no-repeat center center;
	width: 350px;
	height: 20px;
	}

.s_over {
	background: #FFF;
	width: 350px;
	height: 20px;
	padding-left: 3px;
	}

.s_boton {
	height: 20px;
	width: 75px;
	}

.menu {
	width: 100%;
	padding: 7px 0 6px 6px;
	*padding: 7px 0 0 6px;
	border-bottom: 1px solid #F0F5F9;
	font-weight: bold;
	background: #FFF;
	}

.c_menu {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 88px;
	height: 15px;
	}

.menu a {
	margin: 0 5px;
	}

.menu a:hover {
	text-decoration: underline;
	}

.inicio, .icoblog, .facebook, .twitter, .complementos, .condiciones, .contacto {
	padding-left: 15px;
	height: 20px;
	}

a.inicio { background: url(images/inicio.png) no-repeat left top; }
a.icoblog { background: url(images/blog.png) no-repeat left top; }
a.facebook { background: url(images/facebook.png) no-repeat left top; }
a.twitter { background: url(images/twitter.png) no-repeat left top; }
a.complementos { background: url(images/complementos.png) no-repeat left top; }
a.condiciones { background: url(images/condiciones.png) no-repeat left top; }
a.contacto { background: url(images/contacto.png) no-repeat left top; }

.compartelo {
	text-align: center;
	padding: 4px 0;
	background: #FFFBCC;
	}

.compartelo a {
	margin: 0 8px;
	}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background : url('http://www.aresmusica.org/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* PARA QUIENES VIENEN CON IE 6 */

#usuarios-ie { background: #E6F1F7; color:#000; border-bottom: 2px solid #000000; }
#usuarios-ie p { font-size: 1.4em; margin: 0; padding: 8px 100px; line-height: 1.5em; text-align: center; }
#usuarios-ie a { text-decoration: underline; font-weight: bold; }
#usuarios-ie .alerta { color: #FF0000; font-weight: bold; }