@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ece7e4;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:22px;
		
}
.fullContainer {
  background-color: #fff;
  margin-bottom: 24px;
  min-height: 60px;
  padding-top: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.fullCuerpo {
  padding-top: 87px;
}
.header{
	position:relative;
}
.logo{	
	
}
.logo img {
  margin-top: 3px;
}
a.home:link, a.home:visited {
  background-image: url("../images/home.svg");
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 28px;
  margin-right: 12px;
  margin-top: 28px;
  width: 28px;

}

a.home:hover{
	background-image:url(../images/home-on.svg);
}
a.buscadorBtn:link, a.buscadorBtn:visited {
  background-image: url("../images/buscar.svg");
  background-repeat: no-repeat;
  display: block;
  float: right;
  height: 30px;
  margin-right: 12px;
  margin-top: 28px;
  width: 28px;
}
a.buscadorBtn:hover{
	background-image:url(../images/buscar-on.svg);
}

.buscadorBox {
  background-color: #fff;
  display: none;
  padding: 10px 18px 20px 14px;
  position: absolute;
  right: 0;
  top: 85px;
  z-index: 9999;
}
.buscadorBox .cerrar {
  background-color: #f1f1f1; 
  border-image: none;
  border: 1px solid #ccc;
  border-radius: 20px;  
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 15px;
  line-height: 11px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 25px;
  width: 15px;
}
.buscadorBox .button {
  background-color: #286fff;
  background-image: url("../images/lupa.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  height: 30px;
  line-height: 25px;
  text-align: center;
  width: 90px;
}
.buscadorBox .search {
  margin-top: 37px;
}
.buscadorBox #mod-search-searchword {
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  height: 20px;
  left: 4px;
  position: relative;
  width: 354px;
  background-color: #ddd;
}
.enlacesBuscador {
  margin-left: 2px;
  font-size: 11px;
}
.accesoUser form{
	margin:0;	
}

.gruposAcceso {
  background-color: #f1f1f1;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 3px #ccc;
  height: 127px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 100px;
  width: 97px;
}
.cuerpo {
  background-color: #fff;
  margin-top: 20px;
}
#ModalLogin {
  border: medium none;
  border-radius: 0;
  left: 53%;
  max-width: 388px;
  padding: 77px 20px;
  top: 120px;
}
#ModalLogin .userdata {
  background-color: #ece7e4;
  margin: 23px auto;
  padding: 24px 10px 7px;
  text-align: center;
  width: 80%;
}
#ModalLogin h3 {
  font-size: 29px;
  font-weight: 300;
  text-align: center;
}
#ModalRegister {
  border: medium none;
  border-radius: 0;
  left: 53%;
  max-width: 388px;
  padding: 77px 20px;
  top: 112px;
}
#ModalRegister .userdata {
  background-color: #ece7e4;
  margin: 23px auto;
  padding: 53px 10px 34px;
  text-align: center;
  width: 80%;
}
#ModalRegister h3 {
  font-size: 29px;
  font-weight: 300;
  text-align: center;
}

#ModalRegisterPregunta {
  border: medium none;
  border-radius: 0;
  left: 53%;
  max-width: 388px;
  padding: 77px 20px;
  top: 112px;
}
#ModalRegisterPregunta .userdata {
  background-color: #ece7e4;
  margin: 23px auto;
  padding: 53px 10px 34px;
  text-align: center;
  width: 80%;
}
#ModalRegisterPregunta h3 {
  font-size: 29px;
  font-weight: 300;
  text-align: center;
}
.alert {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  
}
.alert, .alert h4 {
  color: #000;
}

