@font-face {
font-family: HelveticaNeueLight;
src: url(../font/HelveticaNeueLTCom-Lt.ttf);
}

@font-face {
font-family: HelveticaNeueUltraLight;
src: url(../font/HelveticaNeueUltraLight.ttf);
}


/****************
General
****************/

body {
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	width: 100%;
	overflow-x: hidden;
	background-image: url(https://www.delex.cl/images/patron.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	background-attachment: scroll;
	}
	
p {
	margin:0 0 1.5em;
	}
	 
li ul, li ol {
	margin:0 1.5em;
	}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

a{
	text-decoration: none;
	outline:none;
	color: #1ab7e2;
}

a:hover{
	text-decoration: none;
	color: #666;
}

a:visited{
	text-decoration: none;
	color: #1ab7e2;
}

a img{
	border:none;
	margin: 0px;
	padding: 0px;
}

p{
	margin:0 0 10px 0;
	padding:0;
}
div.both{
	clear:both;
}
div.left{
	clear:left;
}
div.right{
	clear:right;
}
.float-none{
	float:none;
}

.dark-orange{
	color:#0092D2 !important;
}
.dark-grey{
	color:#373737 !important;
}
.height-auto{
	height:auto !important;
}
.border-none{
	border:none !important;
}
.border-1{
	border:1px solid #dddddd;
}
.percentage{
	font-size:20px;
	color:#878787;
	margin-top:-10px !important;
}
.padding-top-none{
	padding-top: 0 !important;
}
.padding-left-none{
	padding-left: 0 !important;
}
.margin-right-none{
	margin-right: 0 !important;
}
.margin-top-20{
	margin-top: 20px;
}

.small{
	font-size:10px;
}
.code-font{
	font-family:"Courier New", Courier, monospace !important;
	font-size:12px;
}
.text-align-centre{
	text-align:center;
}
div#page div.content a{
	color: #0092D2;
}
div#page div.content a:hover{
	color: #1ab7e2;
	
}
div#pages-outer{
	display:none;
}
ul.side-by-side-links,ul.side-by-side-links li{
	margin: 0;
	padding: 0;
	display: inline;
}
ul.side-by-side-links li a{
	display: block;
	float: left;
	text-align: center;
	height: 15px;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid #e8e7e7;
	cursor:pointer;
}

div.para ul{
	margin:10px 0 10px 20px;
	padding:0;
	line-height:14px;
}
div.para ul li{
	padding:0;
	margin:5px 0 5px 0;
}
.float-right{
	float:right;
	margin-right:10px;
}
.float-left{
	float:left;
	margin-left:10px;
}

.special-font{
	 margin:0;
	 padding:0;
}
span.small{
	font-size:10px;
}
.extra_padding{
	margin:30px 0 30px 0;
}
/****************
Layout
****************/
div#page{
	min-height:9px;
	width:980px;
	height:auto;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
}
div.content{
	width:100%;
	margin: 0 auto 0 auto;
	}
div#right-column-635 {
	margin-bottom: 20px;
}
div#left-column-635,div#right-column-635{
	float:left;
	width:635px;
}
div#left-column-635{
	margin-right: 15px;
	margin-bottom: 20px;
}
div#left-column-310,div#right-column-310{
	float:left;
	width:310px;
	margin-bottom:20px;
}
div#left-column-310{
	margin-right:15px;
	margin-bottom: 20px;
}

/****************
Head
****************/
div#head{
	width:980px;
	height:150px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(https://www.delex.cl/images/bg_head.png);
	background-repeat: repeat-x;
	/*background-color: #FFF;*/
	/*background-attachment: fixed;*/
}
div#head h1#logo{
	float:left;
	padding-top: 10px;
}
div#head h1#logo a{
	display: block;
	text-indent: -9999px;
	background: url(https://www.delex.cl/images/logo_index.png) no-repeat;
	width:325px;
	height: 120px;
	outline: none;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 10px;
}

/****************
Header Nav
****************/


