/*
azul sereno: #945400
azul fuerte: #A13E00
azul clarito: #FFFFFF
naranjita: #FACC61
naranja clarito: #FFEFA6
Rojo: #F75959
Verde: #82ba68

*/

body {
/* 	background: url(images/fondo.jpg); */
	text-align: center;
	font-size: 9pt;
	color:black;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#IEadvisory {
	background: #FFF785;
	border-bottom: 3px solid #B3A700;
	padding: 5px;
}

#IEadvisory a {
	color: blue;
}


#pagina{
    background: #FFFCDB;
	text-align: left;
/* 	padding: 5px; */
	width:950px;
	margin:auto;
	display: block;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius: 10px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	-ms-border-radius: 10px;
	-ms-border-radius-topright: 0px;
	-ms-border-radius-topleft: 0px;
	border-radius: 10px;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
}

#header{
	width:100%;
	height: 135px;
	position: relative;
    background: url("images/headerv3.5.jpg") no-repeat;
}

#header #main_logo {
    float:left;
    height: 135px;
    width: 177px;
/*     background: url(images/v3header.jpg) no-repeat; */
}

#header #banner {
/*	top:3px;
	cursor:pointer;
	position:absolute;
	right:3px;*/
    float: right;
    clear: right;
    margin: 3px 3px 0 0;
    height: 90px;
    width: 729px;
}
#header #banner a{
	border: 0;
}

#content {
/* 	background: transparent; */
	width: 950px;
	max-width: 936px;
	padding: 10px 7px 10px;
/* 	height: 500px; */
}

/*El menu!*/
#menu {
/* 	padding-left: 15px; */
/* 	padding-right: 15px; */
	height: 26px;
	z-index: 8000;
/* 	background: url(images/menu.jpeg) no-repeat; */
/* 	background: #945400; */
    background: transparent;
    float: right;
    clear: right;
	width: 763px;
    margin-top: 5px;
	border: 5px solid /*#945400*/transparent;
	padding-top: 1px;
/* 	-moz-border-radius: 5px; */
/* 	-moz-border-radius-topleft: 0px; */
/* 	-moz-border-radius-topright: 0px; */
/*     -moz-border-radius-bottomleft: 0px; */
/* 	-webkit-border-radius: 5px; */
/* 	-webkit-border-radius-topleft: 0px; */
/*     -webkit-border-radius-topright: 0px; */
/*     -webkit-border-radius-bottomleft: 0px; */
/* 	-ms-border-radius: 5px; */
/* 	-ms-border-radius-topright: 0px; */
/*     -ms-border-radius-topleft: 0px; */
/*     -ms-border-radius-bottomleft: 0px; */
/* 	border-radius: 5px; */
/* 	border-top-left-radius: 0px 0px; */
/*     border-top-right-radius: 0px 0px; */
/*     border-bottom-left-radius: 0px 0px; */
}
/*
#menu .item {
	float: left;
	width: 152px;
	padding: 4px 0px;
	text-align: center;
	vertical-align: top;
	text-align: left;
	color: white;
	font-weight: bold;
	border-left: 1px solid transparent;
}
#menu .item:hover {
	background: #85B0D6;
	border-left: 1px solid gray;
}
#menu .ondamenu{
	color: white;
	padding: 4px 23px;
}
*/
/*#menu td {
	padding: 5px 4px 1px 4px;
	text-align: center;
	vertical-align: top;
	text-align: center;
	color: white;
	font-weight: bold;
	width: 110px;
	border-left: 1px solid transparent;
}
#menu td:hover {
	background: #85B0D6;
	border-left: 1px solid gray;
}
#menu td a {
	color: white;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10pt;
}*/
/*#menu .submenu {
	position: absolute;
	width: 150px;
	border: 1px solid gray;
	border-top: 0px;
	z-index: 8000;
}
#menu .subaM {
	position: relative;
	clear: left;
	bottom: -4px;
	z-index: 99999;
}*/
/* #menu table { padding-left: 2px;} */
/*#menu .subaM .lasterr {
	background: url(images/ender.png) no-repeat bottom;
}*/

