/**************global******************/
*{
	outline:none;
}
img{ 
	border:none;
	padding:0px;	
	margin:0px;
}
.border{
	border:1px solid #F00;
}
a{
	text-decoration:none;
	outline:none;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
table{	
	border-collapse: collapse;
}
td{
	padding:0px;
	margin:0px;
	border-collapse: collapse;
}
.bold{
	font-weight:bold;
}
.tachado{
	text-decoration:line-through;
}
.regular{
	font-weight:normal;
}
.center{
	text-align:center;
}
.center td{
	text-align:center;
}
.mayus{
	text-transform:uppercase;
}
.minus{
	text-transform:none;
}
.white{
	background-color:#FFF;
}

.left{
	float:left;
}
.right{
	float:right;
}
 H2{
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/***************fuentes embebidas******************/
@font-face {
	font-family: 'futura';
	src: url('../fonts/futumd__-webfont.eot');
	src: local('☺'), url('../fonts/futumd__-webfont.woff') format('woff'), url('../fonts/futumd__-webfont.ttf') format('truetype'), url('../fonts/futumd__-webfont.svg#webfontJxooqa7o') format('svg');
	
}

.futura{
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'futura', sans-serif;
	text-transform:uppercase;
}

@font-face {
	font-family: 'futura2';
	src: url('../fonts/ftrabd__-webfont.eot');
	src: local('☺'), url('../fonts/ftrabd__-webfont.woff') format('woff'), url('../fonts/ftrabd__-webfont.ttf') format('truetype'), url('../fonts/ftrabd__-webfont.svg#webfontvZKOWlC4') format('svg');

}

.futura2{
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'futura2', sans-serif;
	text-transform:uppercase;
}

@font-face {
	font-family: 'futura3';
	src: url('../fonts/futurxkc-webfont.eot');
	src: local('☺'), url('../fonts/futurxkc-webfont.woff') format('woff'), url('../fonts/futurxkc-webfont.ttf') format('truetype'), url('../fonts/futurxkc-webfont.svg#webfontCnWONvzZ') format('svg');

}

.futura3{
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'futura3', sans-serif;
	text-transform:uppercase;
}

/***********************fuentes tamanios*************************/

.fon10{
	font-size:10px;
}
.fon11{
	font-size:11px;
}
.fon12{
	font-size:12px;
}
.fon13{
	font-size:13px;
}
.fon14{
	font-size:14px;
}
.fon15{
	font-size:15px;
}
.fon16{
	font-size:16px;
}
.fon17{
	font-size:17px;
}
.fon18{
	font-size:18px;
}
.fon19{
	font-size:19px;
}
.fon20{
	font-size:20px;
}
.fon21{
	font-size:21px;
}
.fon22{
	font-size:22px;
}
.fon30{
	font-size:30px;
}
.fonwhite{
	color:#FFF;
}
.fonblack{
	color:#000;
}
.fongris{
	color:#5f5f5f;
}

.error{
	color:#ff0000;
}



/*colores background*/
.azul{
	background-color:#009beb;
}
.rojo{
	background-color:#ea312a;
}
.verde{
	background-color:#b5d225;
}
.amarillo{
	background-color:#ffcb09;
}
.violeta{
	background-color:#910036;
}
.naranja{
	background-color:#ff6000;
}
.fucsia{
	background-color:#ff0072;
}
.negro{
	background-color:#000;
}

/*carrito*/
.divAjaxAddCart{
	text-align: center;
	vertical-align: top;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 250px;
	width: 250px;
	height: 150px;
	border:0px solid #F00;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	background-color:#f0f0f0;
	/*f0f0f0*/
}
.contenedor_video{
	background:url(../images/contenedorvideo.png) no-repeat;
	width:202px;
	height:146px;
}