ul#header-nav{
	margin: 18px 20px 0 10px;
	float: right;
	font-weight: 300;	
}
ul#header-nav li{
	list-style: none;
	display: inline;
	margin:0;
	padding: 0;
}
ul#header-nav li a{
	color: #333;
	font-size:12px;
	display: block;
	float: left;
	padding: 2px 15px 2px 15px;
	text-align:center;
	height: 12px;
	border-right: 1px solid #d3d3d3;
}

ul#header-nav li a:hover{
	color: #1ab7e2;
}

/****************
Tabbed Nav
****************/
div#tabs{
	float:right;
	width:600px;
	height:40px;
	padding-top:50px;
}

div#cuenta{
	float:right;
	width:380px;
	height:15px;
	padding-top:15px;
	padding-right: 15px;
	padding-bottom: 25px;
	text-align:right;
}


/*div#tabs-module a{
	display: block;
	width:85px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #373737;
	text-shadow: 0 1px 0 #FFF;
	padding-top: 15px;
}*/



/****************
Main Nav
****************/
div.nav{
	margin-top: -2px;
	border-top:1px solid #dddddd;
	margin-bottom: 10px;
	width:970px;
	height:50px;
	overflow:hidden;
}
div.nav ul{
	width: 970px;
	margin-top: 10px;
	padding: 0;
}
div.nav ul li{
	display: inline;
	margin: 0;
	padding: 0;
}
div.nav ul li a{
	display: block;
	float: left;
	color: #3b3b3b;
	font-size: 16px;
	list-style: none;
	border-right: 1px solid #d3d3d3;
	padding: 5px 20px 5px 20px;
}
div.nav ul li a:hover{
	color: #6c6c6c;
}


/****************
CTA
****************/

div.cta_layout_bottom{
	padding:10px 0 0 40px;
}
div.cta_layout_top{
	padding-top:30px;
	height:350px;
	border-bottom:1px solid #eceae6;

}

div.cta_layout_top div.main_title{
	float:left;
	height:100%;
	width:;
	text-align:left;
	margin-right:15px;
}
div.cta_layout_top div.main_heading{
	float:left;
	height:100%;
	width:590px;
	text-align:left;
	padding:0px 0 0 20px;
	margin-right:15px;
}
.banner_grande {
	float: left;
	height: 379px;
	width: 980px;
	background-repeat: no-repeat;
	background-image: url(https://www.delex.cl/imagenes_catalogo/new.jpg);
}
div.cta_layout_top div.main_heading h2{
	color:#000;
	font-size:30px;
	line-height:5px;
}
div.cta_layout_top div.secondary_heading{
	background-color:none;
	float:left;
	width:305px;
	height:100%;
	text-align:left;
}
div.cta_layout_top div.secondary_heading h2{
	color:#FFF;
	text-shadow:0 1px 0 #000;
	font-size:25px;
	margin-top:20px;
}


/****************
News Widget
****************/
.h300px{
	padding:30px 0 0 0;
	height: auto;
}

.h200px{
	height: 300px;
}
div#news{
	margin:0;
	float:left;
	height:auto;
}
div#news h3{
	margin-top: 0;
	color: #202525;
	padding: 0;
}
div.right_panel h2 a, div.news_article h3 a{
	font-weight: normal !important;
	color: #006690 !important;
}
div.right_panel h2 a:hover, div.news_article h3 a:hover{
	color: #0092D2 !important;
}

div.news_article h3{
	line-height: 22px !important;
}

div.news_article{
	width:590px;
}

div.brand{
	width:300px;}

