/* ------------------
 Estilo para calendario académico
   ------------------   */
table#calendario {
	width:100%;
}
table#calendario a {
	color:#646464; 
	font-family:'Helvetica', sans-serif;
	font-size:1.1em;
}
table#calendario a:hover {
	color:#333; 
}
table#calendario td {
	border:1px solid #FFF;
	height:2.4em;
	vertical-align:middle;
	padding-left:0.5em;
	background:#e8e8e8;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table#calendario2 {
	width:100%;
}
table#calendario2 a {
	color:#0073d4; 
	font-family:'Helvetica', sans-serif;
	font-size:1.1em;
}
table#calendario2 a:hover {
	color:#333; 
}
table#calendario2 td {
	border:1px solid #FFF;
	height:2.4em;
	vertical-align:middle;
	padding-left:0.5em;
	background:#f3f6ff;
}
#boxes .window {
	position:fixed;
	width:30%;
	height:22%;
	display:none;
	z-index:9999;
	padding:0.2em;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
}
#boxes .close {
	float:right;
	background-color: #F3F3F3;
	border-bottom: 1px solid #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	border-right: 1px solid #DFDFDF;
	color: #333;
	font-weight:bold;
	margin: 0.5em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	text-shadow: 0 1px 1px white;
	width: auto;
	cursor: pointer;
	font-size: 0.9em;
}
#cajas .ventana {
	position:fixed;
	width:30%;
	height:22%;
	display:none;
	z-index:9999;
	padding:0.2em;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#FFF;
}
#cajas .close {
	float:right;
	background-color: #F3F3F3;
	border-bottom: 1px solid #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	border-right: 1px solid #DFDFDF;
	color: #333;
	font-weight:bold;
	margin: 0.5em;
	padding: 0.4em;
	text-shadow: 0 1px 1px white;
	width: auto;
	cursor: pointer;
	font-size: 0.9em;
}

/* -------------------------------------
 Estilo para Box Tab de Calendario Academico
   ----------------------------------   */

.tabbed-box {
	width: auto;
	background: #fff;
	margin:1em 0 0 0;
}
.tabbed-box ul {
	margin:0.5em 0 0 0;
}
.tabbed-box .tabs li {
	list-style: none;
	float: right; 
	background-color: #F3F3F3;
	border-bottom: 1px solid #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	border-right: 1px solid #DFDFDF;
	color: #333;
	margin-left: 0.5em;
	padding:0.4em;
	text-shadow: 0 1px 1px white;
	width: auto;
	cursor: pointer;
	font-size:0.9em;
}
.tabbed-box .tabs li a {
	display: block;
	width: 10%;
	font-weight: bold;
	text-align: left;
	color: #646464;
}
.tabbed-content {
	padding: 3em 1em 1em 1em;
	display: none; 
}

/* -------------------------------------
 Estilo para Box Tab de Accesos directos
   ----------------------------------   */

#vrap .b{ 
	display:none;
}
#vrap .c{ 
	display:none;
}
#vrap .boton{
	display:block;
	padding-left:0.6em;
	padding-top:0.2em;
	padding-right:0.5em;
	text-align:center;
	text-decoration:none; 
color: #bdbdbd;
font-family: 'helvetica neue', arial;
font-size: 12px;
	float:left;
      margin-right:0.2em;
      background:#FFF;
}
#vrap .buttonHover{
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
color: #646464;
font-family: 'helvetica neue', arial;
font-size: 12px;
}
#vrap .boton2{
	display:block;
	padding-left:0.6em;
	padding-top:0.2em;
	padding-right:0.6em;
	text-align:center;
	text-decoration:none; 
	color:#0049AD;
	float:left;
	font-size:14px;
      margin-right:0.2em;
      background:#FFF;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
color: #646464;
font-family: 'helvetica neue', arial;
font-size: 12px;
}
#vrap a.buttonHover:hover{
      color:#555555;
}
#vrap{
	text-align:left;
	overflow:hidden;
      margin-top:1em;
}
#vrap ul{
	margin:0;
      margin-top:-1px;
	-webkit-padding-start: 0px;
	padding-left:0.4em;
      padding-top:0.5em;
      padding-bottom:0.5em;
      padding-right:0.2em;
      -webkit-border-radius: 0 0 0 6px;
      -moz-border-radius: 0 0 0 6px;
      border-radius: 0 6px 6px 6px;
	min-height:15em;
}
#vrap ul li{
	list-style:none;
	margin:0;
      font-size:0.7em;
}
#vrap ul li a{
	color:#666;
      font-weight:normal;
	font-size:1.1em;
	font-family:"Arial", sans-serif;
}
#vrap ul li a:hover{
	color:#0049AD;
      text-decoration:none;
	font-size:1.1em;
}

