@charset "UTF-8";
/* CSS Document */
/*ESTILO MODIFICADO PARA BOOTSTRAP LAGG 2015*/
/* GLOBALS */
/*
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}*/

.form-1 {
    /* Size and position */
    width: 98%;
    margin: 35px auto 30px;
    padding: 10px;
    position: relative;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 1px;
    color: #004E63;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-1 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-1 h1 .log-in,
.form-1 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-1 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-1 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-1 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-1 .float:first-of-type {
    padding-right: 5px;
}

.form-1 .float:last-of-type {
    padding-left: 5px;
}



.form-1 h3{
	text-align:center;
	display:inline-block;
	width:90%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-1 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 140px;
	position:relative;
	clear:both;
	text-align:left;
}
.form-1 label.etiqueta_long{
	width:220px;	
}

.form-1 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 250px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-1 label i {
    margin-right: 3px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-1 input[type=text],
.form-1 textarea,
.form-1 input[type=password] {
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-1 input[type=text]:hover,
.form-1 textarea:hover,
.form-1 input[type=password]:hover {
    border-color: #f37021;
	background-color:#FFC09B;
}


.form-1 label:hover ~ input {
    border-color: #CCC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus {
    border-color: #f37021;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}

.form-1 input[type=submit],
.form-1 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 20px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 20px; /* Same as height */
}

.form-1 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 25px;
}

.form-1 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-1 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-1 input[type=submit]:hover,
.form-1 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-1 input[type=submit]:active,
.form-1 .log-twitter:active{
    top: 1px;
}

.form-1 .button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
   /* font-size: 1.1em;*/
    font-size: 10px;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-1 .button:hover,
.form-1 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-1 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-1 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-1 .log-twitter:hover {
    background: #2a8ac4;
}

.form-1 p:last-of-type {
    clear: both;    
}

.form-1 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-1 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-1 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}


/* Demo 2 */

.form-2 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.field{
	font-size:12px;
	padding: 7px 2px;
	text-align:left;
}

.box-left{
	width:45%;
	float:left;
	clear:both;
	padding-bottom:15px;
}

.box-right{
	width:45%;
	float:right;
	clear:right;
	position:relative;
}
.form-2 h3{
	text-align:center;
	display:inline-block;
	width:99%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-2 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 140px;
	position:relative;
	clear:both;
	text-align:left;
}

.form-2 label.dataTable {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
	position:relative;
	clear:both;
	text-align:left;
}

.form-2 label.etiqueta_long{
	width:220px;	
}

.form-2 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 12px;    
	float: left;
    width: 250px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-2 label.etiquetaBoot{ 
	    display: inline;
		margin-bottom: 4px;
        font-weight: 800;
   	    float:none;
		font-size: 14px;
	}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-2 input[type=text],
.form-2 textarea,
.form-2 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 2px;
    margin-bottom: 0px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}

.form-2 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 2px;
    margin-bottom: 5px;
    border: 1px solid #1275BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-2 input[type=text]:hover,
.form-2 textarea:hover,
.form-2 input[type=password]:hover {
    border-color: #f37021;
	background-color:#FFC09B;
}


.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #f37021;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 20px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 20px; /* Same as height */
}

.form-2 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 25px;
}

.form-2 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.form-2 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

.form-2 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
	font-weight:700px;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-2 button:hover,
.form-2 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}

.form-2 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-2 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}
.form-2 .submitCng {
    /* Size and position */
    width: 148px;
    height: 139px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2; 
	

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-2 .txtC{
	font-size:24px !important;
	color:#FF0000;
	padding: 8px !important;
	
}
.msgCD{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	width:450px;		
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form2 .span7 {
    width: 670px;
}
.form2 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form2 .span7 {
    width: 540px;
}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

#div_status{
	display:none;
}
#div_close{
	width:100%;
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}

/* Demo 3 para tablas con bootstrap y dataTable */

.form-3 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
	/*background-color:#EFEFEF;*/
	background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-3 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-3 h1 .log-in,
.form-3 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-3 h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-3 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-3 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-3 .float:first-of-type {
    padding-right: 5px;
}

.form-3 .float:last-of-type {
    padding-left: 5px;
}

.field{
	font-size:13px;
	padding: 7px 3px;
	text-align:left;
}

.box-left{
	width:45%;
	float:left;
	clear:both;
	padding-bottom:15px;
}

.box-right{
	width:45%;
	float:right;
	clear:right;
	position:relative;
}
.form-3 h3{
	text-align:center;
	display:inline-block;
	width:99%;
	padding: 4px 4px;
	font-size:14px;
	font-weight:bold;
}
.form-3 label {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
	float: left;
   /* width: 140px;*/
	position:relative;
	clear:both;
	text-align:left;
}

