

	/* ----------------------------  GENERAL ---------------------------------------------*/
	body {
		margin: 0;
		padding: 0;
		font-family: 'Helvetica';
		font-size: 15px;
		background-color: white;
		width: 95%;
		margin: 10px auto;
		max-width: 1400px;
	}
	div,h2,input,button,image,label,a{
		margin: 0;
		padding: 0;
		/*font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
		font-family: 'Helvetica';
		/*font-size: 17x;*/
		text-decoration: none;
		color: gray;
	}

	a {	text-decoration: none;	}
	a:link, a:visited {	color: gray;  }
	a:hover, a:active {	color: #09C9FA;  }

	h1{
		padding: 0;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		padding-left: 2.5em;
	}

	h2{
		padding: 0;
		margin: 0;
		font-size: 18px;
		font-weight: normal;
		/*padding-left: 2.5em;*/
	}
		

	/* ----------------------------  HEADER NAV  ---------------------------------------------*/

	.topnav {
	  overflow: hidden;
	  background-color: #365899;
	}

	.topnav a {
	  float: left;
	  display: block;
	  color: #f2f2f2;
	  text-align: center;
	  padding: 10px 10px;
	  text-decoration: none;
	  font-size: 14px;
	}

	.topnav a:hover {
	  background-color: #ddd;
	  color: black;
	}

	.topnav .icon {
	  display: none;
	  font-size: 20px;
	}
	
	.headphoneIcon{
		display:none;
		/*width: 70px;
		height: 70px;
		position: absolute;
		top:0px;
		left: 0px;
		background-color: #365899;
		margin-top: 10px;
		border-radius:50%;*/
	}	
	.divHeadphoneIcon{
		width: 70px;
		height: 70px;
		position: absolute;
		top:0px;
		left: 0px;
		background-color: #365899;
		margin-top: 10px;
		border: 2px solid white;
		border-radius:50%;
		background-image: url('headphone.png'); 		
		background-size: 3em;
		background-repeat: no-repeat;
		background-position: center; 						
	}
	
	/* ----------------------------  SECTION  ---------------------------------------------*/
	.section{
		padding: 10px 5px;
		margin: 10px 0px;
		border: none;
		background-color: white;
		border: 1px solid #DDDFE2;
		/*border-bottom: 1px solid #DDDFE2;*/
	}
	.section .title{
		font-weight: normal;
		/*background-color: #F5F5F5;*/
		background-color: white;
		padding: 0;
		margin: 0;
		font-weight: bold;
		margin-bottom: 20px;
		color: #365899;
		font-weight: bold;
		padding-left: 20px;
		
	}
	.section .title h2{
		padding: 0;
		margin: 0;
		background-color: white;
		color: #365899;
		font-weight: bold;
		
	}	
	
	.section .content{
		padding: 5px;
		margin: 0;
	}
	.section ol{
		padding: 5px;
		margin: 0;
		list-style-type: none;
	}		
	.section li{
		padding: 2px;
	}				
	.section a{
		display: block;
		padding: 0;
		margin: 0;
		
	}
	.section.search .title{
		margin-bottom: 5px;
		margin-left: 40px;
	}
	
	
	/* ----------------------------  SEARCH  ---------------------------------------------*/
	.inputSearch{
		width: 70%;
		border: 1px solid #DFE0E7;
		color: gray;
		padding: 5px;
	}
	.btnSearch{
		width: 25%;
		height: 30px;
		border: 1px solid #365899;
		color: #365899;
		background-color: white;
		cursor: pointer;
	}

	/* ----------------------------  MAS SONIDOS  ---------------------------------------------*/
	
	/* ----------------------------  BOTONERAS  ---------------------------------------------*/	
	.section.botoneras .content{
		padding: 0px auto;
		margin: 0 auto;
	}		
	.divBotonerasItem{
		width: 48%;
		float: left;
		padding-bottom: 10px;
	}
	.divBotonerasItemImg{
		width: 50px;
		height: 50px;
		background-size: 4em;
		background-repeat: no-repeat;
		background-position: center; 
		cursor: pointer;
		padding: 0px;
		margin: 0px auto;
		border-radius: 50%;
		background-size: auto 100%; 		
		floaT: left;
	}
	.divBotonerasItemLink{
		width: 80%;
		height: 50px;
		padding-left: 10px;
		float: left;
		line-height: 50px;
	}
	.divBotonerasItemLink a:link{
		cursor: pointer;
	}
	

	/* ----------------------------  BOTONERA  ---------------------------------------------*/	
	.section.botonera .content{
		padding: 0px auto;
	}		
	.divBotoneraItem{
		width: 23%;
		float: left;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
	.divBotoneraItemBoton{
		width: 70px;
		height: 70px;
		background-image: url('botoneraPlay.png'); 		
		background-size: 1em;
		background-repeat: no-repeat;
		background-position: center; 
		cursor: pointer;
		padding: 0px;
		margin: 0px auto;
		text-align: center;

		border-radius: 50%;
	}
	.divBotoneraItemBotonImg{
		width: 100px;
		height: 100px;
		background-size: 4em;
		background-repeat: no-repeat;
		background-position: center; 
		cursor: pointer;
		border: 1px solid lightGray;		
		padding: 0px;
		margin: 0px auto;
		border-radius: 50%;
		background-size: auto 100%; 
	}	
	
	.divBotoneraItemName{
		height: 50px;	
		padding: 0px;
		margin: 0px;
		
	}
	.divPaginationBotonera{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.divPaginationBotoneraLeft{
		width: 50%;
		padding: 0;
		margin: 0;
		float: left;
		text-align: left;
	}
	.divPaginationBotoneraRight{
		width: 50%;
		padding: 0;
		margin: 0;
		float: left;
		text-align: right;		
	}
	.divPaginationBotoneraRight a:link{
		display: inline;
	}
	
	/* ----------------------------  TABLA SONIDOS  ---------------------------------------------*/

	.section.tablaSonidos .content{
		padding: 0px auto;
	}	

	.row{
		width: 49%;
		padding: 0;
		/*margin: 10px auto;*/
		margin-bottom: 40px;
		float: left;
		border: none;
	}
	.rowAction{
		width: 90%;
		min-height: 40px;
		margin: 0 auto;
	}
	.rowActionPlay, .rowActionPause{
		width: 83%;
		min-height: 40px;
		background-color: #8CA7D7;
		border: 1px solid #8CA7D7;
		cursor: pointer;	
		background-image: url('play.png'); 		
		background-size: 1em;
		background-repeat: no-repeat;
		float: left;
		background-position: 5% 50%;
	}
	.rowActionPause{
		background-color: #4080FF;
		background-image: url('pause.png'); 		
		background-size: 1em;
		background-repeat: no-repeat;
		background-position: 5% 50%;		
		
	}
	.rowActionPlay  label, .rowActionPause  label{
		color: white;
		font-weight: normal;		
		width: 85%;
		text-align: left;
		display: block;
		height: 100%;
		line-height: 40px;
		/*font-size: 15px;	*/
		padding:0;
		margin: 0;
		cursor:pointer;
		float: right;
	}
	.rowActionDescarga{
		float: left;
		width: 15%;		
		height: 40px;
		background-color: white;
		border: 1px solid #DDDFE2;		
	}
	.rowActionDescarga a label{
		font-size: 9px;
		width: 69px;
		line-height: 15px;
		padding: 0px;
		margin:0;
		width:100%;
		display:block;
		height: 20px;
		text-align: center;
		color: gray;
		cursor: pointer;
	}
	.rowActionDescarga a.rowActionDescargaImgLink {
		background-image: url('descarga.png'); 		
		background-size: 1em;
		background-repeat: no-repeat;
		background-position: center; 				
		cursor: pointer;
		height: 25px;
		display: block;
		margin:0;
	}	
	.rowInfo{
		clear: both;
		width: 90%;
		padding: 5px 0;
		margin: 0 auto;
	}
	.rowInfoDescargas {
		width: 48%;
		float: left;
	}
	.rowInfoDescargas label{
		color: gray;
		font-weight: normal;		
		display: block;	
		font-size:	14px;
		font-style: italic;		
	}
	.rowInfoSpacer{
		display: none;
		float: left;
		width: 1%;
	}
	.rowInfoActionTags{
		display: none;
		float: left;
		width: 48%;
		background-color: white;
	}
	.rowInfoActionTags label{
		/*font-size: 8px;*/
		width: 100%;
		line-height: 12px;
		padding: 3px;
		display: block;
		text-align: center;
		cursor: pointer;
	}
	.plus {
		font-size: 20px;
		font-weight: bold;
	}
	.rowTags{
		width: 90%;
		height: 50px;
		padding: 5px; 
		margin: 0 auto;
		display: block;
	}
	.rowTagsData{

	}
	.rowTagsData ol{
		padding: 0px;
		margin: 0;
		border: none;
		list-style-type: none;		
	}	
	.rowTagsData li.rowTagsRelacionados{
		display: inline;
		border: none;
		font-weight: bold;
		font-size:	14px;
	}	
	.rowTagsData li{
		display: inline;
		border: 1px solid lightGray;		
		width: 50%;
		padding: 1px 3px;
		margin-top: 20px;
		line-height: 30px;
	}
	.rowTagsData li a{
		display: inline;
		font-size:	14px;
	}	
	

	/* ----------------------------  COLUMNAS ---------------------------------------------*/
	.columna h3{
		font-size: 14px;
		margin: 0;
		text-decoration: underline;
	}
	.columna{
		width: 24%;
		float: left;
		padding: 2px;
		margin-bottom: 20px;
	}
	.columna label,.columna a{
		display: inline;
	}
	.columna label{
		margin-left: 5px;
	}	
	
	
	/* ----------------------------  SECCIONES ---------------------------------------------*/
	
	.main{
		float: left;
		width: 890px;
	}
	
	.side{
		float: right;
		width: 300px;
	}	
	
	.bottom{
		width: 890px;
		margin: 0px;
		padding: 0px;
		overflow: auto;
	}
	
	.section.search{
		width: 100%;
		float: left;
		max-width: 400px;
		padding: auto;
	}
	.section.adTop{
		width: 728px;
		float: right;
		padding: 0;
		border: none;
	}		
	
	.section.adTopBotonera{
		width: 100%;
		float: none;
		padding: 0;
		border: none;
	}			
	
	.section.tablaSonidos{
		width: 98%;
		overflow: auto;
	}	
	.section.botonera{
		width: 98%;
		overflow: auto;
	}	
	.section.botoneras{
		width: 98%;
		overflow: auto;
	}	
	.section.resultados{
		width: 98%;
		min-height: 150px;
	}	
	.section.resultados li label{
		display: inline;
		color: lightGray
	}		
	.section.resultados li a{
		display: inline;
	}			
	
	.section.descarga{
		width: 98%;
	}		
	.section.descarga a{
		display: inline;
		font-style:  normal;
	}
	.section.descarga li{
		font-style: italic;
	}	
	.section.columnas{
		width: 98%;
		overflow: auto;
	}		
	
	.section.adMain{
		width: 336px;
		float: left;
		background-color: transparent;
		padding-left: 0 ;
		padding-right: 0 ;
		margin: 0;
		border: none;
	}		
	.section.adMainBotonera{
		width: 300px;
		height: 250px;
		float: left;
		background-color: transparent;
		padding-left: 0 ;
		padding-right: 0 ;
		margin: 0;
		border: none;
	}			
	
	.section.linksFloat{
		width: 252px;
		float: left;
		margin-left: 10px; 
	}		
	.section.links{
		width: 289px;
		float: none;
	}	
	
	.section.adSide1{
		width: 300px;
		height: 250px;
		float: none;
		padding: 0;
		border: none;
	}	
	.section.adSideBotonera{
		width: 300px;
		height: 250px;
		float: none;
		padding: 0;
		border: none;
	}		
	
	.linkMas{
		text-align: right;
		width: 95%;
		margin: 0 auto;
	}	
	.linkMas a{
		display: inline;
	}		
	
	


	
	/* ----------------------------  ADS  ---------------------------------------------*/

	#adTop{
		width: 728px;
		height: 90px;
		background-color: none;
		margin: 0;
		float: right;
		padding:0;

	}
	#adMain{
		width: 336px;
		height: 280px;
		background-color: none;
		margin: 0 auto;
	}		
	#adMainBotonera{
		width: 300px;
		height: 250px;
		background-color: none;
		margin: 0 auto;
	}			
	#adMainDownloads{
		width: 336px;
		height: 280px;
		background-color: none;
		margin: 0 auto;
	}			
	#adSide1{
		width: 300px;
		height: 250px;
		background-color: none;
		margin: 0 auto;
	}	
	#adTopBotonera{
		width: 728px;
		height: 90px;
		background-color: none;
		float: none;
		padding:0;
		margin: 0 auto;
	}
	#adSideBotonera{
		width: 300px;
		height: 250px;
		background-color: none;
		margin: 0 auto;
	}		
		
	.separador{
		clear:both;
	}
	
	
	
	/* ----------------------------  PAGINATION ---------------------------------------------*/	
	.divPagination{
		width: 90%;
		padding: 10px;
		margin:0 auto;
	}
	.divPagination ul{
		margin:0;		
		text-align: center;
		padding: 0;
	} 
	.divPagination li , .divPagination li a{
		display: inline;
		padding: 3px;
		margin:0;		
		border: none;
		color: #365899;
	}	
	.divPagination li a, .divPagination li a:visited ,.divPagination li a:link{
		border: 1px solid #365899;
		color: #365899;
	}		
	.divPagination li a:hover{
		border: 1px solid lightGray;
		background-color: #365899;
		color: white;
	}		
	

	/* ----------------------------  FOOTER  ---------------------------------------------*/
	.footer{
		padding: 1px 2px;
		text-decoration: none;
		/*font-size: 14px;		*/
		margin: 0;
		color: white;
		background-color: #33CCCC;
		text-align: center;
	}	
	.footer a{
		color: white;
	}