/*
Project Name: Registro de Actividades CEA
Version: 1.0.0
*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
   padding-top: 60px;
   padding-bottom: 40px;
}
a {
	color: #e70033;
}
.navbar-inverse {
  background: url(../images/header-back2.png) no-repeat #e70033 center;
  border-bottom: #fff 10px solid!important;
  height: 130px;
  margin:0 auto;
}
.cea {
	 background: url(../images/CEA_logo.png) no-repeat center center;
	 margin: 0 auto;
	 height:250px
	 
 }
.jumbotron {
  margin-bottom: 30px;
  color: inherit;
  background-color: #F5F5F5;
  width:100%;
  overflow:hidden;
}
.jumbotron-vote {
  margin-bottom: 30px;
  color: inherit;
  background-color: #F5F5F5;
  width:100%;
  padding-top:100px;
  overflow:hidden;
}
.jumbotron-vote h1 {
	font-size:42px;
	margin-top: 20px;
    margin-bottom: 50px;
}
.col-md-8 {
	width:auto;
}
.btn-primary {
    color: #fff;
    background-color: #e70033;
    border-color: #ffffff;
}
.btn-primary2 {
    color: #fff;
    background-color: #666;
    border-color: #ffffff;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #333333;
    border-color: #122b40
    
}
.btn-primary:hover {
    color: #fff;
    background-color: #333333;
    border-color: #204d74
}
.btn-primary2:hover {
    color: #fff;
    background-color: #e70033;
    border-color: #e70033
}
/*Added by RRN */
.btn-info {
  color: #fff;
  background-color: #666;
  border-color: rgba(255,255,255,0);
}
.btn-info:hover {
    color: #fff;
    background-color: #E10022;
    border-color: rgba(255,255,255,0);
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #E10022;
    border-color: rgba(255,255,255,0);
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #E10022;
    border-color: rgba(255,255,255,0);
}
/* Finish here RRN */
.wrapper {
	width:1170px;
	margin: 0 auto;
}
.col-md-offset-4 {
	margin:0 auto;
}
.wrapper_admin {
    width:1250px;
    padding: 0 0 30px 0;
    margin:0 auto
}
.separation {
	width:100%;
	height:50px;
	clear:both
}
.separation-border {
	width:100%;
	height:20px;
	border-bottom:#CCC dotted 1px;
	clear:both
}
.panel-heading {
    padding: 5px 15px;	
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px 5px;
    border-bottom: 1px solid #eee;
	
}
.panel-footer {
	padding: 1px 15px;
	color: #33333;
}
footer {
	margin:0 0 0 5px;
}
.profile-img {
	width: 66px;
	height: 66px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.alert-danger {
    color: #e70033;
    background-color: #FFC;
    border-color: #e70033;
}
.close {
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #F12943;
    text-shadow: 0 1px 0 #fff; 
    filter: alpha(opacity=20);
   	opacity: .9;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
li {
    display: block;
	font-size:15px;
	line-height:24px;
	padding-bottom:10px
}
.breadcrumb>li {
	display: inline-block;
	font-size:12px;
	padding-bottom:0;
}
li a {
	color:#333333;
}
li a:hover {
	color: #e70033;
}

li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    /*margin-top: 4px;
	margin-bottom: 5px*/;
    color: #E70033;
    margin-right: 8px;
}
.noArrow li:before{
	content:"";
}/* added by RRN on 13/jun/2016 */
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
	content: "\e080";
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
    line-height: 1;
    color: #e70033;
}
h2{
	text-align:left;/* RRN*/
	margin-bottom: 20px
}
.hidden {
    display:none;
}/* added by RRN 17/jun/2016*/
.telExt{
    float:left
}/* added by RRN 23 jun 2016 */

/*Added by RRN on 17 August intentando hacer el double scrolling al div del panel en matricula*/
.wrapper1, .wrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1 { height: 20px; }
.wrapper2 {}
.div1 { height: 20px; }
.div2 { overflow: none; }

 .visOverflow {
      overflow: visible!important;
    }


