@charset "iso-8859-1";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@font-face {
    font-family: 'league_gothic';
    src: url('webfonts/leaguegothic-regular-webfont.eot');
    src: url('webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('webfonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('webfonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-image: url(../images/textura-fondo.jpg);
	background-attachment: fixed;
	font-size: 100%;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #2b2a2a;
}

a {
	text-decoration: none;
	color: inherit;
}

.clearfix {
	clear: both;	
}

.tituloSeccion {
	font-family: 'league_gothic';
	font-size: 2.5em;
	color: #2b2a2a;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #bfbeb9;
	padding: 0 0 0.25em 0;
}






/***************** HEADER ****************/


#contenedorHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 75;
	width: 100%;
}

#header {
	background-color: #57473d;
	color: #f9f8f0;
	font-family: 'league_gothic', sans-serif;
	position: relative;
}

#header h2 {
	text-transform: uppercase;
}

.navegacionHeader {
	position: absolute;
	right: 0.5em;
	top: 0.75em;
}

.buscadorHeader {
	float: left;
}

.inputBuscador {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	background-color: #f9f8f0;
	border: 1px solid #f9f8f0;
	font-size: 0.6875em; /*11/16*/
	height: 1.6em;
	width: 15em;
	vertical-align: text-bottom;
	margin: 0 0.5em 0 0;
	position: relative;
	top: -0.25em;
}

.btnBuscador {
	margin: 0 0.25em 0 0;
}

.botoneraHeader {
	float: left;
	border-left: 1px solid #fff;
}

.btnCanasta {
	margin: 0 0.25em 0 0.5em;
}




/* Estilos Tablets y netbooks */

@media screen and (min-height:160px) {
	
	#header {
		margin: 0 1.5em 0 5em;
	}
	
}

@media screen and (max-height:481px) and (max-width:420px) {
	
	#header {
		margin: 0 1.5em 0 1.5em;
	}
	
}




/* Estilos Tablets y netbooks */

@media screen and (min-height:540px) and (min-width:641px) {
	
	#header {
		margin: 0 1.5em 0 12.5em;
	}
	
}




/* Estilos Tablets */

@media screen and (min-width:160px) {
	
	
	#header h2 {
		font-size: 1.5em;
		margin: 0 0 0 0.5em;
		padding: 0.25em 0;
	}
	
	.navegacionHeader {
		position: static;
		right: auto;
		top: auto;
		height: 1.75em;
		margin: 0 0 0 1em;
	}
	
	.inputBuscador {
		font-size: 0.6875em; /*11/16*/
		height: 1.4em;
		width: 10em;
		margin: 0 0.5em 0 0;
		top: -0.125em;
	}
	
	.btnBuscador img {
		width: 1.125em;
	}
	
	.botoneraHeader a img {
		width: 1.125em;
	}
	
}

/* Estilos Tablets y netbooks */

@media screen and (min-width:700px) {
	
	
	#header h2 {
		font-size: 1.5em;
		margin: 0 0 0 0.5em;
		padding: 0.25em 0;
	}
	
	.navegacionHeader {
		position: absolute;
		right: 0.5em;
		top: 0.5em;
	}
	
	.inputBuscador {
		font-size: 0.6875em; /*11/16*/
		height: 1.6em;
		width: 10em;
		margin: 0 0.5em 0 0;
		top: -0.125em;
	}
	
	.btnBuscador img {
		width: 1.125em;
	}
	
	.botoneraHeader a img {
		width: 1.125em;
	}
	
}


/* Estilos Desktop y laptop */

@media screen and (min-width:900px) {
	
	#header h2 {
		font-size: 2em;
		margin: 0 0 0 0.5em;
		padding: 0.25em 0;
	}
	
	.navegacionHeader {
		position: absolute;
		right: 0.5em;
		top: 0.75em;
	}
	
	.inputBuscador {
		font-size: 0.6875em; /*11/16*/
		height: 1.6em;
		width: 15em;
		margin: 0 0.5em 0 0;
		top: -0.25em;
	}
		
	.btnBuscador img {
		width: 1.375em;
	}
	
	.botoneraHeader a img {
		width: 1.375em;
	}
	
}

@media screen and (min-height:640px) and (min-width:900px) {
	
	#header {
		margin: 0 2em 0 15em;
	}
	
}


/* Estilos Desktop grande */