#ModalLogin .btn-acceso-submit {
  background-color: #00B76D;
  border: medium none;
  color: #fff;
  height: 30px;
  width: 78px;
}
#ModalLogin #form-login-submit{
	margin-top:5px;	
}
#ModalLogin ul {
  clear: both;
  text-align: center;
}
#ModalLogin ul a{
  color:#000;
}
#ModalRegister .btn-acceso-submit {
  background-color: #00B76D;
  border: medium none;
  color: #fff;
  height: 30px;
  width: 78px;
}
#ModalRegister #form-login-submit{
	margin-top:5px;	
}
#ModalRegister ul {
  clear: both;
  text-align: center;
}
#ModalRegister ul a{
  color:#000;
}
.btnMisDatos .menu a:link, .btnMisDatos .menu a:visited {
  background-image: url("../images/gear.svg");
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  float: right;
  font-size: 1px;
  height: 28px;
  margin-right: 12px;
  margin-top: 29px;
  position: relative;
  width: 28px;
}
.btnMisDatos .menu a:hover{
	background-image:url(../images/gear-on.svg);
	background-color:#fff;
}
.leftPanel {
  background-color: #fff;
  padding-bottom: 18px;
  padding-top: 17px;
}
.leftPanel .menu{
	margin:10px;	
}
.leftPanel .menu a:link, .leftPanel .menu a:visited {
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  margin: 10px;
  min-height: 20px;
  /*padding-left: 30px;*/
  padding-top: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.leftPanel .menu a:hover{
	background-color:#fff;
	
}

#modlgn-passwd{
	width:70%
	
}
#modlgn-username{
	width:70%
}
#form-login-remember {
  text-align: left;
  margin-left: 11%;
}
.acceso-logout {
  background-color: transparent;
  background-image: url("../images/logout.svg");
  background-repeat: no-repeat;
  border: medium none;
  height: 30px;
  margin-right: 12px;
  margin-top: 28px;
  position: relative;
  width: 30px !important;
}
.iniReg {
  background-color: #00B76D;
  color: #fff;
  display: block;
  float: left;
  line-height: 28px;
  margin-left: 7px;
  /*margin-right: 18px;*/
  margin-top: 29px;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  text-align: center;
	font-weight: 700;
}
.Reg {
  background-color: #FF0000;
  color: #fff;
  display: block;
  float: center;
  line-height: 28px;
  margin-left: 130px;
  margin-right: 130px;
  margin-top: 10px;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.Autenticarse {
  background-color: #00B76D;
  color: #fff;
  display: block;
  float: center;
  line-height: 28px;
  margin-left: 130px;
  margin-right: 130px;
  margin-top: 10px;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.btnIniReg {
	color:#fff;
  
}
.btnIniReg:hover {
	text-decoration:none;
	color:#fff;	
}
input.acceso-logout:hover{
	background-image:url(../images/logout-on.svg);
}
.tInscripcionesAbiertas {
  
  font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
	
}
#cursoList{
	border-bottom: 1px solid #ddd;
	font-size:14px;
}
.listaCursosHome {
  background-color: #fff;
  margin-top: 14px;
  padding: 23px 30px 45px;
}
.tipoCursoIA {
  background-image: url("../images/ico-curso.png");
  background-repeat: no-repeat;
  background-size: 34px 34px ;
  font-size: 14px;
  padding-left: 45px !important;
  text-transform: uppercase;
}
.acreCursoIA{
	font-weight:bold;
}
.tituloCursoIA a{
	color:#000;	
}
.tituloCursoIA{
	max-width:300px;	
}
#cursoList tr:hover{
	background-color:#f5ff6b;
		
}
.estadoCursoIA{
	font-weight:bold;
	text-align:right !important;	
}
.noticiasHome {
  margin-top: 29px;
}

.destacadoSede {
  background-color: #00B76D;
  margin-bottom: 10px;
  padding: 13px 18px;
  text-align:center;
}

.destacadoSede h3 a:link, .destacadoSede h3 a:visited {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
}

.detalleNoticia {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 13px 18px;
}

.detalleNoticia h3 a:link, .detalleNoticia h3 a:visited {
  color: #000;
  font-size: 30px;
  font-weight: lighter;
  line-height: 36px;
}
.detalleNoticia h3 {
  font-weight: 300;
  margin-bottom: 17px;
  margin-top: 0;
}
.detalleNoticia div {
    color: #575757;
    font-size: 12px;
}
.imagenNoticia {
  max-height: 170px;
  overflow: hidden;
}
.carruselHome {
  margin-top: 20px;
}

/*.misInscripcionesMenu{
	background-image:url(../images/pen-menu.png);	
}


/*.misDatosMenu{
	background-image:url(../images/user-menu.png);
	
}
.modPassMenu{
	background-image:url(../images/pass-menu.png);
	
}


.misDiplomasMenu{
	background-image:url(../images/diplomas-menu.png);
	
}
.VerificarDiplomasMenu{
	background-image:url(../images/verificar-diplomas-menu.png);
	
}*/
h2.tMisDatos {
  /*background-image: url("../images/user.png");
 background-repeat: no-repeat;
  font-size: 29px;
  font-weight: 300;
  height: 38px;
  line-height: 30px;
  margin-top: 0;
  padding-left: 43px;
  padding-top: 6px;
  margin-bottom: 30px;*/
	
	font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
	
	
	
}
.profile dl {
  font-size: 14px;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.dl-horizontal dd {
  margin-bottom: 5px;
  margin-left: 5px;
  float: left;
}
.profile{
	min-height:350px;
}
.carousel {
   margin-bottom: 0px;
}
.carousel-caption h3{
	color:#fff;
	
}
.carousel-caption p{
	color:#f1f1f1;
}
.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
  bottom: 0;
  left: 0;
  padding: 0px 15px 5px;
  position: absolute;
  right: 0;
}
.carousel-control { 
  line-height: 26px;
}
.tMisInscripciones {
 /* background-image: url("../images/ico-inscripciones-abiertas.png");
  background-repeat: no-repeat;
  font-size: 29px;
  font-weight: 300;
  height: 38px;
  line-height: 30px;
  margin-top: 0;
  /*padding-left: 43px;
  padding-top: 6px;
  margin-bottom: 30px;*/
 font-size: 16px;
 margin-bottom: 15px;
 font-weight: 700;
 text-transform: uppercase;
 color: #00b76d;
 padding: 0px 0 10px 0;	
}