div.news_article div.image{
	width:auto;
	height:auto;
	float:left;
	margin-bottom: 5px;
}
div.news_article div.image img{
	width:auto;
	height:auto;
}
div.news_article div.story{
	padding: 0 0 10px 0;
}
div.scroller-nav{
	height:20px;
	float:right;
	margin:15px 5px 0 0;
}
div.scroller-nav-bullets{
	cursor:pointer;
	width:12px;
	height:11px;
	float:left;
	margin-right:5px;
	background:url(https://www.delex.cl/images/scroller_bullets.png) 0 0 no-repeat;
}
div.scroller-nav-unbullets{
	cursor:pointer;
	width:12px;
	height:11px;
	float:left;
	margin-right:5px;
	background:url(https://www.delex.cl/images/scroller_bullets.png) -16px 0 no-repeat;
}
div.scroller-nav-unbullets:hover{
	background:url(https://www.delex.cl/images/scroller_bullets.png) 0 0 no-repeat;
}

/****************
Featured Widget
****************/
div.right_panel{
	width:309px;
	height:230px;
	float:right;
	padding-left:20px;
	background-color:#FFF;
}

div.left_panel{
	margin-right:0px;
	float:left;
	width:620px;
	height:250px;

}

div.left_container{
	padding:0 20px 0 20px;
	float:left;
	width:530px;
	height:230px;

}

div.right_container{
	width:350px;
	height:230px;
	float:right;
	background-image: url(https://www.delex.cl/images/img_cond.png);
	background-image:no-repeat;
}

div#featured div#progress div.para{
	color:#9f9f9f!important;
}
div#featured div#progress p#progresstxt{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	color: #353535 !important;
	text-shadow: 0 1px 0 #FFF;
}
div#featured div#inner h2, div.right_panel div.inner h2,div.left_panel div.inner h2{
	color: #373737;
	padding: 10px 0 10px 10px;
	margin: 0;
}

div#featured div.image{
	width: 300px;
	text-align: center;
	height: 115px;
	background-color: #eceae6;
	margin-bottom: 10px;
	line-height:115px;

}
*div#featured div.image{
	font-size: 115px;
}
div#featured div.image img{
	vertical-align: middle;
}

div.news_reel ul,div.news_reel ul li{
	margin:0;
	padding:0;
	list-style:none;
}


/****************
Foot
****************/
div#foot{
	background-color: #000;
	width:100%;
	height: 330px;
	background-image: url(https://www.delex.cl/images/footer_bak.png);
	background-repeat: repeat;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
div.speech_bubble{
	width: 295px;
	margin-left: 5px;
}
div.speech_bubble div.flick{
	background: url(https://www.delex.cl/images/layout/speach_bubble.png);
	width: 7px;
	height: 13px;
	margin-left: 20px;
}
div.speech_bubble div.bubble{
	border-top:6px solid #eceae6;
	background: #f7f6f5;
	color: #818181;
	text-shadow: 0 1px 0 #FFF;
}

div.speech_bubble_horiz{
	width:500px;
	margin-left: 5px;
	float:left;
}

div.speech_bubble_horiz div.flick{
	background: url(https://www.delex.cl/images/layout/speach_bubble1.png);
	width: 13px;
	height: 7px;
	float:left;
	margin-top:10px;
}

div.speech_bubble_horiz div.bubble{
	border-left:6px solid #eceae6;
	background: #f7f6f5;
	color: #818181;
	text-shadow: 0 1px 0 #FFF;
	margin-left:13px;
}
div.twitter_img{
	width:80px;
	float:left;
	margin:5px 10px 5px 10px;
}
div.speech_bubble_horiz div.bubble div.para{
	font-size:14px;
}
div.bubble p.date{
	font-style:italic;
	font-size:12px;
}
div.speech_bubble div.bubble div.para,div.speech_bubble_horiz div.bubble div.para{
	padding: 20px;
}
div.speech_bubble div.bubble a,div.speech_bubble_horiz div.bubble a{
	color: #118fcb !important;
}
div.speech_bubble div.bubble a:hover,div.speech_bubble_horiz div.bubble a:hover{
	color:#29718d !important;
}
div.logo_crops{
	float:left;
	margin-right:20px;

}
div.logo_crops div{
	padding:5px;
	margin-bottom:5px;
	background:#EBEBEB;
}

img.single_image{
	border:5px solid #EBEBEB;
	margin:0 auto 0 auto;
	display:block;
}

	

#feature_image{ 
height: 400px;
width:100%;
margin-top:0px;
}




/*************************** PRESENTACION ***************************/

#contenido {
clear: both;
padding: 0px 0 0px 10px;
height:300px;
}

#cond_contenido {
clear: both;
padding: 0px 0 0px 10px;
height:230px;
background-color:#e0f0f1;
}