@media screen and (min-height:800px) and (min-width:1500px) {
	
	#header {
		margin: 0 2em 0 19em;
	}
	
}





/***************** BARRA LATERAL ****************/

.navegacionReducida {
	display: none;
}

.navegacionMobile {
	display: none;
}

.barraLateral {
	float: left;
	background-image: url(../images/textura-menu.jpg);
	height: 100%;
	padding: 0 1em;
	position: fixed;
	z-index: 85;
}

.logoVMNavegacion img {
	width: 100%;
}

.menuNavegacion {
	font-family: 'league_gothic', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.menuNavegacion li a:hover {
	color: #000;
}

.bottomFooter {
	position: absolute;
}

.selectorIdiomas {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #979188;
	font-size: 0.6875em; /*11/16*/
	text-transform: uppercase;
	padding: 0 0 0.75em 0;
	font-weight: 700;
}

.selectorIdiomas a:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.selectorIdiomas a img {
	max-width: 48px;
}

.suscribeNewsletter {
	width: 100%;
	text-align: center;
}

.suscribeNewsletter p {
	text-transform: uppercase;
	padding: 0.75em 0;
}

.inputSuscribe {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	background-color: #f9f8f0;
	border: 1px solid #f9f8f0;
	font-size: 1.1em; 
	height: 1.6em;
	width: 13em;
}

.btnSuscribe {
	margin: 0.75em 0 0.5em 0;
	background-color: #918a85;
	border: 1px solid #918a85;
	text-transform: uppercase;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #2b2a2a;
	cursor: pointer;
	padding: 0.25em 0.5em;
}

.btnSuscribe:hover {
	background-color: #2b2a2a;
	border: 1px solid #2b2a2a;
	color: #ccc;
}

.btnRedesSociales {
	width: 100%;
	text-align: center;
	border-top: 1px solid #979188;
	font-size: 0.6875em; /*11/16*/
	text-transform: uppercase;
	padding: 0.75em 0 0 0;
}

.btnRedesSociales a:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.btnRedesSociales a img {
	max-width: 48px;
	margin: 0 0.5em 0 0;
}



/* Estilos Tablets y netbooks */

/*@media screen and (min-height:320px) and (min-width:420px) and (max-width:640px) and (max-height:480px) {*/
	
@media screen and (min-height:320px) and (min-width:420px) {	
	
	.navegacionReducida {
		display: block;
		float: left;
		background-image: url(../images/textura-menu.jpg);
		height: 100%;
		padding: 0 0.5em;
		position: fixed;
		z-index: 85;
		font-size: 1em;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	}
	
	.navegacionReducida a {
		text-align: center;
		position: relative;
		top: 0.75em;
		font-size: 1.25em;
	}
	
	.navegacionReducida img {
		height: 2em;
		margin: 0 auto 0.25em auto;
	}

	.barraLateral {
		display: none;
	}

}



/* Estilos Tablets y netbooks */

@media screen and (max-width:640px) {
	
	.navegacionReducida {
		display: block;
		float: left;
		background-image: url(../images/textura-menu.jpg);
		height: 100%;
		padding: 0 1em;
		position: fixed;
		z-index: 85;
		font-size: 0.75em;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	
	}
	
	.navegacionReducida a {
		text-align: center;
		position: relative;
		top: 0.75em;
	}
	
	.navegacionReducida img {
		height: 2em;
		margin: 0 auto 0.25em auto;
	}

	.barraLateral {
		display: none;
	}
	
	.navegacionMobile {
		display: none;
		background-image: url(../images/textura-menu.jpg);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 95;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	}
	
	.btnCerrarNav {
		position: absolute;
		top: 1em;
		right: 1em;
		font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
		font-weight: 700;
		background-color: #2b2a2a;
		color: #ccc;
		padding: 0.25em 0.5em;
	}
	
	.btnCerrarNav:hover {
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
	.logoVMNavegacion {
		width: 9em; /*160/16*/
		margin: 0 auto 1em auto;
		padding: 1em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.5em;
	}
	
	.menuNavegacion li {
		float: left;
		width: 50%;
		margin: 0 0 0.35em 0;
	}
	
	.bottomFooter {
		bottom: 0.5em;
		width: 100%;
	}
	
	.selectorIdiomas {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 15em;
		border-bottom: 0;
		padding: 0 0 0.35em 0;
	}
	
	.selectorIdiomas a {
		margin: 0 0.75em 0 0 ;
	}
	
	.selectorIdiomas a img {
		width: 3em;
	}
	
	.suscribeNewsletter {
		font-size: 0.625em; /*10/16*/
		padding: 1em 0 1em 0;
		width: 90%;
		text-align: center;
		border-top: 1px solid #979188;
		margin: 0 auto;
	}
	
	.suscribeNewsletter p {
		font-size: 1.125em;
		padding: 0 0 0.5em 0 ;
		font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	}
	
	.inputSuscribe {
		width: 16em;
		margin: 0 1em 0 0;
	}
	
	.btnRedesSociales {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 15em;
		border-top: 0;
		padding: 0 0 0.5em 0;
	}
	
	.btnRedesSociales a {
		margin: 0 0 0 0.75em;
	}
	
	.btnRedesSociales a img {
		width: 2.5em;
	}
	
	.saltoNavegacionMobile {
		display: none;
	}

}


@media screen and (max-height:481px) and (max-width:420px) {
	
	.navegacionReducida {
		display: block;
		float: left;
		background-image: url(../images/textura-menu.jpg);
		width: 100%;
		height: 2.25em;
		padding: 0;
		position: fixed;
		bottom: 0;
		z-index: 85;
		font-size: 1.75em;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	}
	
	.navegacionReducida a {
		top: 0.45em;
	}
	
	.navegacionReducida img {
		height: 1em;
		margin: 0 0.125em 0 0;
		position: relative;
		top: 0.1em;
	}

	.saltoMenuNav {
		display: none;
	}
	
	.navegacionMobile {
		display: none;
		background-image: url(../images/textura-menu.jpg);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 95;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	}
	
	.btnCerrarNav {
		position: absolute;
		top: 1em;
		right: 1em;
		font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
		font-weight: 700;
		background-color: #2b2a2a;
		color: #ccc;
		padding: 0.25em 0.5em;
	}
	
	.btnCerrarNav:hover {
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
	}
	
	.logoVMNavegacion {
		width: 9em; /*160/16*/
		margin: 0 auto 1.5em auto;
		padding: 1em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.25em;
	}
	
	.menuNavegacion li {
		float: left;
		width: 50%;
		margin: 0 0 0.5em 0;
	}
	
	.bottomFooter {
		bottom: 0.5em;
		width: 100%;
	}
	
	.selectorIdiomas {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 15em;
		border-bottom: 0;
		padding: 0 0 0.35em 0;
	}
	
	.selectorIdiomas a {
		margin: 0 0.75em 0 0 ;
	}
	
	.selectorIdiomas a img {
		width: 3em;
	}
	
	.suscribeNewsletter {
		font-size: 0.625em; /*10/16*/
		padding: 1em 0 5em 0;
		width: 90%;
		text-align: center;
		border-top: 1px solid #979188;
		margin: 0 auto;
	}
	
	.suscribeNewsletter p {
		font-size: 1.125em;
		padding: 0 0 0.5em 0 ;
		font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	}
	
	.inputSuscribe {
		width: 16em;
		margin: 0 1em 0 0;
	}
	
	.btnRedesSociales {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 15em;
		border-top: 0;
		padding: 0 0 0.5em 0;
	}
	
	.btnRedesSociales a {
		margin: 0 0 0 0.75em;
	}
	
	.btnRedesSociales a img {
		width: 2.5em;
	}
	
	.saltoNavegacionMobile {
		display: none;
	}
	
}


/* Estilos iphone acostado */

@media screen and (max-height:450px) and (max-width:480px) {
	
.navegacionMobile {
		display: none;
		/*display: block;*/
		background-image: url(../images/textura-menu.jpg);
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 95;
		text-align: center;
		font-family: 'league_gothic', sans-serif;
		text-transform: uppercase;
	}

.logoVMNavegacion {
		width: 6em; /*160/16*/
		margin: 0 0 1em 1em;
		padding: 1em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.25em;
	}
	
	.menuNavegacion li {
		float: left;
		width: 33%;
		margin: 0 0 0.5em 0;
	}
	
	.bottomFooter {
		bottom: 0;
		width: 100%;
	}
	
	.suscribeNewsletter {
		padding: 1em 0 0.5em 0;
	}


}

/* Estilos Tablets y netbooks */

@media screen and (min-height:480px) and (max-height: 539px) and (max-width:900px) {
	
	
	
}


/* Estilos Tablets y netbooks */

@media screen and (min-height:540px) and (min-width:641px) {
	
	.navegacionReducida {
		display: none;
	}
	
	.navegacionMobile {
		display: none;
	}
	
	.barraLateral {
		display: block;
	}
	
	.logoVMNavegacion {
		width: 9em; /*160/16*/
		margin: 0 auto 1em auto;
		padding: 1em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.1em;
	}
	
	.bottomFooter {
		bottom: 0.5em;
		width: 9em; /*160/16*/
	}
	
	.selectorIdiomas a img {
		width: 2.25em;
	}
	
	.suscribeNewsletter {
		font-size: 0.625em; /*10/16*/
		padding: 0 0 0.5em 0;
	}
	
	.inputSuscribe {
		width: 13em;
	}
	
	.btnRedesSociales a img {
		width: 2em;
	}
	
}



/* Estilos Desktop y laptop */

@media screen and (min-height:640px) and (min-width:900px) {
	
	.logoVMNavegacion {
		width: 11.25em; /*180/16*/
		margin: 0 auto 2em auto;
		padding: 1em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.25em;
	}
	
	.bottomFooter {
		bottom: 0.5em;
		width: 11.25em; /*180/16*/
	}
	
	.selectorIdiomas a img {
		width: 3em;
	}
	
	.suscribeNewsletter {
		font-size: 0.625em; /*10/16*/
		padding: 0 0 0.5em 0;
	}
	
	.inputSuscribe {
		width: 13em;
	}
	
	.btnRedesSociales a img {
		width: 2.25em;
	}

	
}




/* Estilos Desktop grande */

@media screen and (min-height:800px) and (min-width:1500px) {
	
	.logoVMNavegacion {
		width: 15em; /*240/16*/
		margin: 0 auto 4em auto;
		padding: 2em 0 0 0;
	}
	
	.menuNavegacion {
		font-size: 1.75em;
	}
	
	.bottomFooter {
		bottom: 1em;
		width: 15em; /*240/16*/
	}
	
	.selectorIdiomas a img {
		width: 3em;
	}
	
	.suscribeNewsletter {
		font-size: 0.6875em; /*11/16*/
		padding: 0 0 0.5em 0;
	}
	
	.inputSuscribe {
		width: 15em;
	}
	
	.btnRedesSociales a img {
		width: 2.25em;
	}
	
}




/***************** CONTENIDO ***********************/

#contenedor {
	position: relative;
	min-height: 100%;
	/*padding: 0 0 3.5em 0;*/
}



#contenido {
	position: relative;
	/*margin-bottom: 5em;*/
}