.inscripcionListUser {
  margin: 0;
}
.inscripcionListUser th a {
  color: #000;
}
.inscripcionListUser td a{
	color:#000;
	
}
.inscripcionListUser tr:hover{
	background-color:#f5ff6b;
}
.inscripcionList{
	margin-bottom:0px !important;	
}
.detalleInscripcion dl {
  font-size: 14px;
  margin-left: 0px;
}
.accionesBtn a {
  background-color: #00B76D;
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 2%;
  min-height: 30px;
  text-align: center;
  width: 23%;
}
a.confirm_baja{
	background-color: #fff;
  	color: #aaa;
	
}
.detalleInscripcion {
  background-color: #fff;
  padding: 30px 20px;
}
.profile {
  background-color: #fff;
  padding: 30px 20px;
}
.profile-edit {
    background-color: #fff;
    padding: 30px 20px;
}
.profile-edit label{
	margin-top:10px;	
}
.profile-edit .controls input[type="text"],.profile-edit .controls input[type="email"],.profile-edit .controls input[type="password"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 100%;
}
.misInscripcionesUser {
  background-color: #fff;
  padding: 30px 20px;
}
.detalleCurso {
  background-color: #fff;
  padding-bottom: 58px;
  padding-top: 45px;
}
.detalleCurso2 {
  margin-top: 20px;
}
.DCTipo {
 font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;

}
.DCTitulo {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}
.DCImagenDestacada {
  /* height: 109px;*/ 
  overflow: hidden;
  position: relative;
  padding: 2px;
  
}
.DCImagenDestacada img {
  width: 100%;
}
.DCImagenesExtra {
  cursor: pointer;
  margin: 1%;
  opacity: 0.5;
  width: 48%;
  float: left;
}
.DCImagenesExtra:hover {

  opacity: 1;
}
.DCLugar {
 /* background-image: url("../images/detalleCurso4.svg");
  background-repeat: no-repeat;
  min-height: 20px;
  padding-left: 30px;
  padding-top: 10px;
  font-weight: 700;
  margin-left:  20px;
  height: 20px;
	margin-bottom: 8px;
	line-height: 16px;*/
	
	background-image: url(../images/detalleCurso4.svg);
    background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 15px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
   
	
	
	
	
	
}
.DCFecha {
  /*background-image: url("../images/detalleCurso2.svg");
  background-repeat: no-repeat;
   min-height: 20px;
  padding-left: 30px;
  padding-top: 10px;
  margin-left:  20px;
  height: 20px;
margin-bottom: 8px;
	line-height: 16px;*/
	
	
	
		background-image: url(../images/detalleCurso2.svg);
    background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
   
	
	
	
	
	
	
}
.DCInscripcion {
 /* background-image: url("../images/detalleCurso8.svg");
  background-repeat: no-repeat;
  min-height: 20px;	
  padding-left: 30px;
  padding-top: 10px;
  margin-left:  20px;
 height: 20px;
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	
	
	  background-image: url("../images/detalleCurso8.svg");
	 background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
	
	
	
	
}
.DCAcreditacion{
 /* background-image: url("../images/detalleCurso3.svg");
  background-repeat: no-repeat;
    min-height: 20px;                        
  padding-left: 30px;
  padding-top: 10px;
 margin-left:  20px;
	height: 20px;
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	background-image: url("../images/detalleCurso3.svg");
	background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
	
	
	
	
	
	
	
}
.DCPrecio{
 background-image: url("../images/detalleCurso1.svg");
 background-repeat: no-repeat;
 max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
}

.DCHoras{
  /*background-image: url("../images/detalleCurso9.png");
  background-repeat: no-repeat;

  padding-left: 30px;
  padding-top: 4px;
  font-weight:700;
  margin-left:  20px;
	
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	
	background-image: url("../images/detalleCurso9.svg");
	background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
	
}



.DCCreditos{
 /* background-image: url("../images/detalleCurso10.png");
  background-repeat: no-repeat;

  padding-left: 30px;
  padding-top: 4px;
  font-weight:700;
margin-left:  20px;
		
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	background-image: url("../images/detalleCurso6.svg");
	background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    margin-bottom: 20px;
    line-height: 15px;
	padding-top: 5px;
	
	
}
.DCMetodologia1{
	/*background-image: url("../images/detalleCurso12.png");
  background-repeat: no-repeat;
 
  padding-left: 30px;
  padding-top: 4px;
  font-weight:700;
	margin-left:  20px;
		
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	background-image: url("../images/detalleCurso12.svg");
	background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    line-height: 15px;
	padding-top: 5px;
	
	
	
	
	
	
	
	
	
	
	
}
.DCMetodologia2{
/*	background-image: url("../images/detalleCurso11.png");
  background-repeat: no-repeat;
  
  padding-left: 30px;
  padding-top: 4px;
  font-weight:700;
	margin-left:  20px;
		
	margin-bottom: 8px;
	line-height: 16px;*/
	
	
	
	background-image: url("../images/detalleCurso11.svg");
	background-repeat: no-repeat;
    max-height: 33px;
    padding-left: 30px;
    font-weight: 500;
    height: 20px;
    line-height: 15px;
	padding-top: 5px;
}

