/* 
 * Diseño de estilos gral
 * Mixed by Marcexl 
 * version 1003016
 *
 * ultima actualizacion:
 * - modificacion de las etiquetas body, html, wrapper y content, ya que no estan funcionando correctamente
 */

@-ms-viewport{
  width: device-width
}

/* cuerpo */

*{
	padding: 0;
	margin: 0;
}

html, body {
	background-image:url(/images/fondo.png);
	background-repeat:repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size:1em;
	margin:0 auto;
	height: 100%;
}
#boat{
	min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0 auto -45px; 
    font-family: inherit;
}

#content {	
	float: left;	
	width:100%;
	margin: 0 auto;
	margin-bottom: 55px;
	font-family: inherit;
}

#cuerpo {
	margin:0 auto;
	width:80%;
	height:auto;
	font-family:inherit;
	font-size: 12px;
	font-family: inherit;
}

fieldset{
	border:1px solid #CCC;
	border-radius:5px;
	background-image: url(/images/white_transp.png);
	background-repeat: repeat;
	padding: 10px;
	font-family: inherit;
	  transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    box-sizing: border-box;
}


/* header */

#header{
	width: 100%;
 	height:95px;
	margin:0;
	padding:0;
	background-image:url(/images/header130.jpg);
	background-position: 0 -5px;
	z-index:1;
	font-family: inherit;
	}

#logo{
	position: absolute;
	width:auto;
	height:90px;
	top:10px;
	left: 15px; 
	z-index:0;
	}

#title{
	width: auto;
	height: 90px;
	position:absolute;
	padding: 0px;
	top:10px;
	right:15px;
	text-align:right;
	background-image: url(/images/headerUsalIso.png);
	background-repeat: no-repeat;
	background-size:150px;
	background-position: 99% 40px ;
	}

.portal {
	font-family:inherit;
	font-weight: 500;
	line-height: 1.1;
	font-weight: 700;
	color: #3C3C3C;
	font-size: 30px;
	text-shadow: -1px 0px 10px rgba(255, 255, 255, 1);
	}
.sectionTitle{ 
	margin:0 auto;
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #6B6B6B;
	}

.subtitle{
	font-family:inherit;
	color: #3C3C3C;
	font-size:14px;
	font-weight:bold;
	margin-right:0px;
	text-shadow: -1px 0px 10px rgba(255, 255, 255, 1);
	}



/* globales */

h1 {
	margin:0 auto;
	font-family: arial,sans-serif;
	font-size: 30px;
	color: #6B6B6B;

}
h2 {
	font-family: arial,sans-serif;
	font-size: 16px;
	color: #6B6B6B;
}
h3{
	margin:0 auto;
	font-family: arial,sans-serif;
	font-size: 20px;
	color: #6B6B6B;
}
h4{
	text-align: center;
}

#boton_inicio{
	background: #06260a;
	text-align: center;
 	height: 35px;
 	width: auto;
  	padding: 3px 10px;
  	margin: 5px;
  	background-image: linear-gradient(to bottom, #06260a, #032405);
	border: 1px #ecf9f2;
	color: #fcfff9;
	text-decoration: none;
	display: inline-block;
cursor: pointer;
-moz-transition: all .5s;
font-family: arial;
font-size: 12px;
padding: 3px 10px;
}

input[type=submit], 
input[type=button], 
input[type=reset]{
   background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(219,219,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:12px;
	padding:3px 10px;
	text-decoration:none;
	margin:5px;
	width: 100px;
	text-align: center;	
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}

.active,
.active:hover,
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover{
	color:#001550;
	border-radius:3px;
	-moz-border-radius: 3px; 
	/*outline:1px solid #8fb9d0;*/
	background: -webkit-linear-gradient(top, #f5fcff,#d5eefb ); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #f5fcff,#d5eefb); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #f5fcff,#d5eefb); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #f5fcff,#d5eefb); /* Standard syntax */
   -webkit-box-shadow:0px 0px 0px 1px rgba(143, 185, 208, 1);
	-moz-box-shadow:0px 0px 0px 1px rgba(143, 185, 208, 1);
	box-shadow:0px 0px 0px 1px rgba(143, 185, 208, 1);	
	opacity: .7;
		
}

.active{
	cursor: default;
}

input[type=date], input[type=text], input[type=password],input[type=number], input[type=email] {
	border-radius:3px;
	border:1px solid #999;
	text-align:left;
	height: 28px;
  	padding: 0 0 0 8px;
  	font-family: inherit;
  	font-size: inherit;

} 

textarea{
	border-radius: 3px;
	border: 1px solid #999;
	font-family: inherit;
}

iframe {
	border: none;
}

#separadorh {
	width:100%;
	height:10px;
	margin:0;
	padding:0;
	}

/* footer */
/* se usan ambas etiquetas porq no hay comptibilidad con IE6*/

footer, #footer {
	font-family:inherit;
	font-size:12px;
	position:fixed;
	left:0;
	bottom:0;
	margin: 0 auto;
	width:100%;
	height:45px;
	text-align:center;
	background-color:#666;
	opacity:0.7;
	clear: both;
	z-index:9999;
	}