.itemListado {
	border-bottom: 1px solid #c2c1bb;
}

.tapaDisco {
	max-width: 118px
}

.tapaDisco img {
	border: 3px solid #454545;
	width: 100%;
}

.dataListado {
	/*margin: 0 0 0 140px;*/
	color: #2b2a2a;
	/*min-height: 132px;*/
	position: relative;
}

.dataListado h3 {
	font-family: 'league_gothic', sans-serif;
	font-size: 1.375em; /*22/16*/
}

.dataListado p a {
	display: block;
	font-weight: bold;
	background-image: url(../images/icono-parlante.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 2em;
	/*background-size: contain;*/
	background-size: auto 16px;
	min-height: 20px;
	
}

.dataListado p {
	font-size: 0.75em; /*12/16*/
	line-height: 1.3333333333333333333333333333333em;
	margin: 0 0 1em 0;
	/*margin: 0;*/
}

.dataLegal {
	font-size: 0.6875em !important; /*11/16*/
	line-height: 1.2em;
	font-weight: bold;
}

.dataURL {
	font-weight: 700;
	margin: 0 !important;
}

.btnAgregar {
	position: absolute;
	right: 0;
	top:0;
	background-color: #7e7070;
	color: #fff;
	padding: 0.25em 0.5em;
	font-family: 'league_gothic', sans-serif;
	font-size: 1.125em;
}

.btnAgregar:hover {
	background-color: #4e4040;
}

.btnAgregar img {
	width: 1.1em;
	vertical-align: central;
	padding: 0 0.5em 0 0;
	margin: 0 0.5em 0 0;
	border-right: 1px solid #fff;
	position: relative;
	top: 0.1em;
}

.paginador {
	font-family: 'league_gothic', sans-serif;
	font-size: 1.5em; /*24/16*/
	text-align: right;
	/*height: 4em;*/
}

.paginador a:hover {
	color: #5b5a5a;
}


.iconoBanda {
	height: 0.6em;
	margin: 0 0 0 0.5em;
}


.iconoAudio {
	/*height: 1.25em;*/
	height: 20px;
	position: relative;
	top: 0.25em;
	margin: 0 0.25em 0 0;
}

.linkCategoriaHome {
	margin: 0 0 1.5em 0;
}

.linkCategoriaHome a {
	background-image: none !important;
	background-color: #cfc6b9;
	width: auto;
	padding: 0.5em;
	font-size: 0.65em;
}


@media screen and (min-height:160px) {
	
	#contenido {
		margin: 0 1.5em 0 5em;
		padding-bottom: 5em;
	}
	
	.dataListado {
		margin: 0;
	}
	
	.dataListado h3 {
		font-size: 1.375em; /*22/16*/ 
	}
	
	.itemListado {
		margin: 0 0 1.5em 0;
		padding: 0 0 1em 0;
	}
	
}

