body
{
    background-image: url(../images/layout/fondo.png);
    font-family: 'ZurichBT', Helvetica, Arial;
    color: #4D4D4D;
}

p
{
    padding-bottom: 10px;    
}

a
{
    color: #A25037;  
    text-decoration: none;    
}

img
{
    border: 0px;
}

a:HOVER
{
    text-decoration: underline;
}

@font-face {  
  font-family: 'ZurichBT';  
  src: url(../fonts/ZurichBT.ttf) format("truetype");  
} 

.zonaLogo
{
	position: absolute; 
	left: 0px;
	width: 100%;
	height: 176px;
	z-index: -1;
}

.contenedor
{
	/*position: relative;
	top: 0px; 
	left: 0px;
	z-index: 1;*/
	width: 900px;	
	margin-left: auto; 
	margin-right: auto;
        padding-bottom: 40px;
        position: relative;
}

.headerFondo
{
    /*background-color: #5b2b20;  */
    height: 146px;
    position: relative;
}

/* TODO: ver si sirve */
.header
{
      height: 146px; 
      position: relative;
}

.banda
{
    /*height: 48px; */
    height: 55px;
    background-image: url(../images/layout/banda.png);
    position: absolute; 
    bottom: 12px;
    width: 100%
    
}

.menuHeader
{    
    color: #5A5B5F;
    position: absolute; 
    bottom: 18px;
    right: 0px;
    font-size: 11pt;
}

.listaMenuHeader
{
    display: inline;
}

.elemListaMenuHeader
{
   display: inline;
   padding-left: 12px;
}

.elemListaMenuHeader a
{
    font-size: 13pt;
    color: #5A5B5F;  
}

.elemListaMenuHeader a:HOVER
{
    text-decoration: none;
    color: #A25037;
    /*text-shadow: 0.07em 0.05em 0.2em #B06955;*/
    text-shadow: 0.035em 0.025em 0.2em #C9998B;
}

.menu
{
    padding-left: 2px; 
    margin-left: 0px;
}

.menu li
{
    list-style: none;
    margin-top: 2px;
}

.menu li a
{
    color: #DEDEDE;
    display: block;
    background-color: #A25037; 
    border-radius: 5px;
    padding: 4px 5px;
    font-size: 15px;
}

.menu li a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.logo
{
    position: absolute;
    z-index: 1001;  
    width: 324px; 
    height: 41px;
    /*width: 531px; 
    height: 75px;*/
    
    background-image: url(../images/layout/logo.png);
    bottom: 19px;
}

.gap
{
    height: 30px;
}

.foot
{
    height: 237px;
    position: relative;
    background-image: url(../images/layout/foot.png);
    background-repeat: repeat-x;
}

.infoFoot
{
    width: 900px; 
    text-align: center; 
    font-size: 11pt;
    padding-top: 15px;
        
    margin: 0 auto;
}

.pipe
{
    color: #A25037;
}

.contenidoFoot
{
    position: relative;
    width: 900px; 
    height: 170px;
    margin: 0 auto; 
    padding-top: 15px;
}

.tablaDiv
{
	display: block;
}

.filaDiv
{
	display: block;
}

.celdaDiv
{
	float: left; 
	display: block;
}

.seccionFootSocialMedia
{
    float: left;   
}

.socialMedia
{
    width: 160px; 
    height: 148px;
    background-image: url(../images/layout/fondoSocial.png);
    
}

.contenidoSocialMedia
{
    padding-left: 15px;
}

.socialMediaLista
{
    
    list-style: none;
    padding: 0px;
}

.socialMediaListaElem
{
    padding-top: 10px;
}

.tituloSocialMedia, .tituloFootLinks, .tituloAcercaDe
{
    font-style: italic;
    font-size: 16pt;
    padding-bottom: 10px;
}

.socialMediaListaElem a
{
    height: 24px;
    line-height: 24px;
    color: #B3B3B3;
    display: block;
}