/*#menu .subaM a {
	display: block;
	background: #85B0D6;
	padding: 4px;
	text-decoration: none;
	font-weight: normal;
	font-size:11pt;
	color: white;
}
#menu .subaM a:hover {
	background: white;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #85B0D6;
}*/
#menu ul#nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 3px;
}


#menu ul#nav li a {
    display: block;
    font-weight: bold;
    padding: 2px 10px;
    color: white;
    background: #945400;
/*     background: #85B0D6; */
}

#menu ul#nav li a:hover{
    background:#888;
    color:#fff;
    }
    
#menu li {
    float: left;
    position: relative;
    width: 120px;
    text-align: center;
    margin-right:5px;
    border:1px solid #ccc;

}

#menu li ul {
    display: none;
    position:absolute;
    width:100px;
    top: 18px;
    left: 0;
    font-weight: normal;
    padding: 1px 0 10px 0;
    margin-left:-1px;
    list-style: none;
    z-index: 8000;
}

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

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

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



/* ################################################## USERBAR ################################################# */
.barra_user_menu{
	height: 33px;
/* 	width: 375px; */
	text-align: center;
	z-index: 500;
    margin-top: 2px;
}
.floating{
    background: #945400;
}

.barra_user_menu .one{
	float: right;
	color: white;
	color: black;
	margin: 0px 3px;
	margin-top: 1px;
	position: relative;
}
.barra_user_menu .one:hover, .barra_user_menu .one:hover .link a{
	background: #FFFFFF;
}

.barra_user_menu .one .link a{
	font-size: 7pt;
	font-weight: bold;
	color: white;
	padding: 5px 5px;
}


