/* Fonts */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 30, 2014 */



@font-face {
    font-family: 'titillium_bold';
    src: url('fonts/titillium/titillium_bold.eot');
    src: url('fonts/titillium/titillium_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/titillium_bold.woff') format('woff'),
         url('fonts/titillium/titillium_bold.ttf') format('truetype'),
         url('fonts/titillium/titillium_bold.svg#titillium_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_regular';
    src: url('fonts/titillium/titillium_regular.eot');
    src: url('fonts/titillium/titillium_regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/titillium_regular.woff') format('woff'),
         url('fonts/titillium/titillium_regular.ttf') format('truetype'),
         url('fonts/titillium/titillium_regular.svg#titillium_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_regular_italic';
    src: url('fonts/titillium/titillium_regular_italic.eot');
    src: url('fonts/titillium/titillium_regular_italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/titillium_regular_italic.woff') format('woff'),
         url('fonts/titillium/titillium_regular_italic.ttf') format('truetype'),
         url('fonts/titillium/titillium_regular_italic.svg#titillium_regular_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'titillium_semibold';
    src: url('fonts/titillium/titillium_semibold.eot');
    src: url('fonts/titillium/titillium_semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium/titillium_semibold.woff') format('woff'),
         url('fonts/titillium/titillium_semibold.ttf') format('truetype'),
         url('fonts/titillium/titillium_semibold.svg#titillium_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Truquito para cambiar el estilo del placeholder text */
::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;  
}

/* Fonts */

/*div {
    border-style: solid;
    border-width: 1pt;
    border-color: #000000;
    border-collapse: separate;
    
        
}
*/



#general_container {
    width: 100%;
    margin: auto;
    font-family: "titillium_regular";
    
    
    
}

p:first-letter, a:first-letter, h1:first-letter, h4:first-letter {
    text-transform: uppercase
}

section#content {
    width: 100%;
}

  nav#main_menu {
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    text-align: center;
    width: 100%;
	margin-bottom: 0;
	padding: 0;
    position: fixed;
    z-index: 2

     
}

#main_menu ul {
    background-color: #191919;
    border-bottom: 1px solid #4C4C4C;
    width: 100%;
    margin: 0 auto;
	padding: 0;
    list-style: none;
    height: auto;
        
 
}

#main_menu ul li {
    
    background-color: #191919;
    display: inline-block;
    border-right:1px solid #4C4C4C;
    position: relative;
    margin-right:-0.25%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 12%;
 }

#main_menu ul li#logo {
    border-left:1px solid #4C4C4C;
}



#main_menu ul li ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    z-index: 500000000000;
    width: 100%;
}

#main_menu ul li ul li {
    display: block;
    width: auto;
    
}

#main_menu ul li:hover ul {
    display:block;
    opacity: 1;
    visibility: visible;
}

#main_menu ul li a {
    font-family: titillium_semibold;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
    text-decoration: none;
    color: #CCCCC0;
    display: block;
    height: 100%;
    margin: 0;
    padding:16% 8%;
    -webkit-transition: box-shadow 0.5s, font-family 0.5s, color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s, font-family 0.5s, color 0.5s, transform 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%
    
}


#main_menu ul li#logo a {
    background-image: url(img/icons/logo.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;



    
    
        
}


#main_menu ul li#home a {
    background-image: url(img/icons/home.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
   

}


#main_menu ul li a:hover {
   
    color: #CFF09E;
    -webkit-box-shadow: inset 0px -4px 0px 0px #CFF09E;
   -moz-box-shadow: inset 0px -4px 0px 0px #CFF09E;
    box-shadow: inset 0px -4px 0px 0px #CFF09E;
}

#main_menu ul li#home a:hover {
    background-image: url(img/icons/home_hover.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
    
    
    
}


#icon_wrapper {
    
    height: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-end
 
}


.fixed-social-icons-wrapper {
    background-color: #0d334f;
    position: fixed;
    left: 0;
    width: 3.5vw;
    height: 3.5vw;
    
    
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-facebook {
    top: 14vw;
    
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-twitter {
    top: 17.8vw;
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-gplus {
    top: 21.6vw;
}

.social_icon {
    width: 3.5vw;
    height: 3.5vw;
    display: block;
    margin: 0 0 0.3vw 0;
    background-size: 3vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0d334f;
    -webkit-transition: margin-left 0.3s,-webkit-transform 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: margin-left 0.3s,-webkit-transform 0.3s;
   
    

}


.social_icon#facebook {
    background-image: url(img/icons/facebook.svg);
    
    
    
}

.social_icon#twitter {
    background-image: url(img/icons/twitter.svg);
    
}

.social_icon#gplus {
    background-image: url(img/icons/gplus.svg);
   
    
}