.nn_tabs-tab a{
	color:#fff;
	
}
.tab-content{
	background-color:#fff;
	border-radius:0;
	line-height:22px;
	border: 1px solid #ffffff !important;
	
}
.nn_tabs > ul.nav-tabs > li {
  border-radius:0;	
  list-style: outside none none !important;
  margin: 0 2px -1px !important;
  overflow-y: visible !important;
  padding: 0 !important;
  background-color:#dedede !important;  
}

.nn_tabs > ul.nav-tabs > li.active {
	border-radius:0;	
  list-style: outside none none !important;
  margin: 0 2px -1px !important;
  overflow-y: visible !important;
  padding: 0 !important;
  background: #fff !important;  
  color:#08544d !important;

	
}
.nn_tabs.top > ul.nav-tabs > li.active > a {
  border: none !important;
  border-radius:0 !important;
  color:#ffffff;
  background-color:#08544d!important;
}


.nn_tabs.top > ul.nav-tabs > li.active > a:hover {
  border: none !important;
  border-radius:0 !important;
  background-color:#08544d  !important;
  color:#ffffff;
}



.nn_tabs.top > ul.nav-tabs > li > a {
  border: none !important;
  border-radius: 0 !important;
  color: #565656;
  font-weight: 700;
  font-size: 12px;
}