/* -------------------------------------
 Estilo para Acordeon Institucional
   ----------------------------------   */

#acordeoni {
	color:#000;
	width:99%;
	clear:both;
	margin-bottom:1em;
}
#acordeoni .acordioni {	
	width:100%;
	float:left;
}
#acordeoni h5 {	
	background:#CBD7FF url('images/triangulo.png') no-repeat 2px center; 
	padding: 0 1.2em;	
	margin: 0;	
	font-size: 1.1em;
	font-family: 'Helvetica', sans-serif;	
	color:#646464;
	margin-bottom:2px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#acordeoni .acordioni h5:hover {	
	background-color: #e3e2e2;
}
#acordeoni .acordioni h5.active {	
	background: #e9e7e7 url('images/triangulo2.png') no-repeat 2px center; 
}
#acordeoni p {	
	margin: 0;	
	padding: 5px;
	text-align:left;
	width:100%;
	color:#646464;
	font-size:0.8em;
	text-align:justify;
}

/* -------------------------------------
 Estilo para Acordeon Carreras
   ----------------------------------   */

#acordeon {
	color:#000;
	width:100%;
	height:8em;
	clear:both;
	margin-top:1em;
}
#acordeon img {
	float:left;
	max-width: 99%;
	width: auto;
	height: auto;
}
#imagen2 {
      float:left;
      width:16%;
}
#imagen2 img {
      float:left;
	width: auto; /* Evita el estiramiento de las imágenes con atributos de alto y ancho en IE8 */
	height: auto; /* Crea imágenes seguras con el agregador de WordPress, con atributos de alto y ancho escalados correctamente. */
}
#acordeon .acordion{	
	width:83%;
	float:right;
}
#acordeon .acordion2{	
	width:83%;
	float:right;
}
#acordeon .acordion p{	
	margin: 0;	
	padding: 5px;
	width:96%;
	text-align:justify;
	color:#646464;
}
#acordeon .acordion2 p{	
	margin: 0;	
	padding: 5px;
	width:96%;
	text-align:justify;
	color:#646464;
}
#acordeon .acordion h4{	
	background:#e8edff url('images/triangulo.png') no-repeat 2px center; 
	padding: 0 1.2em;	
	margin: 0;	
	font-size: 1em;
	font-family: "arial", sans-serif;
	color:#0049AD;
	border: #999 dotted 1px;
	margin-bottom:2px;
	cursor: pointer;
}
#acordeon .acordion2 h4{	
	background:#e8edff url('images/triangulo.png') no-repeat 2px center; 
	padding: 0 1.2em;	
	margin: 0;	
	font-size: 1em;
	font-family: "arial", sans-serif;
	color:#0049AD;
	border: #999 dotted 1px;
	margin-bottom:2px;
	cursor: pointer;
}
#acordeon .acordion h4:hover{	
	background-color: #e3e2e2;
}
#acordeon .acordion2 h4:hover{	
	background-color: #e3e2e2;
}
#acordeon .acordion h4.active{	
	background: #e8edff url('images/triangulo2.png') no-repeat 2px center;
}
#acordeon .acordion2 h4.active{	
	background: #e8edff url('images/triangulo2.png') no-repeat 2px center;
}

/* ----------------------------------------------------
 Estilo para Ventana Modal de Organigrama Institucional
   ----------------------------------------------------   */

#box {
	background-color:#ffffff;
	clear:both;
}
#organi {
	width:100%; 
	height:100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#box .window {
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:9999;
}
#box .close {
	float:right;
	background-color: #F3F3F3;
	border-bottom: 1px solid #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	border-right: 1px solid #DFDFDF;
	color: #333;
	font-weight:bold;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.16em;
	padding-bottom: 0.16em;
	text-shadow: 0 1px 1px white;
	width: auto;
	cursor: pointer;
	font-size: 0.9em;
	margin-top:1em;
	margin-right:1em;
}
#box .close2 {
	float:left;
	background-color: #F3F3F3;
	border-bottom: 1px solid #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	border-right: 1px solid #DFDFDF;
	color: #333;
	font-weight:bold;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.16em;
	padding-bottom: 0.16em;
	text-shadow: 0 1px 1px white;
	width: auto;
	cursor: pointer;
	font-size: 0.9em;
	margin-left:1em;
	margin-right:1em;
}

/* ------------------
 Estilo para tablas de Carreras
   ------------------   */

