/*generales*/
body {
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 14px;
	color:#D2C2D2;
	line-height: 20px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#000000;

}
img, div { behavior: url(css/iepngfix.htc) }


html, ul, li, h1, h2, h3, p, form, input, object, embed{margin:	0;	padding:0;}

p{ 	text-align:justify;	}


a{ font-weight:bold; font-size:12px; color:#F4DDF2; text-decoration:none;}
a:hover{color:#FFF; text-decoration: underline;}

h1{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin-bottom:16px;
	color:#FF98E5;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

h3{
	font-size:14px;
	color:#FF98E5;
	font-weight:normal;
	margin-top:8px;
}

/*divs - bases*/

.contenSite{
	margin: 0px auto;
	width:960px;
}
.wrapconten{width:960px;}

.logo{
	width:490px; 
	height:156px;
	float:left;
 }

.nav{
	width:430px; 
	height:156px;
	float: right;
 }
 
.nav-global{
	width:430px; 
	height:42px;
	float: right;
	text-align:right;
 }
 
 .nav-tiendas{
	width:430px; 
	float: right;
	text-align:right;
 }


.contenido{
	margin: 0px auto;
	width:940px;
}

.titulo{
	float:left;
	width:940px;
	border-bottom:solid 1px #67597F;
	margin-bottom:15px;
}

.video{
	float:left;
	width:460px;
	text-align:center;
}

.sinopsis{
	float: right;
	width:460px;
}

.linea{
	float:left;
	width:940px;
	border-bottom:solid 1px #352F32;
	margin-bottom:15px;
	margin-top:15px;
}

.pata{
	float:left;
	width:940px;
	text-align:right;
	font-size:10px;
	color:#7C7C87;
}

.conten-proceso{
	float:left;
	width:220px;
	margin-right:20px;
	font-size:13px;
	line-height:19px;
}

.conten-proceso-final{
	float:left;
	width:220px;
	font-size:13px;
	line-height:19px;
}

















