@font-face{	
font-family: banda; 
src: url('custom_fonts/Bandaregular.eot'); 
src: local('banda regular regular'), local('banda_regular'),  url('custom_fonts/banda_regular.otf') format('truetype');}

@font-face{	
font-family: banda;	
src: url('custom_fonts/BandaBold.eot'); 
src: local('banda bold'), local('banda_bold'), url('custom_fonts/banda_bold.otf'); font-weight:bold; format('truetype') }

@font-face{	
font-family: banda_light;	
src: url('custom_fonts/BandaLight.eot'); 
src: local('banda light regular'), local('banda_light'), url('custom_fonts/banda_light.otf'); format('truetype')}

@font-face{	
font-family: myriad; 
src: url('custom_fonts/MyriadWebPro.eot'); 
src: local('MyriadWebPro'), local('MyriadWebPro'), url('custom_fonts/MyriadWebPro.otf'); format('truetype')}

@font-face{	
font-family: myriad_bold; 
src: url('custom_fonts/MyriadProBold.eot'); 
src: local('MyriadPro-Bold'), local('MyriadPro-Bold'), url('custom_fonts/MyriadPro-Bold.otf'); format('truetype')}

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;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
strong{
	font-weight:bold
}
body {
	line-height: 1;
	;
	background-color:#FFF;
	border-top: 8px solid #333333;
	border-bottom: 30px solid  #666;
	padding:20px;
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#444
}
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;
}
a, input, object, embed{
   outline: 0;
}
a:focus, input:focus{
	border:none
}
.paddingB20{
	padding-bottom:20px
}
.padding20{
	padding:20px
}
.spacer{
	clear: both;
}
.ilustracion {
	width:250px;
	position:relative;
	z-index:0;
	height:780px;
	background: url(../images/img_back_derecha.jpg) no-repeat;
	margin: -20px -20px 0 0;
	float:right;
	right:0;
}
.container > header{
	margin: 0px 0px 20px 0px;
	position: relative;
	display: block;
	text-align: left;
}

h1{
	font-family: 'Banda', Arial, sans-serif;
	font-size: 40px;
	line-height: 20px;
	position: relative;
	font-weight: 400;
	color: #669900;
	padding: 20px 0px 15px 0px;
}
.container > header h2{
	font-size: 16px;
	margin-top:10px;
	font-family: 'Myriad', 'Arial Narrow', Arial, sans-serif;
	font-style: normal;
	color: #666666;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.layout{
	width:900px;
	margin:20px 0 0 220px;
	position: relative;
	z-index: 1000;
}
.navigation{
	position:fixed;
	top:125px;
	left:20px;
	width:200px
}
.navigation a{
	background:#fbfbfb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	display:block;
	margin:5px;
	color:#616161;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px
}
.navigation a:hover, .navigation a.active{
	background:#666;
	color:#FFF	
}
.content_box{
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin:0 0 0 0
}
.content_box h2{
	padding:15px;
		font-family: 'Banda', Arial, sans-serif;
	font-size:24px;
	text-align:center;
	background:#4b4b4b;
	color:#F5F5F5;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-weight:100
}
.content_box h2 span{
	font-family: 'myriad', Arial, sans-serif;
	font-size:16px;
	color:#CCCCCC;
	font-weight:100;
	padding-left:10px;
}

/* CSS for addDot jQuery Plug-in container */
.demo_container{
	position: relative;
	height: 750px;
	overflow: hidden
}
.demo_box{
	position:absolute;
}
#demo_box1, #demo_box2, #demo_box3{
	float:left
}
.demo_lnks{
	text-align:center;
	padding:15px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background:#F5F5F5
}
.options_used{
	text-align:center;
	padding:15px	
}
.options_used strong{
	display:block;
	padding:0 0 5px 0
}
#demo1_options, #demo2_options, #demo3_options{
	display:none
}
.content_box .demo_lnks a{
	padding:5px 20px;
	margin:0 15px
}
.add-dot-demo-automotive{
	background:#010101 url(../img/demo1_bg.jpg) repeat-x left top
}
.add-dot-demo-computer{
	background:#d3d3d3 url(../img/demo2_bg.jpg) repeat-x left top
}
.add-dot-demo-photography{
	background:#fff url(../img/demo3_bg.jpg) repeat-x left top
}
.add-dot-demo-automotive .demo-content, .add-dot-demo-computer .demo-content, .add-dot-demo-photography .demo-content{
	width:810px;
	height:435px;
	margin:0 auto
}
.add-dot-demo-photography .demo-content{
	height:530px
}
.automotive{
	width:750px;
	height:435px;
	margin:0px
}
.computer{
	width:710px;
	height:435px;
	margin:0 auto
}
.photography{
	width:624px;
	height:474px;
	margin:0 auto
}

#installation p, #options p{
	padding:0 0 20px 0
}
#installation ul{
	padding:0 0 20px 35px
}
#installation ul li{
	list-style:disc
}

/* Installation CSS */
.content_box h3{
	font-size:18px;
	padding:0 0 10px 0;
	font-weight:bold
}
.content_box h4{
	font-size:14px;
	padding:0 0 10px 0;
	font-weight:bold
}


/* Options CSS */

.content_box a {
	background:#858585;
	color:#fff;
	padding:1px 3px;
	text-decoration:none;
	text-shadow:0 -1px 0 #333;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.content_box a.image {
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.content_box a:hover, .content_box a.active {
	background:#000;
	color:#fff;
	text-shadow:none;
}
.content_box pre {
	background:#E8E8E8;
	font-family:Consolas,monospace;
	margin-bottom:20px;
	overflow:scroll;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.content_box code { /* Inline code */
	background:#E8E8E8;
	font-family:Consolas,monospace;
	padding:1px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.content_box a code {
	background:transparent;
	padding:0;
}
.content_box pre code {
	padding:0;
}
.content_box .code { /* Code block (applied on pre or textarea) */
	background:#E8E8E8;
	border:0;
	display:block;
	font-family:Consolas,monospace;
	padding:2px 3px;
	width:99%;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.content_box table {
	border-collapse:collapse;
	border-top:1px solid #eee;
	margin-bottom:20px;
	width:100%;
}
.content_box th,
.content_box td {
	border-bottom:1px solid #eee;
	padding:9px 10px 10px 0;
	text-align:left;
	line-height:22px
}
.content_box .options_title th{
	background:#DADADA;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
.content_box td ul { margin-bottom:0; }
.content_box tbody tr:hover th,
.content_box tbody tr:hover td {
	background:#fdfdfd;
}

/* Other plug-ins */
#other_plugins h3{
	font-size: 22px;
	padding: 20px 0 0 0;
}
#other_plugins h6{
	font-size: 14px;
	padding-bottom: 30px;
}
#other_plugins ul{
	padding: 30px 0 50px 20px;
}
#other_plugins ul li{
	list-style: disc;
	padding: 5px 0;
}
#other_plugins a{
	background: none !important;
	text-shadow: none;
	color: #444;
}

/* Other Plug-in box CSS */
.other-plug-in-box{
	float: left;
	width: 330px;
	padding-right: 50px;
}
.other-plug-in-box.last-item{
	padding-right: 0;
}
.other-plug-in-box img{
	width: 100%;
}
.other-plug-in-box .copy-txt{
	min-height: 260px;
}