#tabla1 {
	font-family: "Verdana", Sans-Serif;
	font-size: 1.2em;
	width: 100%;
	text-align: left;
	margin:0;
	border-bottom: 0px; 
}
#tabla1 a {
	text-decoration: none;
	color:#646464;
}
#tabla1 td {
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	border-top: 0px;
	border-bottom:solid 1px #FFF;
	color: #333;
}
#tabla1 tbody tr:hover td {
	background: #4f76ff;
	color:#FFFFFF;
}
#tabla1 tbody tr a:hover  {
	color:#FFFFFF;
}
#tabla1 tbody   {
	color:#333;
	font-weight:bold;
}
#tabla2 {
	font-family: "Verdana", Sans-Serif;
	font-size: 0.9em;
	width: 100%;
	text-align: left;
	margin:0;
	border-bottom: 0px; 
}
#tabla2 a {
	text-decoration: none;
	color:#646464;
}
#tabla2 td {
	padding-left: 18px;
	padding-right: 8px;
	border-top: 0px;
	border-bottom:solid 1px #FFF;
	color: #333;
}
#tabla2 tbody tr:hover td {
	background: #F9F9F9;
	color:#333;
	font-weight:bold;
}
#tabla2 tbody   {
	color:#333;
	font-weight:bold;
}

/* ------------------
 Estilo para tablas Directorio
   ------------------   */

#tabla3 {
	font-family: "Verdana", arial, sans-serif;
	font-size: 0.9em;
	width: 98%;
	text-align: left;
	margin:0;
	background:#f5f5f5;
	border:1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top:1em;
	margin-bottom:1em;
	color:#333;
	padding-left:1em;
	padding-right:1em;
}
#tabla3 td{
	border-top:#FFF solid 1px;
	vertical-align:middle;
}
#tabla3 tr{
	height:2.8em;
}
#tabla3 tr:hover{
	background:#FFF;
}
#tabla3 th{
	font-weight:bold;
	font-family: "Helvetica", arial, sans-serif;
	padding-left:2em;
	vertical-align:middle;
}
tr.par {
	background-color:#cbd7ff;
}
tr.impar {
	background-color:#e8edff;
}
table.tablesorter thead tr .header {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	background-color: #F5F5F5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	color: #0049AD;
}

/* -------------------------------------
 Estilo para Box Tab de Carreras
   ----------------------------------   */

.tabbed-box2 {
	width: auto;
	min-height:13em;
	margin:1em 0 1em 0;
}
.tabbed-box2 ul {
	margin:0;
	background:#FFF;
	width:100%;
}
.tabbed-box2 .tabs li {
	list-style: none;
	float: left;
}
.tabbed-box2 .tabs li a {
	display: block;
	padding: 0.4em 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff; 
}
.tabbed-box2 .tabs li:first-child a {
	border-left: none; 
}
.tabbed-box2 .tabs li a:hover {
	color: #333; 
	background: #F9F9F9;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
}
.tabbed-box2 .tabs li a:focus {
	outline: none; 
}
.tabbed-box2 .tabs li a.active {
	background: #4F76FF;
	color: #FFF;
	border-bottom: 1px solid #F9F9F9;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
}
.tabbed-content2 {
	display: none; 
	clear:both;
}
.tabbed-box3 {
	width: auto;
	min-height:20em;
	margin:1em 0 1em 0;
}
.tabbed-box3 ul {
	margin:0;
	background:#FFF;
}
.tabbed-box3 .tabs li {
	list-style: none;
	float: left;
}
.tabbed-box3 .tabs li a {
	display: block;
	padding: 0.4em 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #888;
	background: #fff; 
}
.tabbed-box3 .tabs li:first-child a {
	border-left: none; 
}
.tabbed-box3 .tabs li a:hover {
	color: #333; 
	background: #F9F9F9;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
}
.tabbed-box3 .tabs li a:focus {
	outline: none; 
}
.tabbed-box3 .tabs li a.active {
	background: #4F76FF;
	color: #FFF;
	border-bottom: 1px solid #F9F9F9;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-khtml-border-radius:10px 10px 0px 0px;
}
.tabbed-content3 {
	display: none; 
	clear:both;
}

/* -------------------------------------
 Testimonios
   ----------------------------------   */

#testimonials {
	width:216px;
	background:#F9F9F9;
	border:1px solid #D8D9D6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:400px;
	overflow:hidden; 
	font-family:"helvetica", arial;
	font-style:italic;
	color:#808080;
	display:block;
	text-align:justify;
}
#testimonials cite {
	font-style: normal;
	font-family:"helvetica", arial;
	display: block;
	color: #0049AD;
	font-size:1em;
	line-height:1em;
}
#testimonials p{
	padding:5px;
}
