.form_inspec h2 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px;
    color: #050505;
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 500px;
}
/*--- estilos para los ul y li del formulario ---*/
.form_inspec ul {
    width:500px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.form_inspec li{
    padding: 12px;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 500;
} 
.form_inspec label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
	font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 150px;
}
.form_inspec input {
	height:40px; 
	width:220px; 
	padding:5px 8px;
}
.form_inspec select {
	height:25px; 
	width:220px; 
	padding:2px ;
}
.form_inspec textarea {
	padding:8px; 
	width:300px;
}
.form_inspec button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.form_inspec input, .form_inspec textarea, .form_inspec select { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 17px;
	padding-right:20px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.form_inspec input:focus, .form_inspec textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.form_inspec input:required:valid, .form_inspec textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.form_inspec input:focus:invalid, .form_inspec textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535;
	SetCustomValidity('Ingrese el numero de Nit sin digito de verificacion');
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border:solid;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.80;
	cursor: pointer; 
	color:#CCC;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}
/* View < 1200px */			
				
@media (max-width: 1200px) {

#container { width: 970px; }
#content { width: 700px; }
#sidebar { width: 250px; }

header hgroup h1 { font-size: 20px; }
header hgroup h2 { font-size: 16px; }

header nav { margin-top: 18px; }
header nav ul li { font-size: 16px; }

#content article { margin-bottom: 12px;}
#content article h3 { font-size: 18px; }
#content article p { font-size: 14px; }

#sidebar aside { margin-bottom: 10px; }

}


/* iPad in landscape */

/* Note: Design for max-width: 1024px) {  } */
	
@media (max-device-width: 1024px) and (orientation: landscape) {

#container { width: 768px; }
#content { width: 540px; }
#sidebar { width: 208px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 191px; text-align: center; }
header nav ul li:last-child { width: 192px; }

#content article img { float: none; margin: 0 0 10px 0; width: 100%; }

}


/* iPad in portrait */

/* Note: Design for a width of 768px */ 

@media (max-device-width: 1024px) and (orientation: portrait) {

#container { width: 600px; }
#content { float: left; width: 1600px; margin: 0 0 12px 0; }
#sidebar { float: left; width: 600px; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 149px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }
#content article img { float: none; margin: 0 0 10px 0; width: 100%; }

#sidebar aside { color: #fff; float: left; width: 250px; min-height: 170px; margin-right: 20px; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

}

/* #Tablet (Portrait) */

/* Note: Design for a width of 740px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#container { width: 740px; }
#content { float: left; width: 740px; margin: 30px 0 12px 0; }
#sidebar { float: left; width: inherit; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 149px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }
#content article img { float: right; margin: 0 0 10px 0;}

#sidebar aside { color: #fff; min-height: 170px; padding: 20px; }
#sidebar aside:last-child { margin: 0; }
	}


/* #Mobile (Landscape) */

/* Note: Design for a width of 420px */
@media only screen and (min-width: 601px) and (max-width: 767px) {
#container { width: 600px; }
#content { float: left; width: 600px; margin: 30px 0 12px 0; }
#sidebar { float: left; width: inherit; margin-top:0px; }

header { margin-bottom: 10px; }

header hgroup { margin-bottom: 12px; }

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { font-size: 14px; width: 149px; text-align: center; }
header nav ul li:last-child { width: 150px; }

#content article { padding: 20px; }
#content article img { float: right; margin: 0 0 10px 0;}

#sidebar aside { color: #fff; min-height: 170px; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

	}


/* Mobile width < 600px*/

@media (max-width: 600px) {
	
.flexslider{display:none;}	

#container, #content { float: none; width: inherit; }
#content { margin: 0px; }

#sidebar{ float:left; margin-top:0px; width: inherit;}

header { margin: 0 0 10px 0; text-align: center; }
header hgroup { width: 100%; margin-bottom: 12px; }
header hgroup h1 { font-size: 20px; }
header hgroup h2 { font-size: 16px; }

#block_social{
	float:none;
	display:inline-block;}

header nav { float: none; clear: both; }
header nav ul { width: 100%; }
header nav ul li { float: none; display: block; width: 100%; font-size: 14px; text-align: left; border-bottom: 1px solid #ccc; }
header nav ul li:last-child { width: 100%; border-bottom: 0; }
header nav ul li a { padding: 10px; }

#content article { padding: 10px; -webkit-border-radius: 0; }
#content article h3 { font-size: 16px; }
#content article p { font-size: 12px; }
#content article img { float:none;}

#sidebar aside { color: #fff; float: left; width:100%; min-height: 170px; margin-right: 20px; padding: 20px; }
#sidebar aside:last-child { margin: 0; }

footer { padding: 10px; font-size: 12px; }

}



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}

.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; overflow:hidden;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0 0 10px; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:auto;}
.flex-pauseplay span {text-transform: capitalize;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
	width: inherit;
	padding: 5px;
	position: absolute;
	left: 0;
	bottom: 2px;  
	background: rgba(0,0,0,.6); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.5); 
	font-size: 13px; 
	text-align:left;}

.flex-caption a{
	color:#fff; 
	cursor: pointer;
	border-bottom: 1px solid #DDD;
	padding: 1px;
	font: 13px;}	

.flex-caption a:hover{
	color: #fff;
	border-bottom: 2px solid #ed3508;
	text-decoration:none;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px auto; position: relative; zoom: 1; width:100%;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(file:///E|/movil/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: left; margin-top:7px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 13px; height: 13px; display: block; background: url(file:///E|/movil/img/gallery-buttons.png) 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-paging li a:hover { background: url(file:///E|/movil/img/gallery-buttons.png) -13px 0; cursor: pointer;}
.flex-control-paging li a.flex-active { background: url(file:///E|/movil/img/gallery-buttons.png) -26px 0; cursor: pointer; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/* HTML5 Doctor Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