.nn_tabs.top > ul.nav-tabs > li > a:hover {
  border: none !important;
  border-radius:0 !important;
  background-color:#f1f1f1 !important;
  color:#9a9a9a;
}
.nn_tabs.top > ul.nav-tabs > li:hover { 
  background-color:#f1f1f1 !important;
}
.detalleCurso3 {
  margin-top: 20px;
  width: 100%;
  overflow: auto;
}
.DCFechaDestacada {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom:1px solid #9a9a9a;
  padding-bottom:10px;
  margin-bottom:10px;
}
.DCHoraDestacada{
	font-size: 20px;
  font-weight: bold;
  text-align: center;
	
}
.remind, .reset {
  background-color: #fff;
  padding: 50px 40px 53px;
  width: 100%;
}
.remind .well, .reset .well{
	border-radius:0;
	background-color:#fff;	
}
.remind .well fieldset p, .reset .well fieldset p{
	margin-bottom:20px !important;	
}
.remind .well .btn-primary, .reset .well .btn-primary {
  color: #fff;
  display: block;
  text-align: center;
}
.remind  input[type="text"],.remind  input[type="email"],.remind input[type="password"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 34px;
  width: 100%;
}
.tRecuerda {
font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
}
.recuerdameIS {
  margin-top: 18px !important;
}
.tInicioSesion{
font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00B76D;

}
.txtRecuerda{
	margin-bottom:42px;	
}
.btnRecuerda {
  background-color: #00B76D;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  line-height: 42px;
  margin-left: 0;
  margin-top: 0;
  min-height: 42px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.reset input[type="text"],.reset input[type="email"],.reset input[type="password"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 100%;
}
.btn-primary {
  background-color: #00B76D;
  background-image: linear-gradient(to bottom, #00B76D, #00B76D);
  background-repeat: repeat-x;
  border-color: #00B76D;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius:0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #00B76D;
	
}
.btn-primary:active,
.btn-primary.active {
	background-color: #00B76D \9;
}
.saludo {
  background-color: #00B76D;
  color: #fff;
  display: block;
  float: right;
  line-height: 28px;
  margin-right: 0;
  margin-top: 29px;
  min-height: 28px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.btnMisDatos .nav{
	margin:0;	
}
.tCambiarPass{
   /* background-image: url("../images/user.png");
    background-repeat: no-repeat;
    font-size: 29px;
    font-weight: 300;
    height: 38px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 43px;
    padding-top: 6px;*/
	
	
	font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
}



.profile-edit .validate {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.profile-edit form{
	margin:20px;
}
.cortina {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 87px;
  width: 100%;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.6;
}
.mensajes #system-message-container div {
  margin: 20px 0 0;
  background-color: #d5eaec;
}

.t1ReservaPlaza {
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0;
}
.tPaso1datos {
 font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
}

.tPaso2datos {
  background-image: url("../images/2.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 300;
  line-height: 40px;
  padding-left: 40px;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 29px;
}
.tPaso3datos {
  font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
}
.tPaso3datos .num1 {
  background-image: url("../images/1.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  width: 31px;
}
.tPaso3datos .num2 {
  background-image: url("../images/2.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-right: -3px;
  margin-top: -6px;
  width: 31px;
}
.tPaso3datos .num3 {
  background-image: url("../images/3.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  width: 31px;
}
.tPaso3datos .num4 {
  background-image: url("../images/4.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  margin-top: 5px;
  width: 31px;
}



.tPaso3datos .num2 {
  background-image: url("../images/2.png");
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 44px;
  /*margin-right: 15px;*/
  width: 44px;
}


.tPasoDatosSinNumero {
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 300;
  line-height: 40px;
  margin-top: 10px;
  font-size: 29px;
}

#cursoListUnico{
	border-bottom: 1px solid #ddd;
	margin: 0 0 4px;
	font-size:14px;
}
#cursoListUnico .acreCursoIA{
	font-weight:bold;
}
.formularioInscripcion .controls input[type="text"], .formularioInscripcion .controls input[type="email"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 98%;
}

.formularioInscripcion .controls input[type="checkbox"] {
  float: right;
  margin-right: 3%;
  margin-left:10px;
}
.formularioInscripcion .control-label label {
  margin-top: 11px;
}
.aceptoPolitica{
	float:right;	
}
.formularioInscripcion {
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 33px;
  padding: 30px 20px 18px;
}
.btnInscribirse {
    background-color: #00B76D !important;
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 42px;
    margin: 10px auto;
    height: 42px;
    text-align: center;
    width: 49%;
    margin-left: 2%;
    font-weight: 700;
}
.btnInscribirse:hover{
	color:#000;
	text-decoration:none;	
}
.btnInscribirseBlanco{
  background-color: #fff;
  color: #878787;
  display: block;
  font-size: 14px;
  line-height: 42px;
  margin: 10px auto;
  text-align: center;
  width: 49%;
  float:left;
  font-weight: 700;
}
.btnInscribirseBlanco:hover{
	color: #000;
	text-decoration:none;
}
.btnInscribirseBlanco2 {
  background-color: #fff;
    color: #878787;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    margin: 10px auto;
    height: 42px;
    text-align: center;
    width: 49%;
}
.btnInscribirseBlanco2:hover{
	color: #000;
	text-decoration:none;
}
.noDisponible{
  background-color: #929292;
  color: #e5e5e5;
  display: block;
  font-size: 28px;
  line-height: 66px;
  margin: 10px auto;
  min-height: 66px;
  text-align: center;
  width: 49%;
  float:left;  
  font-weight: 300;
}
.btnMensaje {
  background-color: #ff6868 !important;
	border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px !important;
    line-height: 42px !important;
    margin: 10px auto;
    height:  42px !important;
	min-height: 42px !important;
    text-align: center;
    width: 49%;
    margin-left: 2%;
    font-weight: 700;
	vertical-align: middle;
	
  /*border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-size: 29px !important;
  line-height: 66px !important;
  margin: 10px auto 10px 2%;
  min-height: 66px !important;
  text-align: center;
  text-decoration: none;
  width: 49%;
  font-weight:300 !important;*/
}
.searchintro {
  text-align: right;
  margin-right: 68px;
}
.tResultadosBusqueda {
  color: #333;
  display: block;
  font-size: 19.5px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 6px;
  width: 100%;
}
.headerResultado{
	padding:20px;
	background-color:#fff;
		
}
.cajaDeBusqueda{
	
}
.phrases{
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
	
}

.cajaDeBusqueda #search-searchword {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #333;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  font-size: 30px;
  font-weight: 300;

}

.btnBusqueda button {
  background-color: transparent;
  background-image: url("../images/buscar.png");
  background-repeat: no-repeat;
  border: medium none;
  display: block;
  color: transparent;
  width: 30px;
  height: 30px;
  margin-top: 21px;
}
.headerResultado .chzn-container-single .chzn-single {
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  display: block;
  height: 43px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  background:none;
}
.headerResultado .chzn-container-single .chzn-single div b {
  background: url("../images/flechaabajo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 15px;
  margin-top: 14px;
  width: 31px;
}
.headerResultado .chzn-container-single .chzn-single span {
  display: block;
  font-size: 15px;
  margin-right: 51px;
  overflow: hidden;
  padding-top: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headerResultado .chzn-container-single .chzn-single div {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}
.headerResultado .chzn-container {
width:100% !important;
}
.result-title a {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}
.result-category span {
  color: #3773ff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
.result-created{
	color:#626262;	
	margin-bottom:25px;
}
.search-results dt, .search-results dd{
	margin-left:0;	
}
.search-results{
	margin-top:20px;
	padding:20px;
	background-color:#fff;
	
}
.phrases-box{
	margin-bottom:20px;	
}
.starOff {
  /* background-image: url("../images/star-off.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.starOn{
	background-image:url(../images/star-off.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.formError .formErrorContent {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  box-shadow: 0 0 2px #000;
  color: #999;
  font-size: 13px;
  padding: 4px 10px;
  position: relative;
  width: 100%;
}

.estado_curso_finalizado{
	
}
.estado_inscricion_finalizado{
	color:#ff5b08;
}
.estado_inscricion_abierto{

	color:#14d680;
	
}
.estado_proximamente{
	
}





.detalleCurso .span4 {
  padding: 0px 0 0 22px;
}
.detalleCurso .span8 {
  padding: 0 20px 0 2px;
}

.datosPago p {
  background-color: #fff;
  margin-top: 15px;
  min-height: 40px !important;
  padding-top: 12px;
  text-align: center;
}
.formaPago {
  border-top: 1px solid #ccc;
  /*margin: 30px 30px 20px;*/
}
.filaMetodoPago {
    border-bottom: 1px solid #ccc;
    min-height: 92px !important;
}
.filaMetodoPago input {
    margin-top: 39px;
}
.filaMetodoPago img {
  margin-top: 18px;
}
.filaMetodoPago p {
    float: right;
    margin-top: 20px;
    padding: 5px;
    width: 50%;
}
.msgPago{
	padding:10px;
	font-size:14px;
	font-weight:bold;	
}
.registration {
  background-color: #fff;
  border-radius: 0;
  padding: 30px 30px;
  margin-bottom: 20px;
}
.registration .controls input[type="text"],.registration .controls input[type="email"],.registration .controls input[type="password"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 42px;
  width: 100%;
}
.registration .control-label label {
  margin-top: 11px;
  padding-right: 5px;
}
.tRegistro {
	font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00b76d;
    padding: 0px 0 10px 0;
}
.btnRegistrarte{

  background-color: #00B76D;
  border: medium none;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 39px;
  margin: 10px auto 10px 2%;
  text-align: center;
  width: 49%;
	
}
.cancelarBtn {
  background-color: #eee;
  color: #777;
  padding: 5px 12px;
  position: relative;
  top: 2px;
}
.cajaPageLogin{
	padding:30px;
	background-color:#fff;
	margin-top:0px;	
}


.InicioSES{
	background-color: #fffdbf; 
	padding: 10px 30px;
}


.enlacesLoginPage {
  margin-left: 176px;
}
.enlacesLoginPage li{
	list-style:none;
	
}
enlacesLoginPage li a{
	
}
.cajaPageLogin .controls input[type="text"],.cajaPageLogin .controls input[type="email"],.cajaPageLogin .controls input[type="password"] {
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 26px;
  width: 96%;
}
.cajaPageLogin .control-label label {
  margin-top: 11px;
}

.paso3_precio {margin: 30px 10px 10px 30px;}
		
.paso_3_bloque {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 33px;
  padding: 45px 20px 40px;
  margin-bottom: 20px;
}	

.paso_3_bloque .sin_numero {margin-left: 10px;}

.detalleNoticiaItem {
  background-color: #fff;
  padding: 20px;
}
.NwTitulo{
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 20px;
  font-weight:300;
}
.NwIntroText{
	
}

.NwFullText{
	
}
.fotoNoticia {
  margin: 30px 0;
}
.fotoNoticia img {
  width: 100%;
}
form {
  margin: 0;
}
.nn_tabs .nav-tabs > li > a {
  padding: 12px 38px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:300;
}
.nn_tabs.outline_content > .tab-content > .tab-pane {
  padding: 48px 25px;
}
.form-horizontal .controls {
  margin-left: 100px;
}
.form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 100px;
}
.registration  .controls {
  margin-left: 150px !important;
}
.registration .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 150px !important;
}
.cajaPageLogin .form-horizontal .controls {
  margin-left: 150px;
}
.cajaPageLogin .form-horizontal .control-label {
  float: left;
  padding-top: 5px;
  text-align: left;
  width: 150px;
}

#jform_estudios{
	height:auto !important;	
}
legend {
  font-weight: 300;
  font-size: 29px;
  padding-bottom: 5px;
}
.enlacesInicioSesion a {
    background-color: #fff;
    display: block;
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 33%;
    /* height: 57px; */
    line-height: 16px;
    color:#727272;
    /* vertical-align: middle !important; */
    padding: 13px 0;
	
	
	
}


.enlacesInicioSesion {
  clear: both;
  
}
.btnInicioSesion{
	background-color: #00B76D !important;
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 42px;
    margin: 10px auto;
    height: 42px;
    text-align: center;
    width: 49%;
    margin-left: 2%;
    font-weight: 700;
}
	

.carousel-indicators {
  bottom: 5px !important;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  right: 47%;
  z-index: 5;
  top:auto;
}
#datepicker .ui-datepicker-month {
    font-size: 36px;
    font-weight: 300;
    left: 15px;
    position: absolute;
    top: 12px;
}
#datepicker .ui-datepicker-year {
    font-size: 19px;
    font-weight: 300;
    left: 16px;
    position: absolute;
    top: 43px;
}
#datepicker .ui-datepicker-prev {
    background-image: url("../images/prev.png");
    display: block;
    height: 15px;
    left: 95px;
    position: absolute;
    top: 18px;
    width: 22px;
}
#datepicker .ui-datepicker-next {
    background-image: url("../images/next.png");
    display: block;
    height: 15px;
    left: 128px;
    position: absolute;
    top: 18px;
    width: 22px;
}
#datepicker {
  margin-left: 26px;
  margin-right: 26px;
  position: relative;
}
.ui-datepicker-header {
    border-bottom: 1px dashed #ccc;
    height: 74px;
}
.ui-datepicker-calendar th {
    font-size: 10px;
    font-weight: 300;
    padding: 10px 0 23px 14px;
    text-align: right;
}
.ui-datepicker-calendar {
    margin-left: 14px;
}
.ui-datepicker-calendar td {
    font-size: 11px;
    /*font-weight: bold;*/
    text-align: right;
	font-family: 'Open Sans', sans-serif;
}
.ui-datepicker-calendar td a {
    color: #333;
    cursor: text;
}
.ui-datepicker-calendar td a:hover {
   text-decoration:none;
}
.btns_1{
  width:100%;
   line-height:66px !important;
  height:66px;
  font-size:29px !important;
}
.btns_2{
  width:49%;
  margin:10px 0.50%;
  line-height:42px !important;
  height:42px;
  font-size:29px !important;
}

