/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}

#mainContainer {
	width:1000px;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
}

.labels {
	font-weight:bold;
	text-transform:uppercase;
}

.fields90 {
	width:90%;
}

.fields30 {
	width:30%;
}

.fields140 {
	width:130px;
}

.fields390 {
	width:390px;
}

.fields190 {
	width:170px;
}

.tableborded{
	border-color:#666;
	border-width:1px;
	border-style:solid;	
	
	border-top-color:blue;
	border-top-width:5px;
	border-top-style:solid;
	margin-top:20px;
}

.text90 {
	width:90%
}

.menu{
	clear:both;
	background-color:#E6F2FF;
	border-width:1px;
	border-color:#666;
	border-style:solid;
	padding:5px;
	height:25px;
}

.menu a:link{
	text-decoration:none;
	color:blue;
}
.menu a:active{
	text-decoration:none;
	color:blue;	
}
.menu a:visited{
	text-decoration:none;
	color:blue;	
}
.menu a:hover{
	text-decoration:none;
	color:red;	
}

.div300r{
	float:right;
	width:400px;
	text-align:right;
}

.div300l{
	float:left;
	width:500px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}



input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
  -moz-appearance: checkbox;    /* Firefox */
  -ms-appearance: checkbox;     /* not currently supported */
}





/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #666;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-top.cd-top--show { 
 /* the button becomes visible */ 
 visibility: visible;
 opacity: 1;
} 

.cd-top.cd-top--fade-out { 
 /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ 
 opacity: .5; 
}






/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 100px auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
	height:600px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.rows {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666;
	background-color:#FDFEFE;
	cursor:pointer;

}

.note {
	font-size:12px;
	color: #6E0D31;
}



.fila {
	height: 25px;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 10px;
	clear: both;
}

.campo {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.spacer25{
	height: 25px;
	clear: both;
	display: block;
}

.spacer10{
	height: 10px;
	clear: both;
	display: block;
}


.campoGenerico {
 /*   width: 90%;*/
    padding: 5px;
    border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	border-color:cadetblue;
}

textarea {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	border-color:cadetblue;
}

.campo100p {
	width: 100%;
	float: left;
	margin-left: 20px;
}



.btun {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	height: 35px;
}
.btun:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.btun:active {
	position:relative;
	top:1px;
}