/* CSS Desarrollado para cPanelHost.cl */

label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearclear {clear: both;}
.clearfix { zoom: 1; } 
#margen20px{ height:20px;clear:both;display:block; }
h3 { font-family: 'Questrial', sans-serif; font-size:18px; font-weight:bold; padding-bottom:5px; margin-bottom:10px; border-bottom:1px dotted #ccc; }
h4 { font-family: 'Questrial', sans-serif; font-size:22px; font-weight:bold; padding-bottom:5px; margin-bottom:10px; border-bottom:0px dotted #ccc; }
body { background: url(img/bg.png) repeat; font-family: 'Questrial', sans-serif; font-size:13px; color: rgb(105, 105, 105); line-height: 21px; margin:0; padding:0;}
input, textarea { background:#f3f3f3; border:1px solid #ccc; padding:4px; font-family: 'Questrial', sans-serif; font-size:12px; color:#666; }

#fondo { width:100%; height:100%; background: url(img/bg-top.jpg) center top repeat-x; top:0; min-height:350px; }
#global { width:970px; margin:0 auto; box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.45); }
#header { width:970px; background: url(img/header.jpg) center top no-repeat; height:140px;}




#contenido { width:910px; text-align:center; line-height:24px; padding-left:30px; padding-right:30px; background:#FFF;  font-size:14px; display:table; font-family: 'Questrial', sans-serif; }
#contenido .izq { width:210px; margin-right:30px; float:left; display:table-cell;}
#contenido .izq img { margin-bottom:10px; }
#contenido .der { width:700px; height:100%; float:right; display:table-cell; }

#footer { width: 970px; background: #323234; color:#FFF; text-align:center; height:34px; line-height:34px; font-size:14px;}