footer a, #footer a{
	margin:5px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
		transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}


footer a:hover, #footer a:hover {
	width:auto;
	height:15px;
	color:#0C0;

}

footer p, #footer p {
	margin:5px 0 0 0;
	color:#FFF;
	}


#hide{
	background-color: transparent;
	border-radius: 3px;
	padding: 3px 5px;
	color: #FFF;
	font-family: inherit;
	font-weight: bold;
	float: right;
	margin-right: 0;
	margin-top: 2px;
	cursor: pointer;
	z-index: 9999;
	opacity: .5;
	text-decoration: none;
	border: none;
		transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}

#hide:hover {

	opacity: 1;
}
#show{
	display: none;
	background-color: #666;
	border: none;
	border-radius: 3px 3px 0px 0px;
	padding: 3px 5px 0 5px;
	color: #FFF;
	font-family: inherit;
	position: fixed;
	right: 5px;
	bottom: 0px;
	cursor: pointer;
	z-index:1;
	opacity:.5;
	text-decoration: none;
	height: 15px;
	font-weight: bold;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}
#show:hover{
	opacity: 1;
}

/* manuales */

#manuales{
	font-size:1.2em;
	width: 90%;
	white-space: normal;
	padding: 0;
	
}
#manuales p{
	text-align: center;
}
#manuales a img{
	padding: 10px;
	opacity: 0.7;
	margin: 0 auto;
		transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.border{
	max-width:450px;
	border-radius: 20px;
	margin: 0 auto;
	text-align: center;
}

#manuales img:hover{

	opacity: 1;
}

/* quienes */

.portalMxl td a img{
	border: 1px solid #ccc;
	border-radius: 5px;
	opacity:1;
	width: 60px;
}
.portalMxl a img:hover{
	transition:.5s;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	opacity:0.6;

}

.center {
    margin-left: auto;
    margin-right: auto;
	}

/* go to the top */

.ir-arriba {
	display:none;
	cursor:pointer;
	position: fixed;
	bottom:55px;
	right:20px;
	opacity:0.5;
	text-decoration:none;
}
.gadget a:hover{
	opacity:0.8;
	transition:.5s;
	-webkit-transition:.5s;
}

/* alertas */

#alert {
	border: 1px solid #5f9877;
	border-radius:10px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 14px;
	font-family: inherit;
	width: 250px;
	position: absolute;
	top: 40%;
	left:50%;
	margin-left:-125px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.3);
	cursor: move;
	z-index: 999999;
	min-height: 100px;
}

#alert p{
	padding: 5px 10px;
	line-height: 20px;
}

#alert  #close{/* esta es la etiqueta a */
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	width: 16px;
	height: 16px;
	font-weight: bold;
	text-decoration: none;
	background-image:url(../images/icons16/cancel.png);
	cursor: pointer;

}

#alert .alertHeader {
	width: 100%;
	background: #627d4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
	height: 20px;
	border-radius: 10px 10px 0 0;
	padding: 2px 0;
	color: #FFFFFF;
	font-size: small;
	text-transform: uppercase;
}


/* avatar del header */

.avatar{
	width: auto;
	text-align: center;
	float: right;
	font-weight: bold;
}

.avatar tr{
	vertical-align: top; 	
}
.avatar img{
	width: 25px;
	height: 25px;
	border-radius: 25px;
}

/* varios */
.form-group{
	display: block;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}
.form-group label{
	display: inline-block;
	min-width: 150px;
}
.uper {
	text-transform: uppercase;
}

.imageReque{
	width: 150px;
	border-radius: 5px;
		transition:all.5s;
	-webkit-transition:all.5s;
	-moz-transition:all.5s;
}

.imageReque:hover{

	opacity:0.6;
}

.advertencias {
  float: left;
  background-color: #e0f0ea;
  color: #666666;
  margin: 10px auto;
  text-align: left;
  width: 95%;
  border: 2px solid #016A3A;
  margin-left: 2%;
}

.advertencias ul {
  list-style-position: inside;
  padding: 10px 20px 10px 20px;
}

.advertencias ul li {
  line-height: 1.5em;
}
/* srollbar */

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 9px;
	height: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

@media print {
  footer, #footer, #title, #menu, #login{ 
  	display: none;
  }
  fieldset{
  	border: none;
  }
}
.greenBut{
	background-color: #016A3A;
	color: white;
	padding: 10px 5px;
	border: none;
	border-radius:5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	margin: 0 3px;
}
.greenBut:hover{
	background: orange;
	cursor: pointer;
}

.texto_bold{
background-color: darkgray;
font-weight:bold;
}