.btns_3{
	width:32%;
	margin:10px 0.65%;
    height:42px;
	font-size:29px !important;	
    line-height:42px !important;	
}
.btns_4 {
    margin: 10px 1% 0 0;
    width: 24.2%;
    height: 42px;
    font-size: 29px !important;
    line-height: 47px !important; 
}

.accionesBtnInscripcion a {
  font-size: 14px !important;
  font-weight: 700 !important;
}
#member-profile .btnInicioSesion {
  width: 49%;
}
.accionesBtnInscripcion .btnInscribirseBlanco{
  background-color: #fff;
  color: #777;
  display: block;
  float: left;
  min-height: 30px;
  text-align: center;  
  line-height: 35px;
  font-size: 14px !important;
  font-weight: 700;
}
.accionesBtnInscripcion .btnInscribirseBlanco:hover{
	color: #000;
	text-decoration:none;
}


.accionesBtnInscripcion .btnInscribirseVerde{
  background-color: #00B76D;
  display: block;
  float: left;  
  min-height: 30px;
  text-align: center;  
  line-height: 35px;  
  font-size: 16px;
  font-weight: 300;
  color:#fff;
}

.accionesBtnInscripcion .btnInscribirseVerde:hover{
	color: #fff;
	text-decoration:none;
}
.contact{
	padding:40px;
	background-color:#fff;
	font-size:14px;	
}
.tContacto{
	background-image:url(../images/tContacto.png);
	
background-repeat: no-repeat;
font-size: 29px;
font-weight: 300;
height: 38px;
line-height: 30px;
margin-bottom: 30px;
margin-top: 0;
padding-left: 43px;
padding-top: 6px;
	
}
.menuInferior {
    text-align: center;
}
.menuInferior ul {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%;
}
.menuInferior li {
    display: inline;
    float: left;
    margin-left: 13px;
}
.menuInferior a {
    color: #333;
    font-size: 11px;
}
.menuInferior a:hover{
	color:#333 !important;
	background-color:transparent !important;	
}







