/***********************************************************************
  jQuery Coda-Slider v3.0 - kevinbatdorf.github.com/codaslider
  Copyright (c) 2012 Kevin Batdorf
  This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
************************************************************************/
/********************************************
SASS stylesheet.

No idea what CSS preprocessing is all about? No problem... just use the style.css file instead.
If you want to learn more, check out this article by Chris Coyier

css-tricks.com/musings-on-preprocessing/

********************************************/

.coda-slider-wrapper {
  /*******************************************************
  *
  * Most common stuff you'll need to change 
  * will be below this line.
  *
  ********************************************************/
  /******************************************************
  * 
  * Main wrapper padding 
  *
  *******************************************************/
  padding:0; 
border:0px solid #000;
color:#FFF;
font-family: calibri, arial;

}

.coda-slider-wrapper h2.title{	
font-size: 27px;
margin:16px 0;
line-height: 1.1em;
font-weight: bold;
text-shadow: 2px 2px 2px #333;
color: #4aa0ff;
line-height: 1.4em;
text-align:center;	
	 }
	 
	 .coda-slider-wrapper h3{	
font-size: 22px;
margin:16px 0;
line-height: 1.1em;
font-weight: bold;
text-shadow: 2px 2px 2px #333;
color: #4aa0ff;
line-height: 1.4em;
text-align:center;	
	 }
	 
.coda-slider-wrapper p{
font-size: 17px;
margin:16px 0;
line-height: 1.1em;
font-weight: bold;
text-shadow: 2px 2px 2px #333;
color: #fff;
line-height: 1.4em;
text-align:justify;
}
  
  .coda-slider-wrapper .coda-slider {
    /******************************************************
    * 
    * Inner wrapper styles 
    *
    *******************************************************/
    background:none;
    /******************************************************
    * 
    * Width of the container. Typically you will want to 
    * match this with the width of the panel as well. 
    *
    *******************************************************/
    width: 1015px;
    margin:0!important;

    margin-left:25px!important;
    padding:0px;
	 padding-bottom:10px!important;
	 background:url(../imagenes/elementos/bg-blue-grid.png);
	 border:0px dashed #0e1e29;
	 box-shadow:0 0 2px 1px #0d3553 inset;
	 margin-top:20px!important;
	border-radius:5px; 
-moz-border-radius:5px; /* Firefox */ 
-webkit-border-radius:5px; /* Safari y Chrome */ 
  }
  
    .coda-slider-wrapper .izquierda{width:53%;float:left;border:0px solid #000; margin:0 20px 30px 20px;text-align:left;}
     .coda-slider-wrapper .izquierda img{width:100%;}
        .coda-slider-wrapper .derecha{width:41%	;float:left;border:0px solid #000;font-size:14px;padding:0;margin:0 0 30px 0;}
    
    .coda-slider-wrapper .coda-slider .panel {
      /******************************************************
      * 
      * Width of each individual panel. 
      * Typically you will want to match this with the width 
      * of the container as well. 
      *
      *******************************************************/
      width: 1003px;
      border:1px solid #1b4d72;
		margin:5px;
		margin-left:5px!important;

    }
      
      .coda-slider-wrapper .coda-slider .panel .panel-wrapper {
        /******************************************************
        * 
        * Panel wrapper styles 
        *
        *******************************************************/
        padding: 0px;
        margin:0;
      }
  
  .coda-slider-wrapper .coda-nav {
    /******************************************************
    * 
    * Tab styles 
    *
    *******************************************************/ 
  }
    
    .coda-slider-wrapper .coda-nav .current {
	background-image:url(../imagenes/elementos/gray_hover.png);box-shadow:inset 0 1px rgba(255,255,255,0.22),0 1px 5px 0 rgba(0,0,0,0.5);
	position:relative;top:0;-webkit-transition:background .3s,box-shadow .3s,top .1s;-moz-transition:background .3s,box-shadow .3s,top .1s;-ms-transition:background .3s,box-shadow .3s,top .1s;-o-transition:background .3s,box-shadow .3s,top .1s;transition:background .3s,box-shadow .3s,top .1s


    }
    
    .coda-slider-wrapper .coda-nav a {
	color:#FFF;
	border:none;
	display:inline-block;
	height:25px;
	line-height:normal;
	background-image:url(../imagenes/elementos/gray_inactive.png);
	font-size:13px;
	box-shadow:inset 0 1px rgba(255,255,255,0.22),0 1px 2px rgba(0,0,0,0.3);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:background .3s,box-shadow .3s,top .1s;-moz-transition:background .3s,box-shadow .3s,top .1s;-ms-transition:background .3s,box-shadow .3s,top .1s;-o-transition:background .3s,box-shadow .3s,top .1s;transition:background .3s,box-shadow .3s,top .1s;
		margin:0px 0px 0 23px;
	width:130px;
	padding:10px;
	height:14px;
	text-align:center;
    }
    
    .coda-slider-wrapper .coda-nav a:hover {
	background-image:url(../imagenes/elementos/gray_hover.png);
	box-shadow:inset 0 1px rgba(255,255,255,0.22),0 1px 5px 0 rgba(0,0,0,0.5);
	position:relative;top:0;-webkit-transition:background .3s,box-shadow .3s,top .1s;-moz-transition:background .3s,box-shadow .3s,top .1s;-ms-transition:background .3s,box-shadow .3s,top .1s;-o-transition:background .3s,box-shadow .3s,top .1s;transition:background .3s,box-shadow .3s,top .1s
    }
    
    
 
 
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
    /******************************************************
    * 
    * Arrow Styles 
    *
    *******************************************************/ 
  }
    
    .coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
      /******************************************************
      * 
      * Arrow Styles 
      *
      *******************************************************/
      background: #000;
      color: #fff;
      padding: 5px;
      width: 100px; 
      display:none!important;
    }
  
  .coda-slider-wrapper .coda-nav-left-arrow {
    /******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png) no-repeat top left; 
    margin-top:50px;
  }

.coda-slider-wrapper .coda-nav-left-arrow a {
    /******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
    width: 0;
    height: 0;
    border:none;
  }

  .coda-slider-wrapper .coda-nav-left-arrow:hover {
    /************************************************
    * 
    * Graphical arrows hover left
    *
    *************************************************/
    background: url(../img/arrow.png) no-repeat bottom left; 
  }
  
  .coda-slider-wrapper .coda-nav-right-arrow {
    /******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
    width: 25px;
    height: 25px;
    background: url(../img/arrow.png) no-repeat top right; 
    margin-top:50px;
  }
.coda-slider-wrapper .coda-nav-right-arrow a {
    /******************************************************
    * 
    * Graphical arrow styles 
    *
    *******************************************************/
    width: 0;
    height: 0;
    background: none; 
    margin-top:0;
    border:none;
  }

  .coda-slider-wrapper .coda-nav-right-arrow:hover {
    /************************************************
    * 
    * Graphical arrows hover right
    *
    *************************************************/
    background: url(../img/arrow.png) no-repeat bottom right; 
  }

  .coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
    /************************************************
    * 
    * Graphical arrows active
    *
    *************************************************/
    margin-top: 55px; 
  }
  
  .coda-slider-wrapper .loading {
    /******************************************************
    * 
    * Style for preloader 
    *
    *******************************************************/
    height: 100%;
    padding: 20px;
    text-align: center; 
  }

  