.imgSocialMedia
{
    vertical-align: middle;
    margin-right: 2px;
}

.footFlechas
{
    width: 273px; 
    height: 106px;
    background-image: url(../images/layout/flechas.png);
    position: absolute; 
    right: 30px; 
    bottom: 0px;
}

.footLinksAcercaDe
{
    float: left; 
    left: 0px;
}

.footLinksSecciones
{
    float: left;
    left: 60px;
    position: relative;
    
}

.seccionFootLinks
{
    float: left;
    position: relative;
    left: 45px;
}

.linksAcercaDeLista, .linksSeccionesLista, .linksSeccionesSubLista
{
    list-style: none;
    padding: 0px;
}

.linksAcercaDeListaElem, .linksSeccionesListaElem
{
    padding-top: 3px;
    font-size: 13pt;
}

.linksAcercaDeListaElem a, .linksSeccionesListaElem a, .linksSeccionesSubListaElem a
{
    color: #B3B3B3; 
    display: block;
}

.linksSeccionesSubListaElem
{
    padding-left: 20px; 
    padding-top: 10px;
    font-size: 10pt;
}

div.division
{
    background: url("../images/layout/stroke.gif") repeat-x scroll left bottom transparent;
    background-repeat: repeat-x;
    background-position: top left;
    height: 15px;
}

.boton
{
    
    width: 96px; 
    height: 26px; 
    background: none; 
    background-image: url(../images/layout/boton.png);
    border: none;
    color: #B82417;
    font-size: 11pt;
    font-weight: normal;
}

input.rounded, textarea.rounded, div.rounded, a.rounded{

  font-family: 'ZurichBT', Helvetica, Arial;
    
  border-width: 1px;
  border-style: solid;
   
  /* Safari 5, Chrome support border-radius without vendor prefix.
   * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
   * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
   */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
   * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
   * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
   * change the offsets, blur and color to suit your design.
   */
  /*
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  */
  
  /* using a bigger font for demo purposes so the box isn't too small */
  
  /* with a big radius/font there needs to be padding left and right
   * otherwise the text is too close to the radius.
   * on a smaller radius/font it may not be necessary
   */
  padding: 4px 7px;
  
  /* only needed for webkit browsers which show a rectangular outline;
   * others do not do outline when radius used.
   * android browser still displays a big outline
   */
  outline: 0;

  /* this is needed for iOS devices otherwise a shadow/line appears at the
   * top of the input. depending on the ratio of radius to height it will
   * go all the way across the full width of the input and look really messy.
   * ensure the radius is no more than half the full height of the input, 
   * and the following is set, and everything will render well in iOS.
   */
  -webkit-appearance: none;
  
}

input.empty, textarea.empty
{
    color: #808080;
}

textarea
{
    resize: none;
}

input.rounded:focus, textarea.rounded:focus{
  
  /* supported IE8+ and all other browsers tested.
   * optional, but gives the input focues when selected.
   * change to a color that suits your design.
   */
  border-color: #8D8D8D;
  
}