.frontWeb .wizard {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}


.frontWeb .wizard ul.steps li.step,
.frontWeb ul.dropdown-menu.removeList li{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.frontWeb .wizard ul.steps {
  list-style: none outside none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  position:relative;
  left:0 !important;
}
.frontWeb .wizard ul.steps.previous-disabled li.step.complete {
  cursor: default;
}
.frontWeb .wizard ul.steps.previous-disabled li.step.complete:hover {
  background: #f3f4f5;
  color:#00B76D;
  cursor: default;
}
.frontWeb .wizard ul.steps.previous-disabled li.step.complete:hover .chevron:before {
  border-left-color: #3773ff;
}
.frontWeb .wizard ul.steps li.step {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0 !important;
  color: #707070;
  cursor: default;
  float: left !important;
  font-size: 16px !important;
  font-weight: 300;
  height: 46px !important;
  line-height: 46px !important;
  margin: 0 !important;
  min-width: 28%;
  padding: 0 20px 0 10px !important;
  position: relative !important;
  border-right: 1px solid #707070;
}
.frontWeb  .wizard ul.steps li.step .chevron {
 /* border: 24px solid transparent;
  border-left: 14px solid ;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;*/
}
.frontWeb .wizard ul.steps li.step .chevron:before {
  /*border: 24px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;*/
}
.frontWeb .wizard ul.steps li.step.complete {
  background: #e5e5e5;
  color:#00B76D ;
}
.frontWeb .wizard ul.steps li.step.complete:hover {
  background: #e7eff8;
  cursor: pointer;
}
.frontWeb .wizard ul.steps li.step.complete:hover .chevron:before {
  border-left: none;
}
.frontWeb .wizard ul.steps li.step.complete .chevron:before {
  border-left: none;
}
.frontWeb .wizard ul.steps li.step.active {
  background: #3773ff;
  color: #fff;
}
.frontWeb .wizard ul.steps li.step.active .chevron:before {
  border-left: none;
}
.frontWeb .wizard ul.steps li.step.active .badge {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 300;
  height: 30px;
  line-height: 26px;
  margin-right: 8px;
  margin-top: 5px;
  text-align: center;
  width: 17px;
}
.frontWeb .wizard ul.steps li.step .badge {
  background-color: #707070;
  border: none;
  border-radius: 20px;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 300;
  height: 30px;
  line-height: 28px;
  margin-right: 8px;
  margin-top: 6px;
  text-align: center;
  width: 17px;
  color:#fff;
}
.frontWeb .wizard ul.steps li.step:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}

.frontWeb .wizard .actions {
	display: table;
}