.arrows .coda-slider {
  /******************************************************
  * 
  * Margin between slider and arrows 
  *
  *******************************************************/
  margin: 0 10px; 
}

/**********************************************************************
*
* Don't change anything below here unless you know what you're doing 
*
***********************************************************************/

.coda-slider-wrapper {
  /************************************************
  * 
  * Wrapper styles 
  *
  *************************************************/
  clear: both;
  overflow: auto; 
}
  
  .coda-slider-wrapper .coda-slider {
    /************************************************
    * 
    * slider styles 
    *
    *************************************************/
    float: left;
    overflow: hidden;
    position: relative; 
  }
    
    .coda-slider-wrapper .coda-slider .panel-container {
      /************************************************
      * 
      * Panel container styles 
      *
      *************************************************/
      position: relative; 
    }
      
      .coda-slider-wrapper .coda-slider .panel-container .panel {
        /************************************************
        * 
        * Panel styles 
        *
        *************************************************/
        display: block;
        float: left; 
      }
  
  .coda-slider-wrapper .coda-nav {
    /************************************************
    * 
    * Navigation tabs 
    *
    *************************************************/ 
  }
    
    .coda-slider-wrapper .coda-nav ul {
      /************************************************
      * 
      * Navigation tabs 
      *
      *************************************************/
      clear: both;
      display: block;
      margin:0;
      overflow: hidden; 
      border:0px solid #000;
	

    }
      
      .coda-slider-wrapper .coda-nav ul li {
        /************************************************
        * 
        * Navigation tabs 
        *
        *************************************************/
        display: inline; 
      }
        
        .coda-slider-wrapper .coda-nav ul li a {
          /************************************************
          * 
          * Navigation tabs 
          *
          *************************************************/
          display: block;
          float: left;
          text-decoration: none; 
        }
  
  .coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
    /************************************************
    * 
    * Graphical arrows 
    *
    *************************************************/
    cursor: pointer;
    float: left;
  }
    
    .coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
      /************************************************
      * 
      * Graphical arrows 
      *
      *************************************************/
      display: block; 
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-right {
    /************************************************
    * 
    * Html arrows 
    *
    *************************************************/
    float: left; 
  }
  
  

    
    .coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
      /************************************************
      * 
      * Html arrow styles 
      *
      *************************************************/
      display: block;
      text-align: center;
      text-decoration: none; 
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
    /************************************************
    * 
    * Html and graphical arrow styles 
    *
    *************************************************/
    clear: both; 
  }
  
  
.solicitud input{margin-bottom:15px;display:inline;}
.solicitud label{font-size: 16px;
margin:16px 0;
line-height: 1.1em;
font-weight: bold;
text-shadow: 2px 2px 2px #333;
color: #fff;}

.boton{	
color:#FFF!important;
	border:none;
	height:34px!important;
	line-height:normal;
	background-image:url(../imagenes/elementos/gray_inactive.png);
	font-size:13px;
	box-shadow:inset 0 1px rgba(255,255,255,0.22),0 1px 2px rgba(0,0,0,0.3);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-transition:background .3s,box-shadow .3s,top .1s;-moz-transition:background .3s,box-shadow .3s,top .1s;-ms-transition:background .3s,box-shadow .3s,top .1s;-o-transition:background .3s,box-shadow .3s,top .1s;transition:background .3s,box-shadow .3s,top .1s;
		margin:0px 0px 0 0px;
	width:130px;
	padding:10px;
	height:14px;
	text-align:center;}
	
.boton:hover{
		
	background-image:url(../imagenes/elementos/gray_hover.png);
	box-shadow:inset 0 1px rgba(255,255,255,0.22),0 1px 5px 0 rgba(0,0,0,0.5);
	position:relative;top:0;-webkit-transition:background .3s,box-shadow .3s,top .1s;-moz-transition:background .3s,box-shadow .3s,top .1s;-ms-transition:background .3s,box-shadow .3s,top .1s;-o-transition:background .3s,box-shadow .3s,top .1s;transition:background .3s,box-shadow .3s,top .1s		
		}