/** Import Reset CSS **/

@import url("reset.css");

/** Import Google fonts **/

@import url("http://fonts.googleapis.com/css?family=Open+Sans");
@import url("http://fonts.googleapis.com/css?family=Orienta");
@import url("http://fonts.googleapis.com/css?family=Spinnaker");

/** Global Styles **/

html
{
    height: 100%;
    overflow: auto;
    
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body
{
    font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
    padding: 0 0 20px 0;
    background: #FFF url("../images/bg.png") repeat;
}

::selection { background: #000; color: #FFF; }
::-moz-selection { background: #000; color: #FFF; }

a { color: #00B2E0; text-decoration: none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
a:hover { color: #222; }

/** Layout Styles **/

.container
{
    width: 100%;
    min-width: 280px;
    line-height: 22px;
}

    .darkbg
    {
        background: #FFF;  <!--#222-->
    }
    
    .lightbluebg
    {
        background: #fff;   <!--#0CF-->   <!--Linea del menu -->
    }

    .lightbluebgFO
    {
        background: #5B5B5B;   <!--#0CF-->   <!--footer -->
    }
    
    /** Header **/

    .container #headercont
    {
        width: 90%;
        max-width: 980px;
        padding: 10px 0;
        margin: 0 auto;
        text-shadow: 1px 1px 1px #000;
    }
    
        .container #headercont #headerlogo
        {
            float: left;
            width: 50%;
            text-align: left;
        }
        
            .container #headercont #headerlogo h1
            {
                font-size: 26px;
                font-weight: 400;
                padding-top: 16px;
            }
            
                .container #headercont #headerlogo h1 a
                {
                    font-family: "Orienta", Arial, Helvetica, sans-serif;
                    color: #FFF;
                    font-size: 35px;
                    letter-spacing: -2px;
                }
                
                .container #headercont #headerlogo h1 a:hover
                {
                    color: #0CF;
                }
                
        .container #headercont #headerright
        {
            float: left;
            width: 50%;
            padding: 12px 0 0 0;
            text-align: right;
        }
        
            .container #headercont #headerright p
            {
                font-weight: 200;
                font-size: 16px;
                color: #000;
                margin: 0 0 5px 0;
                letter-spacing: -0.8px;
                font-family: "Spinnaker", Arial, Helvetica, sans-serif;
            }
            
                .container #headercont #headerright p span
                {
                    color: #000;  <!--0CF-->
                }
                
                .container #headercont #headerright p.quote
                {
                    font-size: 28px;
                }
        
    /** Menu **/
                
    .container #menucont
    {
        width: 80%;
        max-width: 980px;
        padding: 3px 0;
        margin: 0 auto;
    }
    
        .container #menucont .menu select
        {
            display: none;
            font-family: inherit;
        }
        
            @media (max-width: 768px)
            {
                .container #menucont .menu ul
                {
                    display: none;
                }
                
                .container #menucont .menu select
                {
                    display: inline-block;
                    width: 100%;
                    text-transform: none;
                    font-family: inherit;
                }
            }
            
        .container #menucont ul
        {
            float: left;
        }
    
            .container #menucont ul li
            {
                display: inline;
            }
            
                .container #menucont ul li a
                {
                    float: left;
                    line-height: 40px;
                    padding: 0 15px;
                    font-weight: 400;
                    font-size: 15px;
                    text-decoration: none;
                    color: #D8D8D8; <!--#CCF5FF-->
                    text-transform: uppercase;
                    letter-spacing: -0.3px;
                    font-family: "Orienta", Arial, Helvetica, sans-serif;
                }
                
                    .container #menucont ul li a:hover, .container #menucont ul li.active a
                    {
                        color: #FFF;
                    }
                    
    /** Main **/
                        
    .container #maincont
    {
        width: 80%;
        max-width: 980px;
        margin: 0 auto;
        padding: 10px 0;
        text-shadow: 1px 1px 1px #FFF;
        background: url("../images/bg-maincont.png") repeat-y 74% 0;
    }
    
        .container #maincont p { margin: 0 0 20px 0; }
        .container #maincont h1, .container #maincont h2, .container #maincont h3, .container #maincont h4, .container #maincont h5 { margin: 0 0 20px 0; color: #444; font-weight: normal; letter-spacing: -1px; font-family: "Orienta", Arial, Helvetica, sans-serif; }
        .container #maincont h1 { font-size: 26px; line-height: 26px; }
        .container #maincont h2 { font-size: 24px; line-height: 24px; }
        .container #maincont h3 { font-size: 24px; line-height: 24px; }
        .container #maincont h4 { font-size: 22px; line-height: 22px; }
        .container #maincont h5 { font-size: 20px; line-height: 20px; }
        .container #maincont h6 { font-size: 16px; line-height: 20px; }
        .container #maincont ul { margin: 0 0 15px 35px; list-style-type: square; }
        .container #maincont ul li { padding: 0 0 0 2px; }
        .container #maincont ol { margin: 0 0 15px 35px; list-style-type: decimal; }
        .container #maincont ol li { padding: 0 0 0 2px; }
        .container #maincont hr { clear: both; border: 0; height: 0; margin: 0 0 20px 0; border-top: 1px dashed #CCC; }
        .container #maincont blockquote { background: #151515; border-left: 3px solid #E2761C; padding: 15px; margin: 0 0 15px 0; }
    
            .container #maincont #mainleft
            {
                float: left;
                width: 72%;
                padding: 20px 3% 0 0;
                
                min-height: 400px;
                height: auto !important;
                height: 400px;
            }

            .container #maincont #mainrleft
            {
                float: right;
                width: 71%;
                padding: 20px 3% 0 0;
                
                min-height: 390px;
                height: auto !important;
                height: 390px;
                <!--background-color:#EBEBEB;-->
            }

            .container #maincont #mainlleft
            {
                float: left;
                width: 22%;
                padding: 20px 3% 0 0;
                
                min-height: 390px;
                height: auto !important;
                height: 390px;
                background-color:#EBEBEB;
            }

            .container #maincont #mainrcenter
            {
                float: rigth;
                width: 300%;
                padding: 10px 3% 0 0;
                
                min-height: 390px;
                height: auto !important;
                height: 390px;
                background-color:#EB1919;
            }
            
            .container #maincont #mainright
            {
                float: left;
                width: 23%;
                padding: 20px 0 0 2%;
            }
            
                .container #maincont #mainright ul.otherlinks
                {
                    margin: 0 0 15px 0;
                    padding: 0;
                    border-top: 1px dashed #CCC;
                }
                
                    .container #maincont #mainright ul.otherlinks li
                    {
                        list-style-type: none;
                    }
                    
                        .container #maincont #mainright ul.otherlinks li a
                        {
                            float: left;
                            width: 100%;
                            padding: 5px 0;
                            border-bottom: 1px dashed #CCC;
                        }
            
                .container #maincont #mainright .sidesection
                {
                    margin: 0 0 15px 0;
                    padding: 0;
                }
                
                    .container #maincont #mainright .sidesection h3
                    {
                        margin: 0 0 10px 0;
                        font-size: 24px;
                    }
                
                    .container #maincont #mainright .sidesection .sidetop
                    {
                        margin: 0 0 5px 0;
                    }
                    
                        .container #maincont #mainright .sidesection .sidetop a img
                        {
                            width: 100%;
                        }
        
                    .container #maincont #mainright .sidesection .sidebottom p
                    {
                        margin: 0 0 5px 0;
                        line-height: 14px;
                        font-size: 12px;
                    }

                .container #maincont #mainright a.hoverlink
                {
                    float: left;
                    position: relative;
                    width: 100%;
                    margin: 0 0 10px 0;
                }
                
                    .container #maincont #mainright a.hoverlink img
                    {
                        display: block;
                        width: 100%;
                    }
                    
                        .container #maincont #mainright .overlay
                        {
                            -moz-transition: opacity 150ms ease-in-out 0s;
                            height: 100%;
                            left: 0;
                            opacity: 0;
                            position: absolute;
                            top: 0;
                            width: 100%;
                            z-index: 40;
                        }
                        
                            .container #maincont #mainright .overlay.link
                            {
                                background: url("../images/overlay_link.png") no-repeat scroll center center, url("../images/overlay_bg.png") repeat scroll center center transparent;
                                display: inline-block;
                            }
                            
                                .container #maincont #mainright .overlay:hover
                                {
                                    opacity: 1;
                                }
    
    /** Footer **/
            
    .container #footercont
    {
        width: 80%;
        max-width: 980px;
        margin: 0 auto;
        font-size: 11px;
        text-align: right;
        padding: 15px 0 0 0;
        border-top: 1px dashed #CCC;
        text-shadow: 1px 1px 1px #888;
        color: #FFF;
    }


/** Responsive Magic **/

@media screen and (max-width: 768px)
{
    .container
    {
        
    }
    
        .container #headercont #headerlogo, .container #headercont #headerright
        {
            float: none;
            width: 100%;
            text-align: center;
        }
        
            .container #headercont #headerlogo h1 a img
            {
                width: 220px;
            }
            
        .container #maincont
        {
            background: none;
        }
        
        .container #maincont #mainleft, .container #maincont #mainright
        {
            float: none;
            width: 100%;
            text-align: center;
            
            min-height: 100px;
            height: auto !important;
            height: 100px;
        }
        
        .container #maincont #mainright .sidecont
        {
            padding: 20px 0 10px 0;
        }
        
            .container #maincont #mainright .sidesection h3
            {
                margin: 0 0 10px 0;
                font-size: 20px;
            }
        
            .container #maincont #mainright .sidesection
            {
                float: left;
                width: 48%;
                padding: 0 1%;
                margin: 0 0 15px 0;
            }
            
    .container #footercont
    {
        text-align: center;
    }
        
        
}

@media screen and (max-width: 480px)
{       
    .container
    {
        
    }
    
        .container #headercont #headerlogo h1 a
        {
            font-size: 32px;
        }
    
        .container #headercont #headerright p
        {
            font-size: 18px;
        }
    
        .container #maincont #mainright .sidecont
        {
            
        }
        
            .container #maincont #mainright .sidesection h3
            {
                margin: 0 0 10px 0;
                font-size: 24px;
            }

            .container #maincont #mainright .sidesection
            {
                clear: both;
                float: left;
                width: 100%;
                padding: 0%;
                margin: 0 0 15px 0;
            }
}


<!--Codigo complementario----------------------------------------------------------------------------------------->
<!--IFRAME CONTACTO-->
div.tabMain {
  background-color: #1a200e;
  border: 1px solid #ffffff;
  border-radius: 1em;
  box-shadow: black 0.5em 0.5em 0.3em;
  padding: 0.1em;
  position: relative;
  height: 250px;
  z-index: 101;
}
div.tabIframeWrapper {
  width: 100%;
  height: 100%;
}
iframe.tabContent {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  /*width: 500px;*/
  height: 250px;
}

<!--IFRAME PRUEBAS-->
div.tabMain1 {
  background-color: #1a200e;
  border: 1px solid #ffffff;
  border-radius: 1em;
  box-shadow: black 0.5em 0.5em 0.3em;
  padding: 0.1em;
  position: relative;
  height: 390px;
  z-index: 101;
}
div.tabIframeWrapper1 {
  width: 100%;
  height: 100%;
}
iframe.tabContent1 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  /*width: 500px;*/
  height: 390px;
}

input[type=submit]{
    
    /* Submit button */
    opacity:0.9;
    width: 239px;
    height:36px;
    cursor:pointer;
    border-radius:6px;
    box-shadow:0 1px 1px #888;
    border:none;
    color:#fff;
    font:14px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
    
    /* CSS3 Gradients */
    background-image: linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -o-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.5, rgb(80,102,127)),
        color-stop(0.5, rgb(87,109,136)),
        color-stop(1, rgb(106,129,155))
    );
}

input[type=submit]:hover{
    opacity:1;
}

input::-webkit-input-placeholder {
    color:#eee;
}

input[type=text],input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=email]{
    /* The text fields */
    font: 14px 'Orienta',tahoma, Arial,sans-serif;
    border: 1;
    background:#EAEAEA;
    height: 22px;
    /*left: 26px;
    position: absolute;
    top: 176px;
    width: 234px; */
    text-indent: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color:#000;
    outline:none;
}
input:hover {
   border-top-color: #adb1b3;
   background: #adb1b3;
   color: #3b393b;
   }
input:active {
   border-top-color: #7e8285;
   background: #7e8285;
   }
textarea#styled {
  width: 600px;
  height: 120px;
  border: 1px solid #cccccc;
  padding: 5px;
  font: 16px 'Orienta',tahoma, Arial,sans-serif;
    background:#EAEAEA;
    text-indent: 8px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color:#000;
    outline:none;
}
td.texto {
           font-family: "Orienta", Arial, Helvetica, sans-serif;
           font-weight: bold;
           font-size: 12px;
           color: #4F4F4F;
           padding: 5;
}
textarea:focus, input:focus {
  border: 1px solid #900;
}