#quienes_cont {
clear: both;
padding: 0px 0 0px 10px;
height:230px;
background-color:#e0f0f1;
}

#triangletop {
	clear: both;
	height:200px;
	background-color:#FFF;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 40px;
}

#triangletop2 {
	clear: both;
	height:auto;
	background-color:#FFF;
	padding-top: 25px;
	padding-right: 0;
}

#cond_container {
	clear: both;
	height:auto;
	background-color:#FFF;
	padding-top: 25px;
	padding-right: 20;
	padding-left: 20px;
}

#logo_container {
	clear: both;
	height:100%;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#trianglebottom {
padding-bottom: 10px;
}


.bigger {
color: #464242;
font-size: 1.5em;
font-style:italic;
text-align:justify;
line-height: 1.4em;
}

.mini {
font-size: 1.2em;
text-align:justify;
color: #333;
line-height: 1.4em;
}

.texto {
font-weight: 300;
font-size: 1em;
text-align:justify;
color: #333;
line-height: 1.6em;
}

.condiciones {
font-size: 18px;
font-style: normal;
line-height: 1.3em;
color:#666;
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
color: #f2732e;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	color: 1ab7e2;
	outline: none;
	width: 170px;
	padding: 8px 25px 12px 20px;
	display: block;
	height: 13px;
	text-align: right;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li a:visited{
color: #333;
}

.shadetabs li a:hover{
	color: 1ab7e2;
	background: url('https://www.delex.cl/images/arrows.png') no-repeat 50% 50%;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background: url('https://www.delex.cl/images/arrows.png') no-repeat 0% 0%;
color: white;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding-right: 30px;
padding-left: 30px;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontent ul li {
	margin: 10px 0px 10px 0px;
}

h3.tcomprar {
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	background-image: url(https://www.delex.cl/images/prod_fondo);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 45px;
}

a#green_flag {
	background: url(https://www.delex.cl/images/green_flag.png) no-repeat;
	width:643px;
	height:53px;
	position: absolute;
	padding: 28px 0 0 50px;
	margin: 0px 0 0 -13px;
	font-size: 18px;
	color:#dbdf6f !important;
	text-shadow:0 1px 0 #434600;
	font-weight: normal !important;
}

a#green_flag:hover,a#blue_flag:hover{
	color:#FFF !important;
}

.top { 
margin-bottom: 0;
height: 1%; 
overflow:hidden; 
}


#network { 
font-size:10px; 
text-align:right; 
color:#FFF; 
text-transform:uppercase;
width: 980px;
height:30px;
background-color:#666;
}
#network p { float:right; margin:6px 0 0 0; }
#network a { color:#FFF; text-decoration:none; font-size:10px; }
#network a:hover { color:#D2E9FF; text-decoration:none; font-size:10px; }
#network img {
	padding:0;
	float:right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
#network a img {
	text-decoration:none;
	border:0;
}
#network label img { margin:7px 0 0 5px; }