.form-3 label.etiqueta_long{
	width:330px;	
}

.form-3 label.etiqueta_longd {
    /*display: block;*/
	padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
	float: left;
    width: 350px;
	position:relative;
	clear:both;
	text-align: right;
}

.form-3 label.etiquetaBoot{ 
	    display: inline;
		margin-bottom: 4px;
        font-weight: 800;
   	    float:none;
		font-size: 14px;
	}

.form-3 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-3 input[type=text],
.form-3 textarea,
.form-3 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}

.form-3 select {
    font-size: 13px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 input[type=radio] {
	padding:3px;
	background-color:#E0EEFF;
	appearance:radio-button;
	margin:5px;
}

.form-3 input[type=text]:hover,
.form-3 textarea:hover,
.form-3 input[type=password]:hover {
    border-color: #f37031;
	background-color:#FFC09B;
}


.form-3 label:hover ~ input {
    border-color: #CCC;
}

.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
    border-color: #f37031;
	background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}


.form-3 input[type=submit],
.form-3 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-3 .cont-button{
	width:140px;
	alignment-adjust:central;
	margin-top: 35px;
}

.form-3 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-3 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-3 input[type=submit]:hover,
.form-3 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-3 input[type=submit]:active,
.form-3 .log-twitter:active{
    top: 1px;
}

/*.form-3 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-3 button:hover,
.form-3 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-3 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-3 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-3 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-3 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-3 .txtC{
	font-size:34px !important;
	color:#FF0000;
	padding: 8px !important;
	
}
.msgCD{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	width:450px;		
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-3 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-3 .log-twitter:hover {
    background: #3a8ac4;
}

.form-3 p:last-of-type {
    clear: both;    
}

.form-3 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-3 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-3 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form3 .span7 {
    width: 670px;
}
.form3 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form3 .span7 {
    width: 540px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}

#div_status{
	display:none;
}
#div_close{
	width:100%;
	font-size:11px;
	text-align:right;
	vertical-align:middle;
}

.form3 button, input, optgroup, select, textarea {
    color:  -moz-buttonhovertext;
    font: inherit;
    margin: 0;
}

/* Demo 4 para tablas con bootstrap y dataTable */

.form-4 {
    /* Size and position */
    width: 95%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
    /*background-color:#EFEFEF;*/
    background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-4 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#999;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-4 h1 .log-in,
.form-4 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-4 h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-4 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-4 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-4 .float:first-of-type {
    padding-right: 5px;
}

.form-4 .float:last-of-type {
    padding-left: 5px;
}

.field{
    font-size:13px;
    padding: 7px 3px;
    text-align:left;
}

.box-left{
    width:45%;
    float:left;
    clear:both;
    padding-bottom:15px;
}

.box-right{
    width:45%;
    float:right;
    clear:right;
    position:relative;
}
.form-4 h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
.form-4 label {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
}

.form-4 label.etiqueta_long{
    width:330px;    
}

.form-4 label.etiqueta_longd {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
    width: 350px;
    position:relative;
    clear:both;
    text-align: right;
}

.form-4 label.etiquetaBoot{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:none;
        font-size: 14px;
    }

.form-4 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-4 input[type=text],
.form-4 textarea,
.form-4 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0px;
    /*border: 1px solid #1375BC;*/
	border: 1px solid #CCC;
    border-radius: 3px;  
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}

.form-4 select {
    font-size: 14px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #1375BC;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}

.form-4 input[type=radio] {
    padding:3px;
    background-color:#E0EEFF;
    appearance:radio-button;
    margin:5px;
}

/*.form-4 input[type=text]:hover,
.form-4 textarea:hover,
.form-4 input[type=password]:hover {
    border-color: #f37031;
    background-color:#FFC09B;
}


.form-4 label:hover ~ input {
    border-color: #CCC;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus {
    border-color: #f37031;
    background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}*/


.form-4 input[type=submit],
.form-4 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: center;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-4 .cont-button{
    width:140px;
    alignment-adjust:central;
    margin-top: 35px;
}

.form-4 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-4 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-4 input[type=submit]:hover,
.form-4 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-4 input[type=submit]:active,
.form-4 .log-twitter:active{
    top: 1px;
}

/*.form-4 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-4 button:hover,
.form-4 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-4 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-4 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-4 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-4 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-4 .txtC{
    font-size:34px !important;
    color:#FF0000;
    padding: 8px !important;
    
}
.msgCD{
    font-size:18px;
    color:#F00;
    font-weight:bold;
    width:450px;        
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-4 .log-twitter:hover {
    background: #3a8ac4;
}

.form-4 p:last-of-type {
    clear: both;    
}

.form-4 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-4 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-4 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form4 .span7 {
    width: 670px;
}
.form4 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form4 .span7 {
    width: 540px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form-4 .panel-info > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    }
    
.form-4 .panel-info {
    border-color: #337ab7;
    }
        
 .form-4 .panel-heading >h3 {
        font-size:12px;
        /*color:#2461AD;*/
        
        }
 .form-4 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }       

