*{
	padding: 0;
	margin: 0;
}

html, body{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	height: 100%;
	width: 100%!important;
	background-color: #33383d;
}

.content-general{
	background: white;
	border-radius: 4px 4px 0 0;
	margin: 10px 10px 0px 10px;
	min-height: 100%;
}

header{
	background: #f0f0ed;
	padding: 8px 10px;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
}

header a{
	text-decoration: none;
	margin-right: 3px;
	border-radius: 20px;
	background: #f0f0ed;
	line-height: 20px;
	font-size: 25px;
	padding: 6px;
	color: #969fa1;
	transition: background .2s;
	float: right;
}

header a:hover{
	color: #fff;
	background-color: #969fa1;
}

.content{
	padding: 15px;
	margin-top: 20px;
}

.title{
	text-align: center;
}

.content form{
	margin: 20px auto 0px;
	width: 80%;
}

.content form fieldset{
	padding: 15px 0px;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.content form fieldset legend{
	margin: 0 auto;
	padding: 0px 10px;
	font-size: 18px;
}

.content form fieldset input[type=search]{
	width: 80%;
	margin: 0 auto;
	display: block;
	padding: 7px 10px;
	border-radius: 4px;
	border: 3px solid #f0f0ed;
	background: rgba(245, 222, 179, 0.27);
	font-family: 'Open Sans', sans-serif;
}

.content form fieldset input[type=submit]{
	display: block;
	margin: 10px auto;
	padding: 8px 18px;
	border: none;
	background: #004e90;
	color: white;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
}

.content .content-busqueda{
	width: 70%;
	margin: 0 auto;
}

.table{
	width: 100%;
	border-collapse: collapse;
}

.table th{
	background: #858689;
	color: #fff;
	border-bottom: 4px solid #ddd;
	font-size: .87em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px;
}

.table th:first-child{
	width: 17%;
}

.table td{
	text-align: center;
	border:	1px solid #ddd;
	padding: 6px 0px;
}

.table td a{
	color: #004e90;
	text-decoration: none;
	display: block;
	width: 20%;
	margin: 0 auto;
	line-height: 22px;
	border-radius: 4px;
}

.table td a:hover{
	background: #004e90;
	color: white;
}

.content-detalle{
	margin: 10px;
}

.content-float{
	overflow: hidden;
	margin-bottom: 5px;
}

.r5{
	width: 50%;
	float: left;
}

.presentante{
	float: left;
	width: 25%;
}

.contenido{
	float: left;
	width: 75%;
}

.content-detalle h4{
	font-size: 15px;
}

.label{
	text-transform: uppercase;
	font-weight: 700;
	
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.bg-dark-blue{
	background-color: #3b8dbd;
}

.label-danger{
	background-color: #d24d33;
}

.bg-green-alt{
	background-color: #58b868;
}

.text{
	font-size: 20px;
	display: inline-block;
	margin: 10px 0px;
	padding: 8px;
}