@media screen and (max-height:481px) and (max-width:420px) {
	
	#contenido {
		margin: 0 1.5em 0 1.5em;
		padding-bottom: 11em !important;
	}
	
	.paginador {
		text-align: center;
	}
	
	.btnAgregar {
		position: static;
		right: 0;
		top:auto;
		margin: 0 auto;
		display: block;
		width: 4em;
	}
	
	.dataURL {
		font-weight: 700;
		margin: 0 0 1em 0 !important;
	}
	
}

@media screen and (min-width:160px) {
	
	#contenido {
		padding: 5.5em 0 5em 0;
	}
	
	.tapaDisco {
		/*float: left;*/
		float: none;
		margin: 0 auto 1em auto;
		/*text-align: center;*/
		width: 100%;
	}
	
	.dataListado {
		margin: 0;
	}
	
	.dataListado h3 {
		margin: 0 4em 0 0;
	}
		
}


@media screen and (min-height:540px) and (min-width:641px) {
	
	#contenido {
		margin: 0 1.5em 0 12.5em;
		min-height: 100%;
		/*padding: 4em 0 4.5em 0;*/
		padding-bottom: 5em;
	}
	
	.dataListado {
		margin: 0 0 0 140px;
	}
	
	.dataListado h3 {
		font-size: 1.375em; /*22/16*/
	}
	
	.itemListado {
		clear: both;
		margin: 0 0 1.5em 0;
		padding: 0 0 1em 0;
	}
	
	.tapaDisco {
		float: left;
		margin: 0 auto 1em auto;
		width: 100%;
	}
	
}




