/* Global Styles */
 
*{
    padding: 0; /* Reset all padding to 0 */
    margin: 0; /* Reset all margin to 0 */
    -webkit-box-sizing: boder-box;
	-moz-sizing: border-box;
}
 
body{
    background: #ffff; /* Set HTML background color */
    font-family: 'Audiowide', cursive;  /* Set global font size & family */
    font-size: 14px;
    color: #41A5ff; /* Set global text color */
    
}
.borderfine{
	border:none;
	margin-bottom:5px;
	border-top:7px solid rgba(125, 128, 142, 0.267);
	background:none;
	color:none;
	padding: 10px;
}
a{
    text-decoration: none;
    color: #41A5ff;
   
    
}
.justificar{
    text-align: justify;
    color:black;
    font-size: 1.2em;
}
.menu{
    font-size: 1.2em;
    color: white;
    background-color: black;
    padding: 8px;
    border-radius: 10px;
}
p{
    margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
} 
.resaltado{
    color:black;
    font-weight: bold;    
}
label{
    font-size: 1.4em;
}
.alerta{
    font-size: 1.8em;
    color: #ff0000;
    float: left;
    margin-top: 10px;
    margin-left: 25px;

}
.aviso{
    font-size: 1.1em;
    color: #ff0000;
    float: left;
    margin-top: 10px;
    margin-left: 25px;

}
.info{
    font-size: 1.2em;
    font-weight: bold;
    color: #41A5ff;  
    margin-top: 5px;
    margin-left: 25px;
}

 #second_frame{
     display: none;
 }
/* Header */
 
#header{
    height: 10px; /* Set header height */   
    width: 75%;
    align-content: center;
}
 

 #header img{
     width: 10%;
     height: auto;
     float: right;
     position: fixed;
     top: 10px;
     right: 10px;
 }
/* Wrap */
 
#wrap{
    background: #FFFFFF; /* Set content background to white */
    width: 75%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 15px; /* Margin top to make some space between the header and the content */
    padding: 5px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: center; /* Center our content text */
}
 
#wrap h3{
    font-family:'Audiowide', cursive;
    font-size: 1.7em; /* Set font for our heading 2 that will be displayed in our wrap */
    color:black;
}

#wrapinfo{
    background: #FFFFFF; /* Set content background to white */
    width: 50%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 15px; /* Margin top to make some space between the header and the content */
    padding: 5px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: left; /* Center our content text */
}
 
#wrapinfo h3{
    font-family:'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
    font-size: 1.7em;
}
#wrapconsul{
    background: #FFFFFF; /* Set content background to white */
    width: 95%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 15px; /* Margin top to make some space between the header and the content */
    padding: 5px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: center; /* Center our content text */
}
 
#wrapconsul h3{
    font-family:'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
    font-size: 1.7em;
}
#wrapreg{
    background: #FFFFFF; /* Set content background to white */
    width: 95%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 15px; /* Margin top to make some space between the header and the content */
    padding: 5px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: center; /* Center our content text */
}
 
#wrapreg h3{
    font-family:'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
    font-size: 1.7em;
    color:black;
}

#wraprespuesta{
    background: #FFFFFF; /* Set content background to white */
    width: 95%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 15px; /* Margin top to make some space between the header and the content */
    padding: 5px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: left; /* Center our content text */
}
 
#wraprespuesta h3{
    font-family: 'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
    font-size: 1.7em;
}
#wraprespuesta p{
    font-family: 'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
    font-size: 1.6em;
}
#wraprespuesta td{
    height: 50px;
}

#preguntas{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    background: #FFFFFF; /* Set content background to white */
    width: 50%; /* Set the width of our content area */
    margin: 0 auto; /* Center our content in our browser */
    margin-top: 50px; /* Margin top to make some space between the header and the content */
    padding: 10px; /* Padding to make some more space for our text */
    border: 1px solid #DFDFDF; /* Small border for the finishing touch */
    text-align: left; 
}
 
#preguntas h3{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;/* Set font for our heading 2 that will be displayed in our wrap */
    font-size:1.6em;
}


.registro{
    margin: 10px 0px 10px 0px; /* Add some padding to the top and bottom of the <p> tags */
    font-size: 1.4em;
}
 
/* Form & Input field styles */
 
form{
    margin-top: 10px; /* Make some more distance away from the description text */
    font-family:'Audiowide', cursive;
}
 
form .submit_button{
    background: black; /* Set button background */
    border: 1px solid #DFDFDF; /* Small border around our submit button */
    padding: 8px; /* Add some more space around our button text */
    color: white;
    font-family:'Audiowide', cursive;
    font-weight: bold;
}
 
input{
    font-family: 'Audiowide', cursive; /* Set font for our input fields */
    font-size: 0.9em;
    color: #41A5ff;
    font-weight: lighter;
    border: 1px solid #DFDFDF; /* Small border around our input field */
    padding: 8px; /* Add some more space around our text */    
}
#wrap .statusmsg{
    font-size: 12px; /* Set message font size  */
    padding: 3px; /* Some padding to make some more space for our text  */
    background: #EDEDED; /* Add a background color to our status message   */
    border: 1px solid #DFDFDF; /* Add a border arround our status message   */
}
.btn{
	padding:15px;
	text-align:center;
	width:48px;
	max-height:48px;
	font-size:18px;
	line-height:18px;
	background:black;
	display:inline-block;
	color:white;
	background:black;
	cursor:pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.btnmini{
	padding:10px;
	text-align:center;
	width:38px;
	max-height:38px;
    font-size:18px;
    font-weight: bold;
	line-height:18px;
	background:black;
	display:inline-block;
	color:white;
	background:black;
	cursor:pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius:0 5px 5   px 0;
}
.btnctl{
	padding:10px;
	text-align:center;
	width:15px;
	max-height:15px;
    font-size:14px;
    font-weight: bold;
	line-height:12px;
	background:black;
	display:inline-block;
	color:white;
	background:black;
	cursor:pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius:0 5px 5   px 0;
}
th{
    font-size: 1.2em;
}
td{
    height: 95px;
}

/*radio buttons*/
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #ff0000;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  @media screen and (max-width:1300px ) {
    #preguntas{
        background: white; /* Set content background to white */
        width: 75%; /* Set the width of our content area */
        margin: 0 auto; /* Center our content in our browser */
        margin-top: 50px; /* Margin top to make some space between the header and the content */
        padding: 10px; /* Padding to make some more space for our text */
        border: 1px solid #DFDFDF; /* Small border for the finishing touch */
        text-align: left; 
    }
     
    #preguntas h3{
        font-family:'Audiowide', cursive; /* Set font for our heading 2 that will be displayed in our wrap */
        font-size: 1.6em;
    }
  }
  #porempresa{
      display: none;
  }

.styled-select {    
    height: 40px;
    margin: 10px;
    overflow: hidden;
    width: 580px;
}
.styled-select select {
background: transparent;
border: none;
font-family: 'Audiowide', cursive;
font-size:1.5em;
height: 40px;
padding: 5px; /* If you add too much padding here, the options won't show in IE */
width: 600px;
}
.semi-square {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.blue    { background-color: #41A5ff; }
.blue select    { color: #000; }
@page :bottom
    {
        size:  auto;   /* auto es el valor inicial */
        margin-bottom: 1cm;  /* afecta el margen en la configuración de impresión */
    }