﻿/*** Global ***/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #f9f9f9;
  font-family: 'ARegular';
  overflow-y: scroll;
  color: #555555;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

p {
  margin: 6px 0px;
}

b {
  font-family: "ABold";
  font-weight: normal;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    'contenteditable' attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the 'clearfix' class.
 * 2. The use of 'table' rather than 'block' is only necessary if using
 *    ':before' to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* end clearfix */
.shadow-none {
  box-shadow: none;
}

/* shadows */
.shadow-4 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.shadow-8 {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.shadow-12 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* fonts and text */
.ALight {
  font-family: "ALight";
}

.ARegular {
  font-family: "ARegular";
}

.ABold {
  font-family: "ABold";
}

.c-blue {
  color: #0066b2;
}

.btn-blue {
  background: #2685cc;
}

.dropdown-content {
  z-index: 99;
}

/* cols and rows */
.col-padding-none {
  padding: 0px 0.75rem !important;
}

@media only screen and (min-width: 601px) {
    .col-padding-none {
      padding: 0px !important;
    }
}

@media only screen and (min-width: 993px) {
    .col-padding-none {
      padding: 0px !important;
    }
}

.col-padding-left {
  padding: 0px 0.75rem !important;
}

.col-padding-left .col-padding-left, .col-padding-left .col-padding-right{
    padding: 0px !important;
}

@media only screen and (min-width: 601px) {
    .col-padding-left {
        padding: 0px 0px 0px 0.75rem !important;
    }
    .col-padding-left .col-padding-left, .col-padding-left .col-padding-right{
        padding: 0px !important;
    }    
}

@media only screen and (min-width: 993px) {
    .col-padding-left {
        padding: 0px 0px 0px 0.75rem !important;
    }
    .col-padding-left .col-padding-left{
        padding: 0px 0px 0px 0.75rem !important;
    }
    .col-padding-left .col-padding-right {
        padding: 0px 0.75rem 0px 0px !important;
    }
}

.col-padding-right {
    padding: 0px 0.75rem !important;  
}

@media only screen and (min-width: 601px) {
    .col-padding-right {
      padding: 0px 0.75rem 0px 0px !important;  
    }
}

.titulo h2{
	color: #0066b2 !important;
    font-size: 30px;
    line-height: 35px;
    margin: 30px;
    font-family: "ALight";
 }
 .titulo img{
 	padding-right: 12px;
 }
 
 .title,
 .icono_fondo{
 	display: inline-block;
 	vertical-align: bottom;
 }
 .icono_fondo{
 	background-image: url(../images/icon/sprite-icon.png);
 	background-repeat: no-repeat;
 	width: 58px;
 	height: 58px;
 	margin-right: 12px;
 }
 .icono_libro{
 	background-position: -19px -15px;
 }
 .icono_pagina{
 	background-position: -19px -106px;
 }
 .icono_candado{
 	background-position:  -19px -196px;
 }

.marg-bottom-none {
  margin-bottom: 0px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.marg-bottom-35{
  margin-bottom: 35px;
}


.row-margin-none {
  margin: 0px !important;
}

.intro {
  font-size: 17px;
  color: #555555;
  padding: 15px 10px;
}

@media only screen and (min-width: 601px) {
  .intro {
    font-size: 20px;
    padding: 0px 50px 50px 50px;
  }
}

h3.subtitle {
  font-family: "ALight";
  font-size: 20px;
  margin: 20px 0px 10px 0.75rem;
  border-bottom: 1px solid #99a0a2;
  padding: 8px;
  line-height: 24px;
  color: #636769;
}

@media only screen and (min-width: 601px) {
  h3.subtitle {
    font-size: 26px;
    margin: 10px 1.5rem 10px 1.5rem;
    padding: 12px;
  }
}

/* list*/
.list {
  margin: 0px;
  padding: 0px;
  font-family: "ALight";
}

.list li {
  padding: 8px 13px;
  margin: 0px 0px 0px 10px;
  background: url(../images/icon/bullet-list.png) no-repeat 0px 15px;
  line-height: 1.5;
}

@media only screen and (min-width: 993px) {
  .list li {
    line-height: 1.3;
  }
}

.list li strong {
  font-weight: bold;
}

.list-link {
  margin: 0px;
  padding: 0px;
  color: #5b5b5f;
  font-family: "ALight";
}

@media only screen and (min-width: 993px) {
  .list-link {
    margin: 5px 0px;
  }
}

.list-link li {
  padding: 8px 13px;
  margin: 0px 0px 0px 10px;
  background: url(../images/icon/bullet-list.png) no-repeat center left;
  line-height: 1.3;
}

@media only screen and (min-width: 993px) {
  .list-link li {
    padding: 6px 13px;
    line-height: 1;
    margin: 0px 0px 0px 5px;
  }
}

.list-link li a {
  background: url(../images/icon/bullet-list-arrow-right.png) no-repeat center right;
  padding-right: 14px;
  color: #5b5b5f;
}

@media only screen and (min-width: 993px) {
  .list-link li a {
    background: none;
    padding-right: 14px;
  }
}

.list-link li a:hover {
  color: #1175bf;
}

.list-link-aside {
  margin: 0px;
  padding: 0px;
  color: #5b5b5f;
  font-family: "ALight";
}

.list-link-aside li {
  padding: 8px 13px;
  margin: 0px 0px 0px 10px;
  background: url(../images/icon/bullet-list.png) no-repeat center left;
  line-height: 1;
  font-size: 15px;
}

.list-link-aside li a {
  background: url(../images/icon/bullet-list-arrow-right.png) no-repeat center right;
  padding-right: 14px;
  color: #5b5b5f;
}

@media only screen and (min-width: 993px) {
  .list-link-aside li a {
    background: none;
    padding-right: 14px;
  }
}

.list-link-aside li a:hover {
  color: #1175bf;
}

.block-border-none {
  color: #3d4246;
  font-size: 15px;
  margin: 0px 1.5rem;
  padding: 0px;
}

@media only screen and (min-width: 601px) {
  .block-border-none {
    margin: 0px 0.75rem;
    padding: 0px 12px;
  }
}

.content-richtext {
  /*margin-top: 1em;
  margin-bottom: 1em;*/
}

.slider {
  max-width: 1200px;
  height: 372px;
  margin: 0 auto;
  
}
@media only screen and (max-width: 600px) {
	.slider {

		max-height: 170px;
	}
	.slider .slides li img {
		background-size: 100%;
	}
	.slider .indicators{
	display:none
	}
}

@media only screen and (min-width: 601px) {
	.slider {

		max-height: 190px;
	}
	.slider .slides li img {
	  background-size: 64%;
	}

}

@media only screen and (min-width: 993px) {
	.slider {

		max-height: 640px;
	}
	.slider .slides li img {
	  background-size: 100%;
	}

}
.slider .slides {
  height: 100%;
  background: unset;
}

.slider .slides li img {
  background-position: top, center;
  background-repeat: repeat-x, no-repeat;
  background-size: 100%;
}

.slider .slides li .caption {
  background: #fff;
  opacity: 0.94 !important;
  padding: 8px;
  top: unset !important;
  bottom: 18px !important;
  width: 90% !important;
}

.slider .slides li .caption h3 {
  color: #0066b2 !important;
  font-size: 32px;
  line-height: 35px;
  margin: 6px;
  font-family: "ABold";
}

.slider .slides li .caption h5 {
  color: #45484b !important;
  font-size: 18px;
  line-height: 22px;
  margin: 6px;
}

.slider .slides li .caption h5 p{
    color: #45484b !important;
}

.slider .slides li .Izquierda {
  left: 5%;
  right: unset;
}

.slider .slides li .Derecha {
  left: 5%;
  right: unset;
}

.slider .indicators {
  z-index: 2;
  bottom: 5px;
  width: 90% !important;
  left: 5%;
  text-align: right;
  line-height: 0;
}

.slider .indicators .indicator-item {
  height: 7px;
  width: 37px;
  border-radius: 0;
  margin: 0 0 0 6px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.slider .indicators .active {
  background-color: #44a5dc !important;
}

@media only screen and (min-width: 993px) {
  .slider .slides li .caption {
    width: 50% !important;
    padding: 20px;
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .slider .slides li .Derecha {
    margin-right: 0;
  }
  .slider .slides li .Izquierda {
    margin-left: 0;
  }
}

.EstiloInterno {
  max-width: 1200px;
  height: 640px;
  margin: 0 auto;
}

.EstiloInterno .slides {
  height: 100%;
  background: unset;
}

.EstiloInterno .slides li img {
  width: 100%;
  height: 372px;
  background-position: top, center;
  background-repeat: repeat-x, no-repeat;
  background-size: inherit;
}

.EstiloInterno .slides li .caption {
  background: #fff;
  opacity: 1 !important;
  padding: 8px;
  /*top: 0px !important;*/
  bottom: 0px !important;
  width: auto !important;
  right:0px;
  left: 0px;
  position: static;
}

.EstiloInterno .slides li .caption h3 {
  color: #0066b2 !important;
  font-size: 28px;
  line-height: 30px;
  margin: 0px 0px 5px 4px;
  font-family: "ARegular";
}

.EstiloInterno .slides li .caption h5 {
  color: #45484b !important;
  font-size: 16px;
  line-height: 22px;
  margin: 6px;
  font-family: "ALight";
}

.EstiloInterno .slides li .Izquierda {
  left: unset !important;
  /*right: unset;*/
}

.EstiloInterno .slides li .Derecha {
  left: unset !important;
  right: 0px;
}

.EstiloInterno .indicators {
  z-index: 2;
  bottom: 0px;
  /*width: 90% !important;*/
  width: auto !important;
  left: auto;
  right: 0px;  
  text-align: right;
  line-height: 0;
  padding: 12px 20px;
  background: #eee;
}

.EstiloInterno .indicators .indicator-item {
  /*height: 7px;
			width: 37px;*/
  background-color: #bbb !important;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin: 0 4px 0 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.EstiloInterno .indicators .active {
  background-color: #44a5dc !important;
}

@media only screen and (min-width: 993px) {

    .EstiloInterno {
      max-width: 1200px;
      height: 372px;
      margin: 0 auto;
    }

    .EstiloInterno .slides li img {
      width: 65%;
      background-position: top, center;
      background-repeat: repeat-x, no-repeat;
      background-size: inherit;
    }

  .EstiloInterno .slides li .caption {
    box-sizing: border-box;
    position: absolute;
    width: 35% !important;
    padding: 20px;
    /*left: 5%;*/
    top: 0px !important;
	right: 0px !important;
    margin-left: auto;
    margin-right: auto;
    width: 35% !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  }

  .EstiloInterno .slides li .Derecha {
    margin-right: 0;
  }
  .EstiloInterno .slides li .Izquierda {
    margin-left: 0;
  }
}

ul.list-faq {
  margin: 0px 0px 20px 0px;
  font-family: "ALight";
  border-width: 0px;
  min-width: 230px;
}

ul.list-faq .collapsible-header {
  border-width: 0px;
  height: unset;
  background: unset;
  padding: 25px 20px;
  position: relative;
  font-size: 17px;
}

ul.list-faq .collapsible-header .onlyday {
  padding-top: 32px;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .onlyday {
    text-align: center;
  }
}

ul.list-faq .collapsible-header .fechas {
  display: block;
  float: left;
  width: 66px;
  height: 124px;
  border-radius: 33px;
  background-color: #a7adaf;
  margin-right: 16px;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .fechas {
    width: 90px;
    height: 56px;
    padding: 0 25px;
    line-height: 56px;
  }
}

ul.list-faq .collapsible-header .fechas .fecha {
  text-align: center;
  display: block;
  color: #FFF;
  padding-top: 9px;
  padding-bottom: 7px;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .fechas .fecha {
    display: inline-block;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
  }
  ul.list-faq .collapsible-header .fechas .fecha.fin {
    margin-left: 1.4em;
  }
  ul.list-faq .collapsible-header .fechas .fecha.fin .dia:before {
    content: " - ";
    display: block;
    position: absolute;
    right: 100%;
    width: 1em;
  }
}

ul.list-faq .collapsible-header .fechas .fecha .dia {
  font-family: "ABold";
  font-size: 28px;
  line-height: 1;
  display: block;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .fechas .fecha .dia {
    font-size: 24px;
  }
}

ul.list-faq .collapsible-header .fechas .fecha .mes {
  font-family: "ARegular";
  font-size: 16px;
  line-height: 1;
  display: block;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .fechas .fecha .mes {
    font-size: 13px;
    text-align: left;
  }
}

ul.list-faq .collapsible-header .fechas .fecha + .fecha {
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .fechas .fecha + .fecha {
    border-top: none;
  }
}

.administracion .wp-cajaImagen .titular {
  color: #138F2F;
  border-bottom-color: #138F2F;
}

.contabilidad .wp-cajaImagen .titular {
  color: #E6006D;
  border-bottom-color: #E6006D;
}

.derecho .wp-cajaImagen .titular {
  color: #0093D3;
  border-bottom-color: #0093D3;
}

.economia .wp-cajaImagen .titular {
  color: #F29200;
  border-bottom-color: #F29200;
}

.finanzas .wp-cajaImagen .titular {
  color: #E2B504;
  border-bottom-color: #E2B504;
}

.informacion .wp-cajaImagen .titular {
  color: #00A295;
  border-bottom-color: #00A295;
}

.empresarial .wp-cajaImagen .titular {
  color: #95368A;
  border-bottom-color: #95368A;
}

.marketing .wp-cajaImagen .titular {
  color: #E73430;
  border-bottom-color: #E73430;
}

.negocios .wp-cajaImagen .titular {
  color: #412176;
  border-bottom-color: #412176;
}

ul.list-faq .collapsible-header .title-header {
  height: 120px;
  border-left: 1px solid #c8cbcd;
  margin: 2px 10px 10px 82px;
  padding: 0px 20px 0px 18px;
  line-height: 20px;
}

@media only screen and (min-width: 993px) {
  ul.list-faq .collapsible-header .title-header {
    height: 52px;
  }
}

ul.list-faq .collapsible-header .acordion-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 37%;
  width: 37px;
  height: 37px;
  background: url(../images/misc/acordion-arrow.png) center bottom no-repeat #dfdfdf;
  border-radius: 50%;
  cursor: pointer;
}

ul.list-faq .active {
  border-width: 0px;
  color: #0066b2;
}

ul.list-faq .active .acordion-arrow {
  background: url(../images/misc/acordion-arrow.png) center top no-repeat #dfdfdf;
}

ul.list-faq .active .fechas {
  background-color: #3283c0;
}

ul.list-faq .active .title-header {
  border-left: 1px solid #3283c0;
}

ul.list-faq .collapsible-body {
  background: unset;
  padding: 0px 20px 20px 20px;
  color: #737579;
  border-width: 0px;
}

ul.list-faq .collapsible-body strong {
  font-size: 15px;
  font-family: "ARegular";
  color: #3d4246;
  line-height: 21px;
  display: block;
  margin: 10px 0px;
}

ul.list-faq .collapsible-body p {
  margin: 20px 0px;
  padding: 0px;
  font-size: 14px;
}

@media only screen and (min-width: 601px) {
  ul.list-faq .collapsible-header {
    font-size: 22px;
  }
  ul.list-faq .collapsible-body strong {
    font-size: 16px;
  }
}

.scrolltop, .scrolldown {
    background-image: url("../images/icon/flechas-azul.png");
    background-repeat: no-repeat;
    bottom: 20px;
    height: 37px;
    left: auto;
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: auto;
    width: 37px;
    z-index: 90;
}


.ShowFormClose {
background-image: url(http://www.up.edu.pe/_catalogs/masterpage/PortalUP/images/icon/botoncerrar_rojo.png);
bottom: 340px;
height: 23px;
overflow: visible;
position: fixed;
width: 24px;
z-index: 90;
}

#fondo {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 990;
opacity: .8;
background: #000;
}

#vFlotanteIframe {
z-index: 999;
border: 8px solid #fff;
top: 2%;
width: 600px;
background-color: #fff;
border-radius: 3px;
}