@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #020E42;
	padding: 0px;
	margin: 0px;
	text-align: right;
	color:#666;
	font-size:16px;
}
.fondo{
	background-image:url(../img/background_1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	position:fixed;
}
.cabezal{
	background-image:url(../img/fondo.png);
	color:#FFF;
	font-weight:bold;
	border-top:#FFF solid 1px;
	font-size:16px;
	padding:10px;
	word-spacing:5px;
	line-height:25px;
	letter-spacing:1px; 
}
.separador{
	border-bottom:#FFF solid 2px;	
}
.separadorVertical{
	background-image:url(../img/separadorVertical.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#CB579C;
	width:15px;	
}
#reproductor{
	height:20px;
	width:200px;
}
.reproductor{
	background-color:#C30;
}
a.botones_botonera_superior{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	position:relative;
	z-index:20;
}
a.botones_botonera_superior:hover{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	padding:0px 10px 0px 10px;	
	font-weight:bold;
	position:relative;
	z-index:20;
}
a.imgSinBorde{
	border:none;
}
a.linkCategoria{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	padding:6px 10px 6px 0px;
}
a.linkCategoria:hover{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	padding:6px 10px 6px 0px;
}
.fondoTabla{
	background-image:url(../img/fondo.png);	
}
.bannerInicio{
	top:0;
	left:0;	
}
.bannerDatos{
	position:relative;
	top:50px;
	z-index:50;
	color:#CB579C;
	right:0px;
	font-size:24px;
	font-weight:bold;
}
.bannerDetalles{
	position:relative;
	top:2px;
	z-index:51;
	color:#CB579C;
	right:0px;
	font-size:14px;
}
.bannerImg{
	position:relative;
	top:-100;
	left:0;
	z-index:40;
}
.textosTitulo{
	color:#CB579C;
	font-size:24px;
	font-weight:bold;	
}
.textosSubTitulo{
	color:#CB579C;
	font-size:14px;
}
.textosTextos{
	color:#666;
	font-size:16px;
}
.contactoCaja{
	border:#CB579C solid 1px;
	width:500px;
	height:25px;	
}
.contactoMensaje{
	border:#CB579C solid 1px;
	width:500px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;	
}
.contactoBoton{
	border:none;
	background:none;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#CB579C;
	cursor:pointer;
	text-decoration:none;
}
.listadoProductosTabla{
	padding:40px 0px 0px 60px;
	float:left !important;
}
.listadoProductosNombre{
	color:#CB579C;
	font-size:14px;
	text-align:center;
	padding:10px 0px 0px 0px;
	font-weight:bold;	
}
.codigo{
	color:#666;
	font-size:16px;
	font-weight:bold;
}
.detalleUnidades{
	color:#CB579C;
	font-size:14px;
	font-weight:bold;	
}
.detallePrecio{
	color:#000;
	font-size:14px;
	font-weight:bold;	
}
.detalleCantidad{
	border:#CB579C solid 1px;
	width:50px;
	height:25px;
	color:#000;
	text-align:center;	
}
.detalleCuantas{
	color:#CB579C;
	font-size:14px;
	font-weight:bold;
}
.detalleAgregado{
	color:#000;
	font-size:16px;
}
.detalleCarro{
	background-color:#FFF;
	background-image:url(../img/carro_detalle.png);
	border:none;
	cursor:pointer;
	width:40px;
	height:28px;
}
a.volver{
	color:#CB579C;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;		
}
.volver{
	background:none;
	border:none;
	color:#CB579C;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;	
}
.cajaTablaCarroInt{
	font-size:14px;	
}
.carroTitulos{
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.fade{
	background:none;
	border:none;
	width:100px;
	height:70px;
	cursor:pointer;	
}
#contenido{
	background-image:url(../img/fondo_player.png);
    display:none;
	width:100%;
	height:300%;
	display:none;
	z-index:550;
	top:0%;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	padding-top:200px;
}
.ampliarVideo{
	background-image:url(../img/video.png);
	width:70px;
	height:70px;
	background-repeat:no-repeat;
	border:none;
}
.cerrar{
	background-image:url(../img/cerrar.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#000;
	width:900px;
	height:30px;
	position:absolute;
	top:540px;
	left:0px;
	position:absolute;
}