/* CSS Document */

.sistBody {
	background-image: url(../imagenes/fondoMatrix.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #00043A;
	background-position: 50% top;
	background-size:cover;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	color: white;
}

.vAlturaBody {
	background-color: transparent;
}

.maderaBody {
	background-image: url(../imagenes/mad2.jpg);
	background-attachment: fixed;
	background-color: #392419;
	color: white;
}

.maderaBodyB {
	background-image: url(../imagenes/mad5.jpg);
	background-attachment: fixed;
	background-color:#D5CABE;
	color: black;
}

.mar {
	background-image: url(../imagenes/mar.jpg);
	background-attachment: fixed;
	background-color:#0C9DE3;
	color: black;
}

.mar .container {
	background-color: rgba(255, 255, 255, 0.8);
    border-radius: 13px;
}


.bootstrap-datetimepicker-widget table td span:hover
{
    background: #2c2c2c!important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #224b79;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover
{
	background: #224b79;
}

a:link {
    color: white;
}

/* visited link */
a:visited {
    color: #e3f2f4;
}

/* mouse over link */
a:hover {
    color: #7096A0;
}

.negro
{
	color:black;
	background-color: rgba(255,255,255,0.80);
}
/* selected link */
.negro a:active:not(.btn){
    color: #111111;
}

.negro a:link:not(.btn){
    color: #004882;
}

/* visited link */
.negro a:visited:not(.btn){
    color: #1E1E1E;
}

/* mouse over link */
.negro a:hover:not(.btn){
    color: #161619;
}

/* selected link */
.negro a:active:not(.btn){
    color: #0D0D0D;
}

.popover-title{
    background:#444444;
}

.popover-content{
    color: #000;
}