@media (max-width: 767px) {
body {
	margin:0 5px 0 5px;
}

.navbar-inverse {
  background: url(../images/header-back2.png) no-repeat #e70033 left;
  border-bottom: #fff 10px solid;
  height: 130px;
  margin:0 auto;
  background-position:0px 0px; 
  }
 
.wrapper {
    width: 510px;
    margin: 0 auto;
}
.col-md-4 {
    width: 200px;
	float:left;
	padding-bottom:15px;
	padding-top:15px;
}
.input-group .form-control {
	width:200px;
}
.panel {
	width:280px;
}
.btn-block {
    display: block;
    width: 200px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.col-sm-6 col-md-4 col-md-offset-4 {
    width: 200px;
}
col-sm-12 col-md-10  col-md-offset-1 {
	width: 200px;	
}
.col-sm-8, .col-md-8 {
	width:290px;
	text-align:left;
	margin:5px;
	padding-bottom:20px;
}
.jumbotron {
    margin-bottom: 30px;
    color: inherit;
    background-color: #F5F5F5;
    width: 100%;
    overflow: hidden;
}
.red {
	color:#E10022;
}
h2{
	text-align:center;/* RRN*/
}
}
@media (max-width: 1024px) {
h2{
	text-align:left;/* RRN*/
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}

.col-sm-8 {
	margin-bottom:20px;
}
.form-group-login {
    margin-bottom: 15px;
	min-width:220px;
}
.navbar-inverse {
    background: url(../images/header-back2.png) no-repeat #e70033;
    border-bottom: #fff 10px solid;
    height: 130px;
    margin: 0 auto;
}
}
.menu_right a {
	float: right;
	color:#fff;
	margin:40px auto;
	font-size:14px;
	padding:5px 10px;
	border: #FFF solid 1px;
	border-radius: 2px;
}
.menu_right a:hover {
	background-color:#333
	
}
.second_menu {
	width: 1170px;
	margin: 50px 0 0 0;
	padding:40px 0 0 0;
	height:130px	
}
.alt {
	width: 1170px;
	margin: 50px 0 0 0;
	padding:10px 0 0 0;
	height:100px	
}
.taller_menu {
	width: 1170px;
    margin: 50px 0 0 0;
	padding:40px 0 0 0;
	height:130px;
}
.nav-pills>li>a {
	padding: 5px 25px;
	background-color: #DFDFDF;
	margin-right:10px;
	color:#333
}
.nav-pills>li.active>a {
	background-color:#E10022;
}
.nav-pills>li.active>a:hover {
	background-color:#FF012C;
}
#subscription_content {
	
	
}
#subscription_content_taller {
	margin-top:0px;

}
.front  {
	font-size:68px!important;
	color: #333!important;
	line-height:70px;
	font-weight:400;
	font-family: 'Raleway', Arial, sans-serif;
	
}

p  {
    margin: 0 10px 0 2px;
}
.front_text {
    margin: 0 20px 20px 2px;
	font-size:15px!important;
	line-height:24px;
	padding-bottom:10px;
}
.divider {
	height:30px;
	width:100%;
	border-bottom:#E10022 solid 1px;
	
}
li {
	font-size:15px!important;
	font-weight: 200;
	text-align:justify;
	
}
ul {
	margin: 0 20px 0 2px;
	padding-left:5px;
}
h4 {
	font-size:24px;
	color:#E10022;
	margin-bottom:20px;
	font-weight:400
}
h6 {
	font-size:48px;
	color: #333!important;
	font-weight:400;
	font-family: 'Raleway', Arial, sans-serif;	
}
.panel-heading {
	background-color: rgba(255, 246, 149, 0.3)!important;
}
.glyphicon-send:before {
	padding-right: 10px;
}
.dt-buttons {
    position: relative;
    float: left;
    margin-bottom: 8px;
}
.panel-taller {
    width: 1670px;
	margin: 0 auto;
    border-color: #ddd;
}
.panel-tallerRRN {
    width: 1380px;
	margin: 0 auto;
    border-color: #ddd;
}
.panel-usuarios {
    width: 1770px;
	margin: 0 auto;
    border-color: #ddd;
}
.panel-final {
    width: 1630px;
	margin: 0 auto;
    border-color: #ddd;
}
.panel-asistencia {
    width: 1700px;
	margin: 0 auto;
    border-color: #ddd;
}
.panel-height{
  height: 200px;
}

