/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	cursor: default;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Sans Serif;
	vertical-align: baseline;
	
}
input{
	font-family: Arial, Sans Serif;
}
img{
	cursor: default;	
	border:	none;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, form{
	font-size: 0.9em;
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
p{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	line-height: 1.1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN DEL RESET! */
html {
	background-color: #EEE;
}
a,a:link,a:visited{
	text-decoration: none;
	cursor: pointer;
	color: #000;
	}
a:hover{
	text-decoration: underline;
	color: #360;
	}
td{
	padding: 4px;
}
b,.strong{
	font-weight: bold;	
}
input[type="text"]{
	font-size:	1em;
	font-weight: bold;
	color:	#360;
}
option,select,i{
	font-size: 1em;
	}
input[type="button"], input[type="submit"]{
	color: black;
	margin:	0.2em;
	cursor:	pointer;
	padding: 0.13em;
	font-size:	1em;
	margin-top: 0.4em;
	font-weight: bold;
	border-top: 2px solid #DEA;
	border-left: 2px solid #DEA;	
	border-right: 2px solid #360;
	border-bottom: 2px solid #360;	
	background-color: #9C6;
	}
input[type="button"]:hover, input[type="submit"]:hover{
	color: white;
	background:	#666;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	}
hr{
	height: 2px;
	border:	none;
	background:	#666;	
	}
pre{
	font: inherit;
	border: 2px dashed orange;
	padding: 0.8em;	
	background-color: #ffb;
}
fieldset{
	border: 1px solid black;
	margin: 0px 0px 8px 0px;
	padding: 10px;	
}
fieldset label{
	width: 150px;
	display: inline-block;
	text-align: right;
	font-weight: bold;

}
legend{
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 4px;
	padding: 4px 6px;
	color: white;
	font-weight: bold;
	background-color: #666;
}
#header{
	padding: 0px;
	background-color: #999;
	height: 70px;
	overflow: hidden;
	color: white;
}
#header .logo{
	display: inline-block;
	height: 70px;
	width: 140px;
	float: left;
	background-image: url(../program/img/logocolor.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#header .sitetitle{
	display: inline-block;
	float: left;
	width: auto;
	padding-top: 1em;
	padding-left: 1em;
	}
#header .facultad{	
	top: 0px;
	right: 0px;
	color: white;
	padding: 13px;
	overflow: hidden;
	position: absolute;	
	font-size: 0.8em;
	text-align: left;
	line-height: 1.2;
	}
#header h1{
	font-size: 1.6em;
	font-weight: bold;
	}
#header h3{
	font-size: 1em;
	}
#nav{
	color: #DDD;
	padding: 5px;
	font-weight: bold;
	padding-bottom: 8px;
	background-color: #666;
}
#nav a:link, #nav a:visited{
	color: #DDD;
	text-decoration: none;
}
#nav a:hover{
	color: #9c6;
}
#aside{
	top: 97px;
	left: 0px;	
	float: left;
	clear: left;
	width: 170px;
	padding: 0.7em;
	overflow: hidden;
	position: absolute;
}
#section{	
	left: 200px;
	float: left;
	clear: left;
	min-width: 750px;
	overflow: hidden;
	position: absolute;
	padding-top: 0.6em;
	padding-bottom: 1em;
}
#section h2{
	font-size: 1.2em;
	font-weight: bold;
}
#section h3{
	font-size: 1.2em;
	font-weight: bold;
}
#footer {
	width: 100%;
	color: #666;
	float: left;
	display: block;
	text-align: center;
	margin-top: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;	
	}