#fixed-social-icons-wrapper-facebook:hover > #facebook, #fixed-social-icons-wrapper-twitter:hover > #twitter, #fixed-social-icons-wrapper-gplus:hover > #gplus  {
    margin-left: 1vw;
   
}
    


/* footer */

div#footer_container {
    background-color: #191919;
  padding: 6% 4% 2% 6%;
    z-index: 2
   
}


ul.columnas_footer {
    display: inline-block;
    width: 24.7%;
    margin: auto auto 20px auto;
    font-family: titillium_regular;
    color: #6C6C6C;
    vertical-align: top;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    
}

ul.columnas_footer li h6 {
    font-family: titillium_bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 3% 0
  

}

ul.columnas_footer div#formulario_footer li h6 {
    font-family: titillium_bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.7em;
   
}

ul.columnas_footer li a {
    color: #6C6C6C;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 2em;
    -webkit-transition: color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.5s, transform 0.5s;
}

ul.columnas_footer li a:last-of-type {
   
}

a.footer-form-submit {
    display: block;
    width: 80px;
    padding: 7px 0;
    text-align: center;
    color: #F9F9F9;
    background-color: #454545;
    text-decoration: none;
    font-family: "titillium_semibold";
    text-transform: uppercase;
    font-size: 0.8em
}



ul.columnas_footer form input, ul.columnas_footer form textarea {
    
    margin: 0 0 4% 0;
    width: 70%;
    background-color: #cecece;
    border: 0;
    padding: 1% 1% 1% 4%;
}




ul.columnas_footer ul li a:visited {

    color: #6c6c6c;

}

ul.columnas_footer ul li a:hover {
    color: #FFF;
    
}

.social-icon-wrapper {
    height: auto;
    overflow: auto;
    overflow-y: hidden;
}

.social-icon-properties {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.gplus {
    background-image: url(img/icons/gplus.svg)
}

.facebook {
    background-image: url(img/icons/facebook.svg)
}


.twitter {
    background-image: url(img/icons/twitter.svg)
}

#facebook_footer,#gplus_footer,#twitter_footer {
    float: left;
    margin-right: 5px;
    border: 1px solid #454545;
    -webkit-transition: background-color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: background-color 0.5s, transform 0.5s;
}

#facebook_footer:hover,#gplus_footer:hover,#twitter_footer:hover {
    background-color: #CFF09E;
}

#footer-legales p {
    color: #454545;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.2em;
    padding: 1em 15em;
    background-color: #222;
    border-top: 1px solid #454545;
    
}

#default-general-container {
    
    overflow: auto;
    overflow-y: hidden;
    
    
}

.default-right-container {
    padding: 50px 0 120px 0;
    float: right;
    height: 109rem;
    width: 70%;
    margin-top: 2%;
    background-color: #ffffff;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
   
    
}



.default-left-container {
    padding: 50px 0 0 7%;
    float: left;
    width: 30%;
    height: 109rem;
    margin-top: 2%;
    background-color: #F9F9F9;
    overflow: auto;
    overflow-y: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    z-index: -5000;
}



.iconf{
    display: inline-block;
    float: left;
    margin: 1%;
    margin-top: 1%;
    background-color: #0D3348;
}

    
.rs {
    width: 30%;
    margin-left: 2%;
    margin-right: 70%;

}


#descripcion_galeria {
    padding-right:10%;
    padding-top: 15%;
    margin-top: 18%;
    margin-right: 40%;
    margin-left: 2%;
    width: 88%;
    height: 50rem;
    background-image: url(img/images/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

#descripcion_galeria2 {
    padding-right:10%;
    padding-top: 15%;
    margin-top: 20%;
    margin-right: 40%;
    margin-left: 2%;
    width: 88%;
    height: 13rem;
}

.line{
    color: #454545;
    width: 90%;
    margin-left: 2%;
    margin-top: 15%;
}
    
.contenedor-tabla {
    height: 40rem;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 10%;
}  

.contenedor-tabla2 {
    background-color: #511ff5;
    height: 40rem;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 10%;
} 