.form-4 .tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

/* Demo 5 para tablas con bootstrap y dataTable */

.form-5 {
    /* Size and position */
    width: 100%;
    margin: 10px auto 30px;
    padding: 15px;
    position: relative;
    font-size: 80%;

    /* Styles */
    /*background: #fffaf6;*/
    /*background-color:#EFEFEF;*/
    background-color:#FFF;
    border-radius: 4px;
    color: #004E63;
    box-shadow:
        0 3px 3px rgba(0,0,0,0.3),        
        0 1px 5px rgba(0,0,0,0.3),        
        0 0 0 13px rgba(355,355,355,0.4); 
}

.form-5 h1 {
    font-size: 15px;
    font-weight: bold;
    color:#2461AD;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E3;
    text-shadow: 0 3px 0 rgba(355,355,355,0.8);
    box-shadow: 0 1px 0 rgba(355,355,355,0.8);
}

.form-5 h1 .log-in,
.form-5 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

<div class="form-5"></div> h1 .log-in {
    color: #6c6763;
    padding-right: 3px;
}

.form-5 h1 .sign-up {
    color: #ffb347;
    padding-left: 3px;
}

.form-5 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(355,355,355,1);
}

.form-5 .float:first-of-type {
    padding-right: 5px;
}

.form-5 .float:last-of-type {
    padding-left: 5px;
}

.field{
    font-size:13px;
    padding: 7px 3px;
    text-align:left;
}

.box-left{
    width:45%;
    float:left;
    clear:both;
    padding-bottom:15px;
}

.box-right{
    width:45%;
    float:right;
    clear:right;
    position:relative;
}
.form-5 h3{
    text-align:center;
    display:inline-block;
    width:99%;
    padding: 4px 4px;
    font-size:14px;
    font-weight:bold;
}
.form-5 label {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
   /* width: 140px;*/
    position:relative;
    clear:both;
    text-align:left;
}

.form-5 label.etiqueta_long{
    width:330px;    
}

.form-5 label.etiqueta_longd {
    /*display: block;*/
    padding: 5px 7px 5px 7px;
    cursor: pointer;
    font-weight: 500;
    text-shadow: 0 1px 0 rgba(355,355,355,0.8);
    font-size: 13px;    
    float: left;
    width: 350px;
    position:relative;
    clear:both;
    text-align: right;
}

@media (max-width: 700px){
	.form-5 label.etiquetaBoot{ 
      
        /*display: inline;
        margin-bottom: 4px;
        font-weight: 800;*/
        float:none;
		/*font-size: 14px;
    }*/
        
 }
 }

.form-5 label.etiquetaBoot{ 
        display: inline;
        margin-bottom: 4px;
        font-weight: 800;
        float:rigth;
        font-size: 14px;
		width:190px;
		text-align: right;
 }

.form-5 label i {
    margin-right: 5px; /* Gap between icon and text */
    /*display: inline-block;*/
    width: 10px;
}

.form-5 input[type=text],
.form-5 textarea,
.form-5 input[type=password] {
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    margin-bottom: 0px;
    /*border: 1px solid #1375BC;*/
	border: 1px solid #CCC;
    border-radius: 3px;  
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}

.form-5 select {
    font-size: 14px;
    font-weight: 400;
    display:inline;
    padding: 3px;
    margin-bottom: 5px;
    <!--border: 1px solid #1375BC;-->
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
   
}

.form-5 input[type=radio] {
    padding:3px;
    background-color:#E0EEFF;
    appearance:radio-button;
    margin:5px;
}

/*.form-5 input[type=text]:hover,
.form-5 textarea:hover,
.form-5 input[type=password]:hover {
    border-color: #f37031;
    background-color:#FFC09B;
}


.form-5 label:hover ~ input {
    border-color: #CCC;
}

.form-5 input[type=text]:focus,
.form-5 input[type=password]:focus {
    border-color: #f37031;
    background-color:#FFC09B;
    outline: none; /* Remove Chrome's outline */
}*/