.tabfila:hover{
	background-color: #9C6;
}
.b-outset{
	border-top: 2px solid #DDD;
	border-left: 2px solid #DDD;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}
.graybg{
	background-color: #DDD;
}
.block{
	width: auto;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #DDD;
	border-left: 2px solid #DDD;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
	margin-bottom: 1em;
	padding-bottom: 2px;
	background-color: white;
}
.block .title{
	padding: 2px;
	background-color: #693;
}
.block .title h2{
	color: white;
	margin: 0px;
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;	
}
.block a:link, .block a:visited {
	color: black;
	padding: 3px;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
}
.block a:hover{
	color: #360;
	text-decoration: underline;
}
.alert{
	color: white;
	padding: 8px;
	display: block;
	font-size: 1.2em;
	margin-top: 0.6em;
	text-align: center;	
	font-weight: bold;	
	margin-bottom: 0.6em;
	background-color: #47A;
	}
.alert a{
	color: #EFB;
}
.nohover, .nohover:hover{
	border:	none;
	background:	none;	
	}
.big-bt{
	color: black;
	border: 3px solid #DDD;
	display: inline-block;
	padding: 1em;
	box-shadow: 3px 3px 3px gray;
	font-weight: bolder;
	border-radius: 1em;
	background-color: white;
}
.big-bt:hover{
	color: white;
	border-color: gray;
	text-decoration: none;
	background-color: #666;
}
.mid-bt{
	padding: 16px 4px;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 2px;
	color: black;
	border: 2px solid #DDD;
	display: inline-block;
	font-weight: bolder;
	background-color: white;
	width: 60px;
}
.mid-bt:hover{
	color: white;
	border-color: gray;
	text-decoration: none;
	background-color: #666;
}
.small-bt{
	color: black;
	border: 2px solid #DDD;
	display: inline-block;
	padding: 0.2em;
	font-weight: bolder;	
	background-color: white;
}
.small-bt:hover{
	color: white;
	border-color: gray;
	text-decoration: none;
	background-color: #666;
}
.small-bt img{
	vertical-align: sub;
}
.lil-bt:link, .lil-button:visited{
	color: black;
	padding: 0px 2px;
	font-weight: bold;
	background-color: #DDD;
}
.lil-bt:hover{
	color: white;
	text-decoration: none;
	background-color: black;
}
.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
.tcenter{
	text-align: center;
}
a *{
	cursor: pointer;
}
.box{	
	margin: 0.4em auto;
	border: 1px solid black;
	padding: 10px;
	background-color: white;
}
ul, ol{
	text-align: left;
	line-height: 1.1;
	padding-left: 1em;	
}
.med{
	font-size: 1.2em;
}
.greenbox{
	color: white;
	background-color: #693;	
}
.graybox{
	color: white;
	background-color: gray;	
}
.greenbox hr, .graybox hr{
	background-color: white;
}

.mainitem{
	font-weight: bold;	
}
.subitem{
	text-indent: 1.2em;
}
.inline{
	display: inline-block;
}
.b80{
	width: 80%;	
}
.b70{
	width: 70%;
}
.b60{
	width: 60%;
}
.b50{
	width: 50%;
}
.b40{
	width: 40%;
}
.b30{
	width: 30%;
}
.b20{
	width: 20%;
}
.pdf:before{
	content: url(../program/img/i-pdf.gif);
	margin-right: 4px;
	vertical-align: sub;
}
.ticket:before{
	content: url(../program/img/i-ticket.gif);
	margin-right: 4px;
	vertical-align: sub;
}
.doc:before{
	content: url(../program/img/i-doc.gif);
	margin-right: 4px;
	vertical-align: sub;
}
.owa{
	width: 130px;
	height: 130px;
	background-color: white;
	background-image: url(../program/img/owa.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.owa:hover{
	background-color: gray;
}
.gmail, .gmail:hover{
	background-image: url(../program/img/i-gmail.png);
}
.yahoo, .yahoo:hover{
	background-image: url(../program/img/i-yahoo.png);
}
.outlook, .outlook:hover{
	background-image: url(../program/img/i-outlook.png);
}
.hotmail, .hotmail:hover{
	background-image: url(../program/img/i-hotmail.png);
}
.android, .android:hover{
	background-image: url(../program/img/i-android.png);
}
i{
	font-style: italic;
}
.error{
	color: #D00;
	font-weight: bold;
}
.blinkerror{
	color: white;
	cursor: help;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: blink;
	background-color: #A00;
}
/* Bordes */
.campo_titulo{
	margin:	0px;
	padding: 3px 6px;
	font-weight: bold;
	padding-bottom: 0px;
	}
h1{
	font-weight: bold;
	font-size: 2em;
}
#instructivos h2{
	font-weight: bold;
	font-size: 1.6em;
}
#instructivos{
	margin: 0 auto;
	font-family: Cambria;
}
#instructivos td{
	border: 1px solid black;
	vertical-align: middle;
	text-align: left;
	width: 250px;
}
#gmail{
	visibility: collapse;
}
#webmail{
	border-collapse: separate;
	border-spacing: 4px;
}
.tabla-internos{
	border: 1px solid black;
}
.tabla-internos > thead > tr > th{
	color: white;
	background-color: #666;
	background-image: linear-gradient(to bottom, #666, #444);
	font-size: 1em;
	padding: 0px;
	text-align: center;
	}
.tabla-internos > thead > tr > th > a:link, .tabla-internos > thead > tr > th > a:visited {
	color: white;
	width: 100%;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.tabla-internos > thead > tr > th > a:hover{
	background-color: #693;
	background-image: linear-gradient(to bottom, #693, #471);
}
.tabla-internos > tbody > tr{
	background-color: #EEE;
}
/*.tabla-internos > tbody > tr:nth-child(even){
	background-color: #BBB;
}*/
.tabla-internos > tbody > tr:hover{
	background-color: #8B5;
}