.frontWeb .wizard .actions .act {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.frontWeb .wizard .actions .act .btn{
	white-space:nowrap;
}

.frontWeb .wizard .actions {
  background-color: #fff;
  border-left: 1px solid;
  float: right;
  height: 46px;
  line-height: 46px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  z-index: 99;
}
.frontWeb .wizard .actions a {
  line-height: 45px;
  font-size: 12px;
  margin-right: 8px;
}
.frontWeb .wizard .actions .btn-prev i {
  margin-right: 5px;
}
.frontWeb .wizard .actions .btn-next i {
  margin-left: 5px;
}
.frontWeb .step-content{
  padding: 10px;
}
.frontWeb .jForms_btn-next {
  background: url("/../../templates/funden/images/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: transparent;
  height: 15px;
  width: 25px;
  text-shadow: 0 0 0 #fff;
}
.frontWeb .jForms_btn-next:hover {
  background: url("/../../templates/funden/images/next.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
}
.frontWeb .jForms_btn-prev{
	  background: url("/../../templates/funden/images/prev.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
	
}
.frontWeb .jForms_btn-prev:hover{
	  background: url("/../../templates/funden/images/prev.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: transparent;
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
	
}
.frontWeb .step-content .step-pane {
  display: none;
}
.frontWeb .step-content .active {
  display: block;
}
.frontWeb .step-content .active .btn-group .active {
  display: inline-block;
}

.frontWeb .btn-next,
.frontWeb .btn-prev {
	white-space: nowrap;
}
.frontWeb .badge-success {
  background-color: #c4c4c4 !important;
}
 

.frontWeb .step-content .controls input[type="text"],.frontWeb .step-content .controls input[type="email"]{
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 95%;
}
.frontWeb .step-content .controls textarea{
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 95%;
  
  min-height:150px;
}
.frontWeb .step-content .controls select{
	border-radius: 0;
  	height: 40px;
  	width: 95%;
	
}
.frontWeb .step-content .buttonfix {
     border: 1px solid #e5e5e5;
     height: 38px;
}
.frontWeb .step-content .buttonfix  .icomoon{
  margin-top:10px;
  
}

.frontWeb .step-content .controls input[type="checkbox"] {
  float: right;
  margin-right: 3%;
  margin-left:10px;
}
.frontWeb .step-content .control-label label {
  margin-top: 11px;
}
.frontWeb .step-content .controls{
	float:left;	
	width:83%;
}
.frontWeb .step-content .control-label{
	float:left;	
	width:15%;
	margin-right:2%;
}
.frontWeb #jform_fecha-titulo-btn,.frontWeb  #jform_fecha-finalizacion-estudios-btn{
	border: 1px solid #e5e5e5;
     height: 38px;
	
}
.frontWeb #jform_fecha-titulo-btn  .icomoon, .frontWeb #jform_fecha-finalizacion-estudios-btn .icomoon{
  margin-top:10px;
  
}

.frontWeb .fieldsform .controls input[type="text"],.step-content .controls input[type="email"]{
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 95%;
}
.frontWeb .fieldsform .controls textarea{
  background-color: #e5e5e5;
  border: medium none;
  border-radius: 0;
  height: 40px;
  width: 95%;
  
  min-height:150px;
}
.frontWeb .fieldsform .controls select {
  border-radius: 0;
  height: 44px;
  width: 95%;
}
.frontWeb .fieldsform .buttonfix {
     border: 1px solid #e5e5e5;
     height: 38px;
}
.frontWeb .fieldsform .buttonfix  .icomoon{
  margin-top:10px;
  
}

.frontWeb .fieldsform .controls input[type="checkbox"] {
  float: right;
  margin-right: 3%;
  margin-left:10px;
}
.frontWeb .fieldsform .control-label label {
  margin-top: 4px;
}
.frontWeb .fieldsform .controls {
  float: left;
  width: 83%;
  margin-left: 0;
}
.frontWeb .fieldsform .control-label{
	float:left;	
	width:15%;
	margin-right:2%;
}
.frontWeb .fieldsform .controls input[type="checkbox"] {
  float: right;
  margin-left: 10px;
  margin-right: 3%;
  margin-top: 7px;
}
.frontWeb .checkboxes li{
	border-right:1px solid #f1f1f1;	
	padding-right:20px;
	margin-left:0;
}
.frontWeb ul.checkboxes li label {
  display: inline;
  float: none;
  margin: 0 !important;
}
.frontWeb .maxupload_info {
  margin-left: 48px;
}
.frontWeb #jform_casadoa {
  float: left;
  margin-top: 12px;
}
.br-play-button, .br-prev-button, .br-next-button {
  background-color: #1b1b1b;
  border: 1px solid #000;
  cursor: pointer;
  display: none !important;
  overflow: hidden;
  position: absolute;
}
.br-thumbnails li.br-bullet {
  background-color: #fff;
  border: medium none;
  border-radius: 50%;
  height: 16px;
  margin: 4px;
  opacity: 0.7;
  width: 16px;
}
.br-thumbnails li.br-bullet:hover, .br-thumbnails li.br-bullet.br-curr {
  background-color: #FCF400 !important;

}
input, button, select, textarea {
  font-family: "Raleway",Helvetica,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {

  font-weight: 300;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow:none !important;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.detalleNoticia div p {
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iniReg.reg {
    background-color: #76a2b7 !important;
}

.pdatos {
padding-top: 30px;	
font-size:10px;
line-height:12px;
text-align: justify
}