.overlay-container {
 display: none;
 content: " ";
 height: 100%;
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 background: -moz-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
 background: -webkit-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
 background: -o-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
 background: -ms-radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
 background: radial-gradient(center, ellipse cover, rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
 }

 .window-container {
 display: block;
 background: #fcfcfc;
 margin: 8em auto;
 width: 500px;
 padding: 10px 20px 20px;
 text-align: left;
 z-index: 3;
 border-radius: 3px;
 box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
 -webkit-transition: 0.4s ease-out;
 -moz-transition: 0.4s ease-out;
 -ms-transition: 0.4s ease-out;
 -o-transition: 0.4s ease-out;
 transition: 0.4s ease-out;
 opacity: 0;
 }

 .zoomin {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 transform: scale(1.2);
 }

 .close {
 margin: 1em auto;
 display: block;
 width: 52px;
 background: #fafafa;
 background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5));
 background: -webkit-linear-gradient(top, #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
 background: -o-linear-gradient(top, #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
 background: -ms-linear-gradient(top, #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
 background: linear-gradient(to bottom, #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
 border: 1px solid #aaa;
 padding: 5px 14px;
 color: #444;
 font-family: Helvetica, sans-serif;
 font-size: 12px;
 border-radius: 3px;
 box-shadow: 0 1px 3px #ddd;
 -webkit-transition: 0.2s linear;
 -moz-transition: 0.2s linear;
 -ms-transition: 0.2s linear;
 -o-transition: 0.2s linear;
 transition: 0.2s linear;
 cursor: pointer;
 }

 .close:hover {
 background: #fefefe;
 background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
 background: -webkit-linear-gradient(top, #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
 background: -o-linear-gradient(top, #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
 background: -ms-linear-gradient(top, #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
 background: linear-gradient(to bottom, #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 border: 1px solid #aaa;
 }

 .close:active {
 background: #f4f4f4;
 background: -moz-linear-gradient(top, #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc));
 background: -webkit-linear-gradient(top, #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
 background: -o-linear-gradient(top, #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
 background: -ms-linear-gradient(top, #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
 background: linear-gradient(to bottom, #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
 }

 .zoomout {
 -webkit-transform: scale(0.7);
 -moz-transform: scale(0.7);
 -ms-transform: scale(0.7);
 transform: scale(0.7);
 }

 .window-container-visible {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 }

 .window-container h3 {
 margin: 1em 0 0.5em;
 font-family: "Oleo Script";
 font-weight: normal;
 font-size: 25px;
 text-align: center;
 }