/* 
 * 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: 'Droid Sans', sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1em;
	margin:0 auto;
	height: 100%;
}
/*
p,
h1,
h2,
h3,
a,
i,
b,
div,
span,
ul,
li,
input,
select,
textarea{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}*/


#wrapper{
	min-height: 100%;     
    height: auto !important;     
    height: 100%;     
    margin: 0 auto -35px; 
    font-family: inherit;
}
a {
	text-decoration: none;
	color:#428bca;
}
p {
	line-height: 20px;
}
h1 {
	margin:0 auto;
	font-family: inherit;
	font-size: 30px;
	color: #6B6B6B;
}
h2 {
	font-family: inherit;
	font-size: 16px;
	color: #6B6B6B;
}
h3{
	margin:0 auto;
	font-family: inherit;
	font-size: 20px;
	color: #6B6B6B;
}
h4{
	margin:0 auto;
	font-family: inherit;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
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-size:12px;
	padding:3px 10px;
	text-decoration:none;
	margin:0px 5px;
	width: 100px;
	text-align: center;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=email]: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);	

}

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;
	transition:all .5;
	-webkit-transition:all .5;
	-moz-transition:all .5;
	height: 26px;
	padding: 0 5px;
} 

textarea{
	border-radius: 3px;

}

/* header */

#header{
	width: 100%;
 	height:100px;
	margin:0;
	padding:0;
	background-image:url(../images/nuevoAlumnos.png);
	z-index:1;
	background-color: #016A3A;
}

.headerRow{
	width: 100%;
	height: 3px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #006225;
}

#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;
}


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


.subtitle table td a,
.title table td a{
	color:#FFF;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.subtitle {
	position:absolute;
	padding: 0px;
	top:55px;
	right:10%;
	color: #FFF;
}
.subtitle table .changePassword{
	padding-left: 20px;
	background: url(../images/key.png) no-repeat;
	background-position: 0 11px;
}
.subtitle table .logout{	
	padding-left: 20px;
	background: url(../images/close.png) no-repeat;
	background-position: 0 11px;
	
}
#icon-home,
#icon-bell,
#icon-back,
#icon-help{
	display: block;
	width: 35px;
	height:35px;
	border-radius: 50%;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
#icon-home{
	background-image:url(/images/home.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#icon-back{
	background-image:url(/images/backBut.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#icon-help{
	background-image:url(/images/help.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#icon-bell{
	background-image:url(/images/notifi.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#icon-home:hover{
	background-image:url(/images/home_hover.png);
}

#icon-back:hover{
	background-image:url(/images/backBut_hover.png);
}
#icon-help:hover{
	background-image:url(/images/help_hover.png);
}

#icon-notifi:hover{
	background-image:url(/images/notifi_hover.png);
}

.portal {
	font-family:inherit;
	line-height: 1.1;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 25px;
	position: absolute;
	right: 30px;
    top: 15px;
}

.subtitle table tr td {
	font-size:14px;
}
.subtitle table tr td a{
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.subtitle table tr td a:hover{
	color: #f90!important;
}

/* titulo de las tablas */

.sectionTitle{
	margin:0 auto;
	font-family: arial,sans-serif;
	font-size: 14px;
	color: #6B6B6B;
	}


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

.first{
	margin-top: 10px;
}
.title i{
	padding: 5px 8px 7px 7px;
    background: white;
    border-radius: 50%;
   	color: rgb(116, 166, 134);
    font-size: 1.5em;
    display: block;
    transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}

.title i.fa-question{
    padding: 6px 12px;
}

.title{
	width: auto;
	height: 90px;
	position:absolute;
	padding: 0px;
	top:5px;
	right:10%;
	text-align:right;
	color: #FFF;
	font-weight:normal; 
	}

.title table td,
.subtitle table td{
	padding: 0 2px;
	color: #FFF;
	
}

.title table tr .titulo{
	font-size: 20px;
	font-weight: bold;
	color:#FFF;
}

.title i:hover{
	color: white;
	background: #f90;
}

.title i.fa-arrow-left{
	font-size: 1.2em;
    padding: 8px 10px 9px 9px;
}
.title i.fa-home{
	font-size: 1.6em;
    padding: 5px 7px 6px 7px;
}
.title i.fa-bell{
	font-size: 1.15em;
    padding: 9px;
}
/***********footer***********************/

#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 .5;
	-webkit-transition:all .5;
	-moz-transition:all .5;
	-o-transition:all .5;
}

#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 .5;
	-webkit-transition:all .5;
	-moz-transition:all .5;
}

#show:hover{
	opacity: 1;
}

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

footer a, #footer a{
	margin:5px;
	color:#FFF;
	text-decoration:none;
	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: #ff9900;
}

footer p, #footer p {
	margin-top:5px;
	margin-left: 10%;
	color:#FFF;
	}

/******GENERAL******/


#loading{
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}
/***********quienes*******************/
.portalMxl td a img{
	border: 1px solid #ccc;
	border-radius: 5px;
	opacity:1;
	width: 60px;
}

.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;
}

::-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;
}


/*************************/
#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 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
	cursor: move;
	z-index: 99999999;
}
#alert p{
	padding: 5px 10px;
}
#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;
}

hr{
	color: #666666;
}
.avatar{
	width: 35px;
	height: 35px;
	border-radius:50%;
}

/
textarea{
	border-radius: 3px;
	border: 1px solid #999;
}

iframe {
	border: none;
}

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

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

#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;
}


.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;
}

/* POP UP */

#userDataPopupContainer {
  background-color: #fff;
  border: 1px solid rgba(100, 100, 100, .4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  overflow: visible;
  position: absolute; 
  top: 0px;
  margin-left: -170px;
  width: 355px;
  z-index: -1; 
  z-index: 9999;
  margin-top: 35px;
  display: none;
  /*margin-left: 210px;*/
}

#userDataPopupTitle {
  z-index: 1000;
  font-weight: bold;
  padding: 8px;
  font-size: 13px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  color: #333;
}

#userDataPopupBody {
  padding: 4px 0px 0px 0px !important;
  min-height: 115px;
}

.datospersonales li {
  color: #000;
  font-size: 14px;
  padding: 15px 20px;
  padding-top: 0px;
  text-align: left;
  float: left;
  display: block;
  height: 12px;
}

#userDataPopupContainer:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid black;
  border-color: transparent transparent white;
  margin-top: -20px;
  margin-left: 188px;
}

#PopupHide{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	min-height: 100%;
}

.empty{
	border: transparent;
	background-color: transparent;
	background-image: none;
}
#tit{
	font-weight: bold;
}
@media print {
  footer, #footer, #title, #menu, #login{ 
  	display: none;
  }
  fieldset{
  	border: none;
  }
}

#autoBut{
	width: auto!important;
}

/**/
.pushNotify{
	position: absolute;
    top: 0;
    right: 90px;
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #FFF;
    padding: 2px 4px;
    font-size: 10px;
    display: inline-block;
}
.pushNotify a{
	color: white;
}

