@charset "UTF-8";
a {
    text-decoration: none;
    color: #682f7a;
}
a:focus, a:hover {
    color: #764D77;
}
.navbar {
   
    min-height: 80px;
}
.text-nosotros {
	padding: 120px 0 50px 0;
font-size: 1.4em;
line-height: 1.4em;
font-weight: 600;
color: #3c3f7a;
}
.mu-nos {
	padding: 30px 0;
}
.ventajas li {
	margin-bottom: 15px;
line-height: 1.2em;
font-size: 1.1em;
}

.mu-reportar {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
    color: #fff;
 
    font-size: 1.05em;
}
.mu-form {
	background-color:rgba(255,255,255,0.85);
	border-radius:6px;
	padding:50px;
	color: #303466;
}

.mu-reportar h3 {
	text-align:center;
	margin:10px 0 30px 0;
}
.mu-about h3 {
	color:#303466;
}
.mu-reportar-info {
display: block;

padding: 60px 0 30px 0;
width: 100%;


	
}


.mu-reportar-info ul li{
list-style: disc;
font-size: 1em;
line-height: 1.8em;
margin-left: 30px;

}
.table {
	background-color: rgba(255,255,255,0.7);
color: #764D77;
	margin: 0 auto;
}
.table td {
	border-bottom: 1px solid rgba(0,175,151,0.20);
}
tr th {
	text-align: center;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	background-color: #4C79AB;
}
tr .nc, tr:hover .nc {
	background-color: #B8D650 !important;
}
tr .ng, tr:hover .ng {
	background-color: #00B3AA !important;
}
tr .ff, tr:hover .ff {
	background-color: #0082C3 !important;
}
tr .pr, tr:hover .pr {
	background-color: #364E57 !important;
}
.table-hover > tbody > tr:hover > td {
	background-color: rgba(0,175,151,0.10);
}
@media (max-width:768px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #923296;
    margin-top: 40px;
}
}
