/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#header
{
    height: 169px;   
    
    }
header nav select, #quicklinks
{
    display: none;
}
.menuitem
{
    display: block;
    }
.mobileslider
{
    display:none;
    }
#quicklinks {
    margin: 10px 0px;
}
#llamenos, #ubicacion {
    height: 40px; width: 50%; float:left; 
}

#llamenos span, #ubicacion span {
    color:white;font-size: 16px;font-weight: 700; display:inline-block; position:relative; top:-13px; left:10px;
    }
.principal
{
    background-color: #FFF;
    min-height: 450px;
    }    
/* #Page Styles
================================================== */
.espaciado
{
    padding: 10px 0px 0px 40px;
    margin-top: 20px;
    }
  .espaciadoizq  
  {
      padding: 10px 0px 0px 40px;
      }
      
  .espaciadoambos  
  {
      padding: 10px 40px 0px 40px;
      } 
      
   .espaciadoambosm
   {
     margin: 0px 40px 0px 40px;  
       }       
 .espaciadoizqm
 {
     margin-left: 40px;
     }
.espaciadoderm
 {
     margin-right: 40px;
     }          
.separacionvertical 
{
     border-right: 1px solid #FFE1C4;
    }
/* Browser Resets */
.flex-container a,
.flexslider a,
.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;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; 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 {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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 {background: #fff; border: 0px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* 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: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav .flex-next {background-position: -52px 0; right: -21px;}
.flex-direction-nav .flex-prev {left: -20px;}
.flex-direction-nav .flex-disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav a:hover {background-position: 0 -13px;}
.flex-control-nav a.flex-active {background-position: 0 -26px; cursor: default;}
/*Form*/

label 
{
    display: inline-block;
    width: 90px;
    /*padding-left: 20px;*/
    vertical-align: top;
    }
 .field
 {
     display: inline-block;
     }   
.buttons
{
    margin-top: 10px;
    text-align: center;
    }
.captcha
{
    margin-left: 30px;
    }
ul.news p 
{
    line-height: normal;
    }
.mapa
{
    width: 350px;
    height: 231px;
    }      

/* #Cotizaciones
/*================================================== */ 
#cotizacionFechasContainer .four, #cotizacionFechasContainer .ten {
    background-color:#f0f0f0;
    padding-bottom: 10px;
}

#cotizacionFechasContainer .four {   
    padding-left: 20px;
}

.reservaTotal .labeltotal {
text-align: right;
}
/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px)
{
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    .mainTable #header #mainMenu ul > :first-child a
    {
        width: 111px;
    }
    .mainTable #header #mainMenu ul li a
    {
        width: 106px;
    }
    .mainTable #headerdivlogo
    {
        background: #ebebeb url(../images/banner_tablet.jpg) no-repeat top right;
    }
  #bodyContent #contentInnerBody 
  {
      margin-right: 0px;
      }
  .fila div
  {
      margin-right: 10px;
      } 
      .imgcotizacion
{
    width: 260px;
    height: 195px;
    }  
 .mapa
{
    width: 290px;
    height: 192px;
    } 
 .captcha
{
    margin-left: 0px;
    }  
    label
    {
          width: 190px;
        }      
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px)
{
    .mainTable #headerdivlogo
    {
        background: #ebebeb;
    }
    .mainTable #headerdivlogo a 
    {
        margin: 20px auto;
        }
    header nav select
    {
        display: block;
        margin: 15px auto;
        height: 25px;
        width: 350px;
    }
    header nav ul
    {
        display: none;
    }
    .mainTable #headerdivlogo
     {
        background: #ebebeb url(../images/mobile_bg_header.png) repeat-y top right;
    }
    footer ul 
    {
        display: none;
        }
    .flexslider ul
    {
        display: none;
        }
   .mobileslider
   {
       display: block;
       margin: 0px auto;
       }   
  .flexslider  
  {
      background: url(../images/mobile_bg_slider.png) repeat-x top right;
      }
  .right 
  {
      display: none !important;
      }  
   .espaciadoizq  
  {
      padding: 0px 0px 0px 10px;
  } 
  .fila 
  {
      margin-left: 30px;
      }   
  .errorsummary
{
    display: none;
    }  
#cotizacionrigth 
{
    margin-left: 15px;
    }  
#cotizacionleft
{
   margin-left: 15px; 
   margin-right: 15px; 
    }
.contacContent
{
   margin-left: 15px; 
   margin-right: 15px; 
    }         
.btnBlack 
{
    width: 90%;
    }  
   .espaciadoambos  
  {
      padding: 0px 20px 0px 20px;
      }
 .espaciado
{
    padding: 10px 0px 0px 20px;         
}
    #mobilecatemenu {
        display: block;
    }
    #quicklinks {
    display:block;
    }
    #header
{
   
     height: 220px;
    }

    #mainMenu select{
    width: 300px;
    }
   #reservaApp .fourteen.columns, #reservaApp .ten.columns {
    text-align: center;
    }

    #reservaApp .one.columns {
    height: 1px;
    }
    #reservaApp .noShow {
    display: none;
    }

    #reservaApp .maquinarias .five.columns {
    padding-left:15px;
    }

    #reservaApp .maquinarias .five.columns.subTotal {
    text-align: right;
    padding-right: 15px;    
    }

    #reservaApp .maquinarias .four.columns, #reservaApp .maquinarias .five.columns.subTotal {
    text-align: right;   
    }

        #reservaApp .maquinarias .four.columns input {
        margin-right: 15px;
        }
        #reservaApp .maquinarias .five.columns.subTotal span {
        margin-right: 30px;
        }
        .reservaTotal .labeltotal, .reservaTotal .granTotal  {
        text-align: center;
        }
    .contactocenter {
    padding-left: 15px;
    }

    #cotizacionFechasContainer .topPadding{
    padding-top: 0px;
}

#cotizacionFechasContainer .four.columns.fechaDesde{   
    padding-bottom: 0px;
}

#cotizacionFechasContainer .four.columns.fechaHasta {
    padding-bottom: 0px;    
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    #llamenos, #ubicacion {
    text-align: center;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
.fila div
{
    margin-right: 5px;
    margin-left: 5px;
    }
  .fila 
  {
      margin-left: 50px;
      } 
  .espaciadoizq  
  {
      /*padding: 0px 0px 0px 10px;*/
	  margin-left : 10px;
}   
 #cotizacionrigth 
{
    margin-left: 10px;
    width: 280px;
    padding-left: 0px;
    } 
#cotizacionleft
{
   margin-left: 10px; 
   margin-right: 10px; 
   padding-right: 10px;
   padding-left: 10px;
    }
.contacContent
{
   margin-left: 10px; 
   margin-right: 10px; 
   padding-right: 10px;
   padding-left: 10px;
    }         
.imgcotizacion
{
    width: 260px;
    height: 195px;
    }
label 
    {
        display:block;
        margin-left: 20px;
        width: 190px;
        }

    .field

    {
      /*display:block;  */
      margin-left: 20px !important;
        }
 .captcha
{
    margin-left: 0px;
    position: relative;
    left: -20px;
    }  
    .espaciadoambos  
  {
      padding: 0px 10px 0px 10px;
      } 
 .mapa
{
    width: 260px;
    height: 172px;
    } 
 .espaciado
{
    padding: 10px 0px 0px 10px;         
}    
}


/* #Font-Face
=================================    
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/