body{
	background-image: url(../img/pj.jpg);
}

#fondo-header{
	background-image: url(../img/fondo-cabecera.jpg);
	height: 250px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.navbar-box{
	border-radius: 0px;
	border: 1px solid #e7e7e7;
}

.bg-container{
	background: white;
}

.box-default{
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
}

.mg-t{
	margin-top: 10px;
}

.mg-b{
	margin-bottom: 10px;
}

.mg-l{
	margin-left: 10px;
}

.mg-r{
	margin-right: 10px;
}

.bd-t{
	border-top: 4px solid #9b2a2c;
}

.bd-b{
	border-bottom : 4px solid #9b2a2c;
}

.bd-l{
	border-left: 4px solid #9b2a2c;
}

.bd-r{
	border-right: 4px solid #9b2a2c;
}
.title{
	background-color: #9b2a2c;
	color: white;
	padding: 5px 0 5px 0;
}

.bg-default{
	background: #ececec;
}

.bg-detalle{
	background: #ccc;
}

.lst-square{
	list-style-type: square;
}

.text-red{
	color: #9b2a2c;
}

.text-black{
	color: black;
}

.text-white{
	color: white;
}

.enlace, .enlace:hover, .enlace:visited{
	color: #9b2a2c;
}

/*Estilo para tabs*/
.red a{
	color: #9b2a2c;
}

.red li.active>a, .red li.active>a:hover, .red li.active>a:focus {
	color: white;
	background-color: #9b2a2c;
}

.reset li>a{
	border-radius: 4px;
	border: none;
}

.reset li>a:focus, .reset li>a:hover{

}

.myscroll{
	width:100%; 
	height:700px; 
	overflow: auto;
}