.listaBullets
{  
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.listaBullets li
{
    background-image: url(../images/layout/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}

.cssError
{
    border-color: #FF0000;
}

.errorSummary, .errorMessage
{
    font-size: 9pt; 
    color: red;
}

.flash-success
{
    font-size: 9pt; 
    color: #000000;
}

.flash-error
{
    font-size: 9pt; 
    color: #FF0000;
    padding:.8em;
    margin-top:3em;
    border:2px solid #ddd;
}


.updateLink
{
    font-size: 11pt;
}

.cancelLink
{
    font-size: 10pt;
}

.iframe
{
    border: 0px none;
}

/* used to override the default padding of CJuiDialog */
.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.commandButton{
border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 3px 5px 3px 5px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.commandButton:hover{
 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.commandButtonsContainer
{
    text-align: right; 
    padding-bottom: 2px; 
    float: right;
}

.resultBox
{
    width: 460px; 
    height: 119px; 
    overflow: auto; 
    border: 1px solid #CDCDCD;
    background-color: #FFFFFF;
}

.loadingBoxContainer
{
    height: 20px;
}

.loadingBox
{
    height: 16px;
    background-image: url(../images/layout/loading.gif);
    background-position: 0px 2px; 
    background-repeat: no-repeat;
    padding-left: 20px; 
    font-size: 10pt; 
    line-height: 16px;
    padding-top: 2px; 
    padding-bottom: 2px;
    /*font-style: italic; */
}

.resultList
{
    list-style: none;
    font-size: 11pt;
    padding: 0px;
    border: 0px;
    margin: 0;
}

.resultList li
{
    border-bottom: 1px solid #A8A8A8; 
    border-top: 0px;
    padding: 0px 4px 0px 4px;
}

.resultList li:last-child
{
    border-bottom: 0px;
}

h5
{
    padding-top: 8px; 
    padding-bottom: 4px;
    font-size: 18pt;
    font-weight: normal;
    color: #1A1A1A;
}

.breadcrumbs
{
    padding-top: 5px; 
    padding-bottom: 2px;
}

/*---HOME---*/

h1
{
    padding-top: 30px; 
    padding-bottom: 5px;
    font-size: 21pt;
    font-weight: normal;
    color: #1A1A1A;
}

h2
{
    padding-top: 30px; 
    padding-bottom: 5px;
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
    color: #1A1A1A;
}

h3
{
    padding-top: 18px; 
    padding-bottom: 4px;
    font-size: 18pt;
    font-weight: normal;
    color: #1A1A1A;
}

h4
{
    padding-top: 22px; 
    padding-bottom: 8px; 
    font-size: 14pt;
    font-weight: normal; 
    color: #1A1A1A;
}

.listaInstrucciones
{
    /*height: 140px;*/
    /*list-style: none outside none;*/
    /*margin: 32px auto;*/
    /*padding: 0;*/
    margin-top: 10px; 
    margin-bottom: 35px;
    padding-left: 0px;
}

.listaInstrucciones li
{
    display: inline-block;
    width: 274px;
    vertical-align: top;
    margin-right: 35px;
}

.listaInstrucciones li .imagen
{
    width: 274px;
    height: 206px;
}

.listaInstrucciones li p
{
    padding-top: 5px;
    text-align: justify;
    padding-bottom: 2px;
}

.listaInstrucciones li.ultimo
{
    margin-right: 0px;
}

.contenedorGrande
{
    height: 100px;
}

.inputFormIndex
{
    width: 350px;
}

.contenedorInputFormIndex
{
    padding-top: 5px; 
    padding-bottom: 2px;
}

.formIndex
{
    padding-bottom: 46px; 
    position: relative;
    width: 350px;
    float: left;
}

.botonFormIndex
{
    position: absolute; 
    right: -13px; 
    bottom: 20px; 
}

.contenedorInfoDerecha
{
    float: right;
    width: 500px;
    padding-top: 20px; 
}

.listaServicios
{
    list-style-type: none;
    font-size: 14pt;
    padding-top: 35px;
    padding-left: 60px;
    float: left;
}

.listaServicios li
{
    padding-bottom: 2px;
    background-image: url(../images/layout/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 20px;
}

.listaServicios li.elemPortfolio
{
    padding-left: 0px; 
    background: none;
}

.clear
{
    /*clear: both;*/
    height: 1px;
}

/* CONTACT */

.contenedorInputFormContact
{
    padding-top: 10px; 
    padding-bottom: 5px; 
}

.formContact
{
    padding-bottom: 46px; 
    width: 420px;
    position: relative;
}

.inputFormContact
{
    width: 420px;
}

.messageFormContact
{
    height: 150px;
}

/* PORTFOLIO */
.bocadillo
{
    height: 70px; 
    width: 650px;
    background-color: #D6D6D6;
    padding-left: 15px; 
    padding-top: 24px; 
    position: relative;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bocadillo .texto
{
    /*font-family: Tahoma;*/
    font-style: italic;
    font-size: 13pt;
    padding-left: 30px
}

.bocadillo .firma
{
    /*font-family: Tahoma;*/ 
    font-size: 12pt;
    position: absolute; 
    right: 8px; 
    bottom: 5px;
}

.bocadillo .comilla-inicial, .comilla-final
{
    width: 28px; 
    height: 20px; 
    position: absolute;
}

.bocadillo .comilla-inicial
{
    top: 8px; 
    left: 8px;
    
    background-image: url(../images/layout/quote1.png);
}

.bocadillo .comilla-final
{
    top: 16px;
    right: 12px;
    
    background-image: url(../images/layout/quote2.png);
}

/* ABOUT */
.logo-about
{
    width: 212px; 
    height: 33px; 
    background-image: url(../images/about/logo.png);
}

.gap-logo-about
{
    height: 40px;
}

/* HOWITWORKS */
.invitados
{
    float: right;
    width: 123px; 
    height: 168px;
    background-image: url(../images/howitworks/invitados.png);
    background-repeat: no-repeat;
    margin-left: 35px;
}

.envioInvitacion
{
    float: left; 
    width: 311px;
    height: 210px;
    background-image: url(../images/howitworks/envioInvitacion.png);
    background-repeat: no-repeat;
    margin-right: 35px;
}

.codigo
{
    float: right; 
    width: 306px; 
    height: 238px;
    background-image: url(../images/howitworks/codigo.png);
    background-repeat: no-repeat;
    margin-left: 35px;
}

.reporte
{
    float: left;
    width: 123px; 
    height: 168px;
    background-image: url(../images/howitworks/reporte.png);
    background-repeat: no-repeat;
    margin-right: 35px;
}

div.explicacion
{
    padding-top: 45px;
}

div.izquierda
{
}

div.derecha
{
}

/* SERVICES */
.flecha
{
    position: absolute;
    bottom: 0px;
    width: 103px;
    height: 137px;
    background-image: url(../images/services/flecha.png);
    right: 100px;
}


/* ACCESO */
.listaMenuAcciones
{
    background-color: #A25037; 
    padding: 5px; 
    list-style: none;
}

.menuAccionesItemMenu
{
    color: #BDBDBD;
}

.elemListaMenuAcciones
{
   display: inline;
   padding-right: 12px;
}

.elemListaMenuAcciones a
{
    font-size: 13pt;
    color: #DEDEDE;
     
}

.elemListaMenuAcciones a:HOVER
{
    text-decoration: none;
    color: #FFFFFF; 
    /*text-shadow: 0.07em 0.05em 0.2em #B06955;*/
    text-shadow: 0.035em 0.025em 0.2em #C9998B;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #BDBDBD;
}

.span-5
{
    width: 160px;
    float: left;
    padding-right: 0px; 
    vertical-align: baseline;
}

.last
{
    margin-right: 0px;
    padding-top: 20px;
}

.span-19
{
    width: 730px; 
    float: left; 
    margin-right: 10px;
    vertical-align: baseline;
}

/* -- DASHBOARD -- */

.dashContainer
{
    height: 280px; 
    position: relative; 
}

.chartFrame
{
    position: absolute; 
    top: 0px; 
}

.leftChart
{
    left: 0px;
}

.middleChart
{
    left: 360px;
}

.rightChart
{
    left: 560px;
}

.chartTitleFrame
{
    width: 350px; 
    height: 45px; 
    padding-left: 8px;
}

.chartContainer
{
    /*width: 280px; */
    width: 350px;
    height: 210px;
}

.panelsContainer
{
    padding-top: 30px;
    padding-bottom: 5px;
}

/* accessFormat */
.previewContainer
{
    float: right; 
    width: 350px;     
}

.preview
{
    
}

.previewNew
{
    font-size: 11pt;
    width: 300px; 
    min-height: 70px;
    border: 1px dashed #A25037;
    text-align: center;
    /*display: table-cell;*/ /* position: relative won't work if enabled */
    vertical-align: middle;
    position: relative;
    padding: 1px;
}

.previewDataLoad
{
    padding: 5px; 
    padding-top: 15px;
}

.previewImg
{
    width: 300px; 
    height: auto;
}

.imageEditContainer
{
    border: 1px solid #A8A8A8;
    position: relative;
    
}

.floatQRcode
{
    position: absolute;
    z-index: 1002;
    top: 0px; 
    left: 0px;
    width: 145px; 
    height: 145px;
    background-image: url(../images/layout/qrcode2.png);
}

.fixedQRcode
{
    position: absolute;
    z-index: 1001;
    top: 0px; 
    left: 0px;
    width: 145px; 
    height: 145px;
    background-image: url(../images/layout/qrcode.png);
    display: none;
}

.dialogButtonContainer
{
    display: table-cell; 
    padding-bottom: 8px; 
    position: absolute; 
    width: 300px; 
    text-align: center;
    z-index: 1001;
    bottom: 0px;
}

.accessFormatPreview
{
    padding: 8px;
    background-color: #FFFFFF;
}

.accessFormatPreviewMini
{
    width: 600px;
    margin: 0 auto; 
    padding: 2px; 
    border: 1px dashed #A25037;
    cursor: pointer;
    position: relative;
}

.accessFormatPreviewMini img
{
    width: 600px; 
    height: auto;
}

.accessFormatPreviewMagnify
{
    width: 140px; 
    height: 95px;
    background-image: url(../images/layout/magnifier.png);
    background-repeat: no-repeat;
    background-position: center top;
    border: 0px;
    top: 50%;
    left: 50%; 
    margin-left: -70px; 
    margin-top: -47px;
    z-index: 1001;
    position: absolute;    
    display: none;
}

.accessFormatPreviewMagnify div
{
    position: absolute; 
    bottom: 0px; 
    padding-bottom: 3px;
    color: #E0E0E0;
    width: 100%; 
    text-align: center;
}

.accessFormatListPreview
{
    float: left; 
    width: 100px; 
   
}

.accessFormatListPreview img
{
    width: 100px; 
    height: auto;
}

.accessFormatListFields
{
    float: left;
}

.accessFormatListField
{
    padding-bottom: 5px; 
    padding-left: 10px
}

/* Show formats */

.showFormatSection
{
    background-color: #EDEDED; 
    padding: 1px 5px 1px 5px;
    margin-top: 4px;
}

.showFormatPickContainer
{
    border: 1px solid #A25037;
    padding: 1px;
    overflow-x: auto;
    overflow-y: visible;
}

.showFormatPickContainerBox
{
    display: inline-block; 
    padding: 2px;    
}

.showFormatPickContainerBox .boxItem
{
    padding: 5px;
    position: relative;
    text-align: center;
    height: 100px;
    border: 1px dashed #A25037;
    cursor: pointer;
}

.showFormatPickContainerBox .boxItemSelected
{
    /*border: 1px solid #d4a894;*/
    background-color: #d4a894;
}

.showFormatPickContainerBox .boxItemSelected .boxText
{
    color: #FAFAFA;
}

.showFormatPickContainerBox .boxText
{
    font-size: 10pt;
    width: 90%; 
    text-align: center;
    position: absolute; 
    top: 85px;
}

.showFormatPickContainerBox .boxImage
{
    height: 80px; 
    width: auto;
}

.sectionButton
{
    border-color: #A25037 !important;
    background-color: #A25037;
    color: #FFFFFF !important;
    width: 250px;
    display: block;
    font-size: 11pt !important;
    margin-top: 4px;
}

.sectionButton:hover
{
    color: #DEDEDE !important;
    text-decoration: none;
}