@media screen and (min-width:700px) {
	
	#contenido {
		padding: 4em 0 4.5em 0;
	}
	
	.tapaDisco {
		float: left;
	}
	
}


@media screen and (min-width:900px) {
	
	#contenido {
		padding: 5em 0 4.5em 0;
	}
	
}



/* Estilos Desktop y laptop */

@media screen and (min-height:640px) and (min-width:900px) {

	#contenido {
		margin: 0 2em 0 15em;
		padding-bottom: 4.5em;
	}
	
	.dataListado h3 {
		font-size: 1.375em; /*22/16*/
	}
	
	.itemListado {
		margin: 0 0 1.5em 0;
		padding: 0 0 1em 0;
	}
	
}


/* Estilos Desktop grande */

@media screen and (min-height:800px) and (min-width:1500px) {
	
	#contenido {
		margin: 0 2em 0 19em;
		padding-bottom: 3.5em;
	}
	
	.dataListado h3 {
		font-size: 1.8em;
	}
	
	.itemListado {
		margin: 0 0 1.5em 0;
		padding: 0 0 1.25em 0;
	}
	
}











/******************************* FOOTER ****************************************/



.contenedorFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 80;
	clear: both;
	
}

.footer {
	background-color: #b8b0a4;
	padding: 1em 0;
	font-size: 0.75em;
	text-align: center;
	/*height: 2em;*/

}

.footer p {
	padding: 0 1em;
}

.footer1lineas {
	display: none;
}
	
.footer2lineas {
	display: none;
}
	
.footer3lineas {
	display: block;	
}



/* Estilos Tablets y netbooks */

@media screen and (min-height:160px) {
	
	.footer {
		margin: 0 1.5em 0 7em;
	}
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: none;
	}
	
	.footer3lineas {
		display: block;	
	}
	
}