.form-5 input[type=submit],
.form-5 .log-twitter {
    /* Size and position */
    /*width: 49%;*/
    height: 30px;
   /* float: left;*/
    position: center;

    /* Styles */
    box-shadow: inset 0 1px rgba(355,355,355,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-size: 14px;
    line-height: 30px; /* Same as height */
}

.form-5 .cont-button{
    width:140px;
    alignment-adjust:central;
    margin-top: 35px;
}

.form-5 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(355,355,355,0.3);
}

.form-5 .log-twitter {
    margin-right: 1%;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #3a8ac4);
    background: -ms-linear-gradient(#34a5cf, #3a8ac4);
    background: -o-linear-gradient(#34a5cf, #3a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#3a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #3a8ac4);
    background: linear-gradient(#34a5cf, #3a8ac4);
    border: 1px solid #3b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-5 input[type=submit]:hover,
.form-5 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(355,355,355,0.3), 
        inset 0 30px 40px rgba(355,355,355,0.15);
}

.form-5 input[type=submit]:active,
.form-5 .log-twitter:active{
    top: 1px;
}

/* .form-5 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.1em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: url(http://cursos.ugtovirtual.mx/loginform/images/bg.jpg) repeat top left;
    background: #53cfeb; /* Fallback */
    background: -moz-linear-gradient(#53cfeb, #43A3BC);
    background: -ms-linear-gradient(#53cfeb, #43A3BC);
    background: -o-linear-gradient(#53cfeb, #43A3BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#53cfeb), to(#43A3BC));
    background: -webkit-linear-gradient(#53cfeb, #43A3BC);
    background: linear-gradient(#53cfeb, #43A3BC);
    box-shadow: 
        inset 0 1px 0 rgba(355,355,355,0.3),
        0 1px 3px rgba(0,0,0,0.35),
        inset 0 3px 3px rgba(355,355,355,0.3),
        inset 0 -3px 3px rgba(0,0,0,0.1);

    cursor: pointer;
}*/

/*.form-5 button:hover,
.form-5 button[type=submit]:focus {
    background: #53cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-5 button:active {
    background: #43A3BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}*/

.form-5 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-5 .submitIni {
    /* Size and position */
    width: 85px;
    height: 30px;
    /* Styles */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}
.form-5 .submitCng {
    /* Size and position */
    width: 130px;
    height: 130px;
    position: absolute;
    top: 17px;
    right: -35px;
    padding: 10px;
    z-index: 3;   

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 3px rgba(0,0,0,0.1),
        0 3px 3px rgba(0,0,0,0.1),
        inset 0 -3px 3px rgba(0,0,0,0.3);
}

.form-5 .txtC{
    font-size:34px !important;
    color:#FF0000;
    padding: 8px !important;
    
}
.msgCD{
    font-size:18px;
    color:#F00;
    font-weight:bold;
    width:450px;        
}



/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-5 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-5 .log-twitter:hover {
    background: #3a8ac4;
}

.form-5 p:last-of-type {
    clear: both;    
}

.form-5 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-5 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-5 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}



.form-5 .span7 {
    width: 670px;
}
.form-5 [class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form-5.span7 {
    width: 540px;
}
[class*="span"] {
    float: left;
    margin-left: 30px;
    min-height: 1px;
}
.form-5 .panel-info > .panel-heading {
    background-color: transparent;
    border-color: #337ab7;
    color: #fff;
    }
    
.form-5 .panel-info {
    border-color: #337ab7;
    }
        
 .form-5 .panel-heading >h3 {
        font-size:12px;
        /*color:#2461AD;*/
        
        }
 .form-5 .panel-heading >h2 {
        font-size:18px;
        /*color:#2461AD;*/
        
        }       

.form-5 .panel-title {
    color: #2461AD;
	font-weight:700;
}		

.form-5 .tablePrueba > thead >tr {
    background:  no-repeat scroll right center #337ab7;
    color:#fff;
    font-weight:bold;
}

.form-5 .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #E8F8FF !important;
}

.form-5 .of_NoLeido a {
    color: #0f4c98 !important;
	font-weight:600;
}

.form-5 .formError .formErrorContent  {  border: none !important; }
  .formError .formErrorArrow div {
   
    border-left:  border: none !important;
    border-right:  border: none !important;
   }
   
 .form-5  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
	   font-weight:600;
   }

/* SIMPLE RESUME TEMPLATE BOOTSNIP */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.page-header{
  text-align: center;    
}

/*social buttons*/
.btn-social{
  color: white;
  opacity:0.9;
}
.btn-social:hover {
  color: white;
    opacity:1;
}
.btn-facebook {
background-color: #3b5998;
opacity:0.9;
}
.btn-twitter {
background-color: #00aced;
opacity:0.9;
}
.btn-linkedin {
background-color:#0e76a8;
opacity:0.9;
}
.btn-github{
  background-color:#000000;
  opacity:0.9;
}
.btn-google {
  background-color: #c32f10;
  opacity: 0.9;
}
.btn-stackoverflow{
  background-color: #D38B28;
  opacity: 0.9;
}

/* resume stuff */

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin-bottom: 5px;
    padding: 20px;
}
.bs-callout:last-child {
    margin-bottom: 0px;
}
.bs-callout h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4{
    color: #d9534f;
}

.resume .list-group-item:first-child, .resume .list-group-item:last-child{
  border-radius:0;
}

/*makes an anchor inactive(not clickable)*/
.inactive-link {
   pointer-events: none;
   cursor: default;
}

.resume-heading .social-btns{
  margin-top:15px;
}
.resume-heading .social-btns i.fa{
  margin-left:-5px;
}



@media (max-width: 992px) {
  .resume-heading .social-btn-holder{
    padding:5px;
  }
}


/* skill meter in resume. copy pasted from http://bootsnipp.com/snippets/featured/progress-bar-meter */

.progress-bar {
    text-align: left;
	white-space: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.progress-bar > .progress-type {
	padding-left: 10px;
}

.progress-meter {
	min-height: 15px;
	border-bottom: 2px solid rgb(160, 160, 160);
  margin-bottom: 15px;
}

.progress-meter > .meter {
	position: relative;
	float: left;
	min-height: 15px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
	border-left-width: 2px;
}

.progress-meter > .meter-right {
	float: right;
	border-right-width: 2px;
}

.progress-meter > .meter-right:last-child {
	border-left-width: 2px;
}

.progress-meter > .meter > .meter-text {
	position: absolute;
	display: inline-block;
	bottom: -20px;
	width: 100%;
	font-weight: 700;
	font-size: 0.85em;
	color: rgb(160, 160, 160);
	text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
	text-align: right;
}
/* SIMPLE RESUME TEMPLATE BOOTSNIP */
/* MAS ESTILOS */

#div_status{
    display:none;
}
#div_close{
    width:100%;
    font-size:11px;
    text-align:right;
    vertical-align:middle;
}
/*////Radio Button and CHeckbox funky////*/ 
.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
	display: inline-table;
	margin-top: -34px;
	padding: 8px;
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}

/* Botones 3d */
.btn3d, .btn3d:focus {
    position:relative;
    top: -6px;
    border:0;
    -moz-outline-style:none;
         outline:medium none;
     transition: all 0.04s linear;
    /*margin-top:10px;
     margin-bottom:10px;*/
     margin-left:2px;
     margin-right:2px;
}

.btn3dCircle{
/*[{- Border radius -}]*/
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-khtml-border-radius:50px;
	-o-border-radius:50px;
}

.btn3d:active, .btn3d.active {
    top:2px;
}
.btn3d.btn-white {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#fff;
}
.btn3d.btn-white:active, .btn3d.btn-white.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#fff;
}
.btn3d.btn-default {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255,255,255,0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0,0,0,.2);
    background-color:#f9f9f9;
}
.btn3d.btn-default:active, .btn3d.btn-default.active {
    color: #666666;
    box-shadow:0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,.1);
    background-color:#f9f9f9;
}
.btn3d.btn-primary {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #4D5BBE, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#4274D7;
}
.btn3d.btn-primary:active, .btn3d.btn-primary.active {
    box-shadow:0 0 0 1px #417fbd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color:#4274D7;
}
.btn3d.btn-success {
    box-shadow:0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#78d739;
}
.btn3d.btn-success:active, .btn3d.btn-success.active {
    box-shadow:0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #78d739;
}
.btn3d.btn-info {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #348FD2, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#39B3D7;
}
.btn3d.btn-info:active, .btn3d.btn-info.active {
    box-shadow:0 0 0 1px #00a5c3 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #39B3D7;
}
.btn3d.btn-warning {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#FEAF20;
}
.btn3d.btn-warning:active, .btn3d.btn-warning.active {
    box-shadow:0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #FEAF20;
}
.btn3d.btn-danger {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#D73814;
}
.btn3d.btn-danger:active, .btn3d.btn-danger.active {
    box-shadow:0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #D73814;
}
.btn3d.btn-magick {
    color: #fff;
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0,0,0,0.5);
    background-color:#bb39d7;
}
.btn3d.btn-magick:active, .btn3d.btn-magick.active {
    box-shadow:0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255,255,255,0.15) inset, 0 1px 3px 1px rgba(0,0,0,0.3);
    background-color: #bb39d7;
}