a.botcal {
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	margin:-5px;
	padding:6px 18px;
	background-image: url(https://www.delex.cl/images/bttn_calc.png);
	background-repeat: no-repeat;
	background-position: center;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(https://www.delex.cl/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#top_login {
	float: left;
	height: 100%;
	width: 200px;
	background-color: #e5e5e5;
	padding: 5px;
}
.login {
	float: right;
	float: left;
	height: 100%;
	width: 750px;
	background-color: #e5e5e5;
	border-top-width: 9px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
}
.left_right {
	font-weight: 300;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 15px;
	color: #009bdb;
	text-align: center;
	vertical-align: middle;
	width: 930px;
	margin-top: 20px;
}

/* ESTOS SON LOS CSS QUE CREÓ EL XALO, no como las otras weas del otro ql, que tiene la pura cagá y cargan el muerto conmigo... */

.contenedor_footer {
	float: none;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.foot_1 {
	float: left;
	height: 200px;
	width: 200px;
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	margin-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
.foot_2 {
	float: left;
	height: 200px;
	width: 300px;
	font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
.foot_3 {
	float: left;
	height: 200px;
	width: 310px;
	font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
}
.foot_4 {
	float: left;
	height: 80px;
	width: 100%;
	font-weight: 300;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
}
.direccion_footer {
	font-weight: 300;
	font-size: 12px;
	color: #CCC;
	background-color: #222;
	float: left;
	height: 50px;
	width: 920px;
	/*border: 1px solid #CCC;*/
	
	margin: 0 0 18px;
	border-width: 1px 0;
	border-color: #1a1a1a #3a3a3a #3a3a3a;
	border-style: solid;
	
	padding-top: 10px;
	-webkit-border-radius: 10px 10px;  /* Safari  */
	-moz-border-radius: 10px 10px;     /* Firefox */
	
}
#efectivo_mediospago {
	font-weight: 300;
	background-color: #eaeaea;
	float: left;
	height: 550px;
	width: 220px;
	margin-left: 10px;
	padding: 5px;
}
#transferencias_mediospago {
	font-weight: 300;
	background-color: #eaeaea;
	float: left;
	height: 550px;
	width: 220px;
	margin-left: 10px;
	padding: 5px;
}
#cheques_mediospago {
	font-weight: 300;
	background-color: #eaeaea;
	float: left;
	height: 550px;
	width: 220px;
	margin-left: 10px;
	padding: 5px;
}
#tarjetas_mediospago {
	font-weight: 300;
	background-color: #eaeaea;
	float: left;
	height: 550px;
	width: 220px;
	margin-left: 10px;
	padding: 5px;
	
	
/* contacto */	
	
}
#contenedor_contacto {
	float: left; 
	height: 250px;
	width: 960px;
	font-weight: 300;
	background-color: #e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}
#contenedor_contacto_der {
	float: left;
	height: 250px;
	width: 400px;
	font-weight: 300;
}
#contenedor_contacto_izq {
	float: left;
	height: 250px;
	width: 500px;
	font-weight: 300;
}


.text-cont {
	float: left;
	width: 100px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
}

.css3Form ul li
{
	font-weight: 300;
    margin:10px 0;
	box-shadow: 1px 1px 0 0 #f0f0f0;
	-moz-box-shadow: 1px 1px 0 0 #f0f0f0;
	-webkit-box-shadow: 1px 1px 0 0 #f0f0f0;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;	
	float:left;
	clear:both
}


#id123-control6883250 input {
	font-weight: 300;
	margin:0;
	width:300px;
	padding: 8px 10px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
}


.css3Form input, .css3Form textarea

{
	font-weight: 300;
	margin:0;
	width:300px;
	padding: 8px 10px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));

	
}

.login_top input, .login_top textarea

{
	font-weight: 300;
	/**width:130px;**/
	height:4px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 13px 13px;
	-moz-border-radius: 13px 13px;
	-webkit-border-radius: 13px 13px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	margin-top: 20;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;	
}

.login_top

{
	font-weight: 300;
	/**width:130px;**/
	height:18px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	margin-top: 20;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align:top;
	
	
}


.username

{
	font-weight: 300;
	/**width:130px;**/
	height:18px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	margin-top: 20;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align:top;
	
	
}


.password

{
	font-weight: 300;
	/**width:130px;**/
	height:18px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	margin-top: 20;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align:top;
	
	
}



.botones

