/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-mar-2017, 9:31:42
    Author     : JMMG
*/
.main_container .top_nav {
    margin-left: 1px;
}
.nav-md .container.body .right_col {
    margin-left: 1px;
}
footer {
    margin-left: 1px;
}
obligatorio {
    color: red;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {

    border-radius: 7px;
    border: 1px solid #dddddd;
    padding: 5px;
    width: 150px;
    height: 30px;
    color: #666666;
    background-color: #fafafa;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    border: 1px solid #666666;
}


.homepage-hero-module {
width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.modal-content
{

/* 	background-image: url('../img/fondo.jpg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    
}
.modal-header
{

    /*background-color: white; */
    border-top: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    background-image: url('../img/fondo.jpg') !important;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    
}
