/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*FIN DEL RESET*/

body
{
	font-size: 16px;
	font-family: courier, serif;
	color: #232323;
	text-align: center;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed;
	background-size: auto, 100%;
	background-image: url(../img/live_streaming_bkg.jpg);
	width: auto;
}

h1{
	text-decoration: none;
}

.wrapper{
	width:100%;
	margin:auto;
	background-image: url(../img/live_streaming_bkg.jpg);
}

.head{
	width: 1200px;
	height: 90px;
	background-image: url(../img/background-rayas.png);
}

.logo{
	margin: 15px;
	}

.main1{
	height: 680px;
	background-image: url(../img/live_streaming_bkg.jpg);
}

.article.img{
	height: 300px;
	background-color: black;
}

.imgcuero{
	margin-bottom: 4em;
}

.img{
	max-width: 100%;
}

.accesorios{
	width: 1200px;
	height: 285px;
	background-image: url(../img/background-rayas.png);
}

.secciones{
	margin: 0px 120px;
	background-color: black;
}

.news-list{
	margin-left: -30px;
	list-style: outside none none;
}

.news-item{
	float: left;
	width: 300px;
	margin-left: 30px;
}

.col{
	margin-top: 45px;
	display: block;
}

.col2{
	margin-top: 15px;
}

.subtitules{
	text-decoration: none;
	color: rgba(0,0,0,0.7);
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
	background-color: white;
	background-color: rgba(250,250,250,0.9);
	padding: 4.5px 2px;
}

.subtitules2{
	margin-top: 8px;
	background-color: rgba(250,250,250,0.9);
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 700;
}

.secciones3{
	font-size: 10px;
	font-family: 'Maven Pro', sans-serif;
	background-color: black;
}

.link{
	color:#fff;
	text-decoration: none;
	display: block;
	padding: .5em;
}

.foot{
	margin: auto;
	width: 100%;
	background-image: url(../img/footer-bg-2.png);
}

.foot2{
	height: 70px;
	width: 1200px;
	text-align: center;
	background-image: url(../img/footer-bg-2.png);
}

.derechos{
	color: rgba(255,255,255,0.9);
	font-size: 13px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	line-height: 1.4;
}

.derechos2{
	color: rgba(255,255,255,0.9);
	font-size: 12px;
	font-family: 'Maven Pro', sans-serif;
	line-height: 0.6;
	font-weight: 500;
}

.direccion{
	margin-top:5px;
}

.sociales{
	position: fixed;
	right: 0;
	top:50%;
	margin-top: -48px;
	border-radius:20px 0 0 20px;
	overflow: hidden;
	width: 140px;	
}

.sociales .link{
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	padding-left: 1.5em;
	text-align: left;
	color: rgba(200,200,200,1);
	background-image: url(../img/footer-bg-2.png);
	-webkit-transition: background .2s, color 2s, text-indent .6s;
	-moz-transition: background .2s, color 2s, text-indent .6s;
	-ms-transition: background .2s, color 2s, text-indent .6s;
	-o-transition: background .2s, color 2s, text-indent .6s;
	transition: background .2s, color 2s, text-indent .6s;
}

.sociales .link:hover{
	background-color: #000;
	color:#fff;
	text-indent: 1em;
}

.titleancho{
	max-width: 100%;
}

.altu{
	width: 1200px;
	height: 40px;
	text-align: center;
}

.marcas{
	color: rgba(0, 0, 0, 0.7);
	font-size: 15px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	line-height: 2.8;
}

.marcasfondo{
	max-width: 100%;
}

.logoaltura{ 
	width: 1200px;
	height: 90px;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
}

.espacio{
	margin: 0px 402px;
}

.fly{
	float: left;
	margin: 15px;
}