{
	font-weight: 300;
	
	height:4px;
	font-size:12px;
	color:#FFF;
	border:solid 1px #006f9b;
	border-radius: 6px 16x;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#009ada, #006f9c);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#006f9c), to(#009ada));
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

.css3Form .button

{
	width:150px;
	border:solid 1px #3fa5de;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	border-bottom-color:#007bad;
	background:-moz-linear-gradient(0% 100% 90deg,#3fa5de, #007bad);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#007bad), to(#3fa5de));
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mapa_google {
	float: left;
	height: 350px;
	width: 800px;
	margin-right: 90px;
	margin-left: 90px;
	margin-top: 40px;
}
#mapa {
	float: left;
	height: 350px;
	width: 425px;
}
#direccion {
	float: left;
	height: 350px;
	width: 325px;
	font-weight: 300;
	color: #666;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/** __________________ css pro __________________ **/


#contenedor_bajo_slide {
	float: none;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor1 {
	float: none;
	height: 480px;
	width: 980px;
	margin-bottom: 30px;
	background-image: url(https://www.delex.cl/images/bg_contenedor1.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
}

#pasos {
	float: left;
	height: 400px;
	width: 610px;
	margin-left: 15px;
	padding-right: 10px;
	font-weight: 300;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(https://www.delex.cl/images/como_cotizar2.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#paso1 {
	float: left;
	height: 45px;
	width: 600px;
	padding-left: 15px;
	margin-bottom: 10px;
	padding-top: 30px;
}

#paso2 {
	float: left;
	height: 160px;
	width: 580px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#paso3 {
	float: left;
	height: 120px;
	width: 400px;
	padding-right: 215px;
}

/* Corizador Online */
#cotizador {
	float: right;
	height: 320px;
	width: 285px;
	padding-top: 80px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: 300;
	background-attachment: scroll;
	background-image: url(https://www.delex.cl/images/bg_cotizador.png);
	background-repeat: no-repeat;	/**
	background-color: #fbfbfc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #c5c5c5;
	**/
}

.cotizador_izq {
	float: left;
	width: 140px;
	height: 85px;
	font-weight: 300;
	font-size: 13px;
}
.cotizador_der {
	float: right;
	width: 125px;
	height: 85px;
	font-weight: 300;
	font-size: 13px;
}

  

.cssForm ul li
{
	list-style:none
	font-weight: 300;
    margin:10px 0;
	box-shadow: 1px 1px 0 0 #f0f0f0;
	-moz-box-shadow: 1px 1px 0 0 #f0f0f0;
	-webkit-box-shadow: 1px 1px 0 0 #f0f0f0;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;	
	float:left;
	clear:both
}
.cssForm input, .cssForm textarea
{
	list-style: none
	font-weight: 300;
	width:100px;
	font-size:10px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10;
}


.cssForm_buscador input, .cssForm textarea
{
	list-style: none;
	font-weight: 300;
	width:280px;
	height: 27px;
	font-size:12px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#cssForm_combo {
	border-radius: 6px;
	border:solid 1px #009bdb;
	width: 150px;
	height: 29px;
	color: #009bdb;
	font: 12px;
	font-weight: 300;
	overflow: hidden;
	-moz-border-radius: 30px 30px;
	-webkit-border-radius: 30px 30px;
	padding-top: 5px;
}

.cssForm_combo input,
{
	list-style: none;
	font-weight: 300;
	width:330px;
	font-size:10px;
	color:#757575;
	border:solid 1px #009bdb;
	border-radius: 6px 6px;
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	background:-moz-linear-gradient(0% 100% 90deg,#FFF, #F0F0F0);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FFF));
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10;
}

.century_delex {
	font-weight: 300;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#contenedor2 {
	font-weight: 300;
	float: none;
	height: 230px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#carousel {
	float: none;
	height: 250px;
	width: 980px;	

}

#contenedor3 {
	float: none;
	height: 650px;
	width: 980px;
	background-image: url(https://www.delex.cl/images/siguenos.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#facebook {
	float: left;
	height: 400px;
	width: 450px;
	margin-left: 25px;
	background-repeat: repeat;
	margin-top: 100px;	
}

#twitter {
	float: right;
	height: 400px;
	width: 450px;
	margin-right: 25px;
	margin-top: 100px;	
}

#contenedor4 {
	float: none;
	height: 250px;
	width: 980px;
}
/** __________________ css pro __________________ **/



/** __________________ Separador HR __________________ **/

hr.style-one {
    height: 50px;
    border-style: ridge;
    border-color: #e9e9e9;
    border-width: 2px 0 0 0;
    border-radius: 15px;
}
hr.style-one:after {
    display: block;
    content: "";
    height: 50px;
    margin-top: -51px;
    border-style: ridge;
    border-color: #e9e9e9;
    border-width: 0 0 2px 0;
    border-radius: 15px;
}

/** __________________ LOGIN __________________ **/

#logo_delex {
	float: left;
	height: 100px;
	width: 450px;
}