.contenedor-fila {
    height: 11.5rem;
    width: 98%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
} 

.contenedor-fila2 {
    height: 11.5rem;
    width: 98%;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
} 
.contenedor-fila3 {
    height: 11.5rem;
    width: 98%;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
} 

.contenedor-columna {
    display: inline-block;
    float: left;
    height: 2rem;
    width: 30%;
    height: 11.5rem;
    margin-left: 1.8%;
    margin-right: 1.5%;
    box-shadow: 1px 1px 5px 0px #cecece;
    -webkit-box-shadow: 1px 1px 5px 0px #cecece;
    -moz- box-shadow: 1px 1px 5px 0px #cecece;
} 

.texto{
    font-family: "titillium_bold";
    font-size: 0.5rem;
    display: block;
    margin-top: 1%;
    margin-left: 2%;
    color: #454545;
}

.texto2 {
    font-family: "titillium_semibold";
    display: block;
    margin-bottom: 1%;
    font-size: 0.7rem;
    margin-top: 1.5%;
    color: #191919;
}

.texto3 {
    font-family: "titillium_bold";
    display: block;
    margin-top: 4%;
    margin-bottom: 9%;
    font-size: 1.6rem;
    color: #191919;
}

.textoc{
    color: #828282;
    font-family: "titillium_regular";
    font-size: 0.8rem;
    line-height:inherit;
}

.texto2b {
    font-family: "titillium_bold";
    display: block;
    margin-bottom: 1%;
    font-size: 0.9rem;
    margin-top: 1.5%;
    color: #454545;
}

.texto3b {
    font-family: "titillium_bold";
    display: block;
    margin-top: 3%;
    margin-bottom: 5%;
    font-size: 1.8rem;
    color: #191919;
}

.textoc2{
    color: #828282;
    font-family: "titillium_regular";
    font-size: 0.9rem;
    line-height:inherit;
}

.por {
 font-family: "titillium_regular";
 font-size: 0.5rem;
 color: #454545;
}

.imagengal{
    height: 10.2rem;
    width:100%;
}

.año {
    font-size: 1rem;
    font-family: "titillium_bold";
    color:#0D3348;
    display: block;
    margin-left: 3%;
}



.tabla_previsualizacion {
    height: 70rem;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 10%;
}  


.fila_prev {
    height: 17rem;
    width: 100%;
    margin-top: 2%;
} 

.imagen1{
    height: 19rem;
    width:100%;
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    -webkit- box-shadow: 0px 0px 5px 0px #2e2e2e;
     -moz- box-shadow: 0px 0px 5px 0px #2e2e2e;
}

.imagen2{
    height: 17rem;
    width:49%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin: 0.5%;
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    -webkit- box-shadow: 0px 0px 5px 0px #2e2e2e;
     -moz- box-shadow: 0px 0px 5px 0px #2e2e2e;
}

.imagen3{
    height: 30rem;
    width:100%;
    margin-top: 2%;
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    -webkit- box-shadow: 0px 0px 5px 0px #2e2e2e;
     -moz- box-shadow: 0px 0px 5px 0px #2e2e2e;
    
}

.default-right-container2 {
    padding: 50px 0 120px 0;
    float: right;
    height: 100rem;
    width: 70%;
    margin-top: 2%;
    background-color: #ffffff;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;         
   
    
}


.default-left-container2 {
    padding: 50px 0 0 7%;
    float: left;
    width: 30%;
    height: 100rem;
    background-color: #F9F9F9;
    overflow: auto;
    overflow-y: hidden;
    -webkit-box-sizing: border-box; /
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
    z-index: -5000;
}

.boton{
    margin-left: 73%;
    margin-top: 3%;
}


.piq {
    float: left;
    margin: 3%;
    background-color: #0D3348;
}

.piq :hover{
    background-color: #0D3348;
    float: left;
    margin: 3%;
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    -webkit- box-shadow: 0px 0px 5px 0px #2e2e2e;
     -moz- box-shadow: 0px 0px 5px 0px #2e2e2e;
    transition: box-shadow 0.4s;
}

.main-menu-active {
    color: #CFF09E;
    -webkit-box-shadow: inset 0px -4px 0px 0px #CFF09E;
   -moz-box-shadow: inset 0px -4px 0px 0px #CFF09E;
    box-shadow: inset 0px -4px 0px 0px #CFF09E;
}