@media screen and (max-height:481px) and (max-width:420px) {
	
	.footer {
		margin: 0 1.5em 7em 1.5em;
	}
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: none;
	}
	
	.footer3lineas {
		display: block;	
	}
	
}




/* Estilos Tablets y netbooks */

@media screen and (min-height:540px) and (min-width:641px) {
	
	.footer {
		margin: 0 1.5em 0 17em;
	}
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: block;
	}
	
	.footer3lineas {
		display: none;	
	}
	
}




/* Estilos Tablets */

@media screen and (min-width:160px) {
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: none;
	}
	
	.footer3lineas {
		display: block;	
	}
	
}

/* Estilos Tablets y netbooks */

@media screen and (min-width:700px) {
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: block;
	}
	
	.footer3lineas {
		display: none;	
	}
	
}


/* Estilos Desktop y laptop */

@media screen and (min-width:900px) {

	.footer {
		margin: 0 2em 0 16.75em;
	}
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: block;
	}
	
	.footer3lineas {
		display: none;	
	}
	
}

@media screen and (min-height:640px) and (min-width:900px) {
	
	.footer {
		margin: 0 2em 0 20em;
	}
	
	.footer1lineas {
		display: none;
	}
	
	.footer2lineas {
		display: block;
	}
	
	.footer3lineas {
		display: none;	
	}
	
}


/* Estilos Desktop grande */

@media screen and (min-height:800px) and (min-width:1500px) {
	
	.footer {
		margin: 0 2em 0 25em;
	}
	
	.footer1lineas {
		display: block;
	}
	
	.footer2lineas {
		display: none;
	}
	
	.footer3lineas {
		display: none;	
	}
	
}



/******************************** DETALLE DE DISCO********************************/


.listadoDetalle {
	max-width: 900px;
	margin: 0 auto;
}

.dataListadoDetalle h3 {
	font-family: 'league_gothic', sans-serif;
	font-size: 2.5em; /*24/16*/
	margin: 0 0 0.25em 0;
}

.dataListadoDetalle p {
	font-size: 0.8125em; /*12/16*/
	line-height: 1.75em;
	margin: 0;
}

.dataListadoDetalle p a {
	/*display: block;*/
	font-weight: bold;
}

.dataListadoDetalle ul {
	list-style-type: disc;
	list-style-position: inside; 
}

.dataListadoDetalle ul li {
	font-size: 0.8125em;
	line-height: 1.25em;
}

.dataListadoDetalle ul li p {
	display: inline;
}

.dataListadoDetalle em {
	font-style: italic;
	font-size: 1.125em;
}


.dataLegalDetalle {
	font-size: 0.75em !important; /*10/16*/
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

.dataURLDetalle {
	font-size: 0.8125em !important; /*10/16*/
	font-weight: 700;
	margin: 0 !important;
}


.btnAgregarDetalle {
	background-color: #7e7070;
	color: #fff;
	padding: 0.25em 0.5em;
	font-family: 'league_gothic', sans-serif;
	font-size: 1.25em;
	display: block;
	width: 4em;
	margin: 1em 0;
}

.btnAgregarDetalle:hover {
	background-color: #4e4040;
}

.btnAgregarDetalle img {
	width: 1.1em;
	vertical-align: central;
	padding: 0 0.5em 0 0;
	margin: 0 0.5em 0 0;
	border-right: 1px solid #fff;
	position: relative;
	top: 0.1em;
}


@media screen and (min-width:160px) {
	
	.tapaDiscoDetalle a {
		width: 200px;
		max-width: 200px;
		margin: 0 auto 1.5em auto;
		display: block;
	}
	
	.tapaDiscoDetalle a img {
		width: 200px;
		max-width: 200px;
		border: 1px solid #b2b1ab;
	}
	
	.dataListadoDetalle h3 {
		font-family: 'league_gothic', sans-serif;
		font-size: 2em; /*24/16*/
	}
		
}


@media screen and (min-width:768px) {
	
	.tapaDiscoDetalle a {
		width: 300px;
		max-width: 300px;
		margin: 0 auto 1.5em auto;
		display: block;
	}
	
	.tapaDiscoDetalle a img {
		width: 300px;
		max-width: 300px;
		border: 1px solid #b2b1ab;
	}
	
	.dataListadoDetalle h3 {
		font-family: 'league_gothic', sans-serif;
		font-size: 2.5em; /*24/16*/
	}
	
	
		
}