#login_delex {
	float: right;
	height: auto;
	width: 450px;
	font-weight: 300;
	margin-right: 20px;
	padding: 10px;
	padding-top:30px;
}

#botonera_delex {
	float: right;
	height: 50px;
	width: 940px;
	padding: 20px;
	}


/** __________________ contacto __________________ **/
#head_contacto {
	background-attachment: scroll;
	background-image: url(https://www.delex.cl/images/bg_headcontacto.png);
	background-repeat: no-repeat;
	float: right;
	height: 200px;
	width: 980px;
	padding-top: 65px;
}

#head_contacto a:link {
	color:#FFF	
}

#head_contacto h1 {
	font-weight: 300;
	font-size: 30px;
	color: #FFF;
	margin-left: 20px;
}

#head_contacto h3 {
	font-weight: 300;
	font-size:15px;
	color:#004B86;
	margin-left: 20px;
}



/** __________________ EMPRESAS __________________ **/
#head_empresas {
	background-attachment: scroll;
	background-image: url(https://www.delex.cl/images/bg_headempresas.png);
	background-repeat: no-repeat;
	float: right;
	height: 256px;
	width: 980px;
	padding-top: 65px;
}

#head_empresas a:link {
	color:#FFF	
}

#head_empresas h1 {
	font-weight: 300;
	font-size: 30px;
	color: #FFF;
	margin-left: 20px;
}

#head_empresas h3 {
	font-weight: 300;
	font-size:15px;
	color:#004B86;
	margin-left: 20px;
}

.item_empresas {
	background-attachment: scroll;
	background-image: url(https://www.delex.cl/images/bg_empresas.png);
	background-repeat: no-repeat;
	float: left;
	height: 350px;
	width: 280px;
	margin-right: 23px;
	margin-left: 23px;
}


.item_empresas h1 {
	font-weight: 300;
	font-size: 25px;
	color: #004B86;
	margin-bottom: 20px;
	margin-top:10px;
}

.item_empresas h3 {
	font-weight: 300;
	font-size:14px;
	color:#333;
	font-weight: 300;
}

#pertenecientes {
	float: left;
	height: 180px;
	width: 980px;
	margin-top: 50px;
	background-color: #EEE;
}

#pertenecientes h1 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top:20px;
	color: #666;
	font-weight: 300;
	font-size: 20px;
	font-weight: lighter;
}

#pertenecientes a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071B8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
}

#pertenecientes a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
}







.ver_mas ul{
	list-style-type: none;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	margin:0px;
	padding:0px;
}

.ver_mas li {
	display: inline-block;
	text-align: center;
	float: none;
	border-radius: 5px;
}

.ver_mas li a {
	color: #FFF;
	background-color: #0071B8;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 10px;
	display:block;
	width:200px;
	-webkit-border-radius: 5px;  /* Safari  */
	-moz-border-radius: 5px;     /* Firefox */
	box-shadow: 0px 3px 0px #004B85;
}

.ver_mas li a:hover{
	background-color: #004B81;
	color: #FFF;
	box-shadow: 0px 3px 0px #000;
	border-radius: 5px;
}





 

.empresa {
	float:left;
	width:885px;
	background-color: #F0F0F0;
	color:#333;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #C4C4C4;
	padding:25px;
	margin-top:10px;
	margin-left:25px;
	margin-bottom:90px;
	font-weight: 300;
	font-size:14px;
	text-align:left
}

.empresa h1 {
	color:#666;
	font-size:26px;
	padding-bottom:20px;
}