.barra_user_menu_ficha_button{
	width: 30px;
	height: 30px;
	background: transparent url(/images/iconos/munyeco0.png) no-repeat ;
}
.barra_user_menu_ficha_button:hover{
/* 	background: transparent url(/images/iconos/munyeco2.png) no-repeat; */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.barra_user_menu_notis_button{
	width: 30px;
	height: 30px;
	background: transparent url(/images/iconos/bombilla0.png) no-repeat;
}
.barra_user_menu_notis_button:hover{
/* 	background: transparent url(/images/iconos/bombilla2.png) no-repeat; */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.barra_user_menu_mensajes_button{
	width: 30px;
	height: 30px;
	background: transparent url(/images/iconos/sobre0.png) no-repeat;
}
.barra_user_menu_mensajes_button:hover{
/* 	background: transparent url(/images/iconos/sobre2.png) no-repeat; */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

/*.barra_user_menu_salir_button{
	width: 30px;
	height: 30px;
	background: transparent url(/images/iconos/salir0.png) no-repeat;
}
.barra_user_menu_salir_button:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}*/

.barra_user_menu_chat_button{
	width: 30px;
	height: 30px;
	background: transparent url(/images/iconos/folio0.png) no-repeat;
}
.barra_user_menu_chat_button:hover{
/* 	background: transparent url(/images/iconos/salir.png) no-repeat; */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
}

.barra_user_menu_inter{
/* 	float: left; */
	width: 255px;
	height: 70px;
	background: #FFFFFF;
	color: black;
/* 	font-size: 9pt; */
	padding: 10px;
 	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.desplegable_userbar{
	position: absolute;
	border: 2px solid #945400;
/* 	background: #FFFFFF; */
	background: white;
	z-index: 15;
	padding: 5px;
	width: 370px;
	min-width: 200px;
}

.desplegable_userbar a{
	color: #A13E00;
}

.desplegable_userbar a:hover{
	color: black;
}

.desplegable_userbar .unread{
	background: #E6D3A8;
}

.desplegable_userbar .menu{
	float: left;
	padding: 5px;
	width: 115px;
}

.desplegable_userbar .titulomenu{
	border-bottom: 1px solid #EEEEEE;
	padding: 3px;
	text-align: left;
	width: 100%;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: bold;
}

.desplegable_userbar .itemmenu{
	float: left;
	padding: 5px 0px;
	width: 125px;
	padding-left:  5px;
	text-align: left;
}
.desplegable_userbar .itemmenu:hover{
	background: #FACC61;
}

/* dentro del menu de userbar */
.desplegable_userbar .user_view {
    text-align: left;
}
.desplegable_userbar .user_view .avatar {
    float: left;
}
.desplegable_userbar .user_view .avatar img {
    width: 35px;
    height: 35px;
}
.desplegable_userbar .user_view .info {
    float: left;
    margin-left: 10px;
    width: 220px;
}
.desplegable_userbar .user_view .login {
    color: #A13E00;
    font-weight: bold;
}
.desplegable_userbar .user_view .title {
    font-size: 8pt;
}

.aviso_userbar{
	width: 17px;
	height: 15px;
	font-size: 8pt;
	background: red;
	color: white;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.player_container{
    float: left;
    color: white;
    color: black;
    margin: 0px 5px;
    margin-top: 1px;
    position: relative;
    width: 220px;
    height: 30px;
}


.userbar{
    background: #945400;
    width: 275px;
    height: 100%;
    border-color: #945400;
    float: right;
    color: white;
    padding: 10px;
    position: relative;
    -moz-border-radius: 10px;
    -moz-border-radius-topright:0px;
    -webkit-border-radius: 10px;
    -webkit-border-radius-topright: 0px;
    -ms-border-radius: 10px;
    -ms-border-radius-topright: 0px;
    border-radius: 10px;
    border-top-right-radius: 0px 0px;
}

/* playlist o tracklist */
.tracklist {
}
.tracklist .clearer {
    float: none;
}
.list {
	overflow: auto;
}
.play_all {
    padding: 5px 0;
	margin: 5px 0;
	background: #E6D3A8;
}
.play_all .play{
	padding: 0 40px;
	background: url("/images/iconos/iconos_15/play0.png") no-repeat scroll 11px center transparent;
}
.play_all .download{
	padding: 0 40px;
	background: url("/images/iconos/iconos_15/descargar0.png") no-repeat scroll 11px center transparent;
}
.basic_track {
    background: #DEDEDE;
    padding: 3px 2px;
}
.second_color {
    background: white;
}
.basic_track div {
    float: left;
    margin: 0 3px;
}
.basic_track .name {
    cursor: pointer;
}
.basic_track .name .author {
/*     font-weight: bold; */
}
.basic_track .name .album {
    font-style: italic;
}
.basic_track .name .title {
    font-weight: bold;
}
.basic_track .more_info {
    float: none;
    margin-left: 10px;
    padding: 3px;
}
.basic_track .more_info div{
    float: none;
}
.basic_track .hidden {
    display: none;
}

/* polls */
.poll {
	text-align: left;
}
.poll .poll_title {
		font-size: 10pt;
		text-align: left;
		border: 0;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 1px solid black;
	}
/*.poll .choice_list {
	
	}*/
.poll .choice_list .choice,.poll .choice_list .choice_voted {
			margin: 5px 2px;
			clear: both;
		}
.poll .choice_list .choice{
			width: 85%;
		}
.poll .choice_list .checkbox_container {
			float: left;
		}
.poll .choice_list .text {
			float: left;
			margin:2px;
			width: 115px;
		}
.poll .choice_voted .text{
			width: auto;
		}
.poll .choice_list .result {
			clear: both;
		}
.poll .button_container{
		clear: both;
	}

/* Lista de gente */
.floating_people_list {
	width: 400px;
	height: 400px;
	overflow: auto;
}
.floating_people_list .list_people {
	margin: 5px;
}
.floating_people_list .list_people .list_people-image {
	float: left;
}
.floating_people_list .list_people .list_people-name {
	float: left;
	margin: 10px;
}

.desplegable_userbar .floating_people_list {
	width: 200px;
	height: 320px;
	overflow: auto;
}
.desplegable_userbar .floating_people_list .list_people .list_people-name {
	float: left;
	margin: 5px;
}
