body {
	padding-top: 57px;
}

h2 {
	margin: 0 0 .5em;
	padding: .5em;
}

h4 {
	margin-top: 1em;
	font-size: 1.50em;
}

h5 {
	margin-top: 1em;
	font-size: 1.15em;  
	font-weight: bold;
}

p[name] {
	font-size: 18px;
}

p[name="taruko"] {
	font-style: oblique;
}

p[name^="tai"] {
	font-family: monospace;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol .a {
	list-style-type:lower-latin;
}

ol .b {
 	counter-reset: 44;
}

ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol > li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;    
}

li ol > li {
	margin: 0;
}

/*span {
	color: grey;
}*/

td {
	cell-padding: 1em;
	margin-top: 1em;
	border:	1px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.cabecera {
	margin-top: .25em;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-radius: 0 0 .5em .5em;
	background-color: #f2f2f2;
}

.cabecera3 {
	margin-top: .25em;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	border-radius: 0 0 .5em .5em;
	background-color: #f2f2f2;
}

.cabecera2 {
	margin-top: 2em;
	border: 1px solid #CCC;
	padding: .5em;
	border-radius: 0 0 .5em .5em;
	margin-bottom: 1em;
	background-color: #f2f2f2;
}

.card h3.btn {
	font-size: 1em;
}

.columna-izq {
	width: 24%;
}

.mb-0 {
	margin-bottom: 0.0em;
}

.fs-2{
	font-size: 2em;
}

.fs-15{
	font-size: 15px;
}

.mb-06 {
	margin-bottom: 0.6em;
}

.minh-200 {
	min-height: 200px;
}

.pl-20px {
	padding-left: 20px
}

.plazo {
	font: 90% sans-serif;
	font-style: bold;
}

.redes-sociales {
	<!--/*border-left: solid 2px #D01715;*/-->
	text-align: right;            
	font-size: 50px;
	margin-top: 0.75em;
}

.section-content {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 1em;
	border-radius: 0 0 .5em .5em;
	margin-bottom: 1em;
}

.section-content2 {
	border: 1px solid #CCC;
	background: #FFF;
	padding: .5em;
	border-radius: 0 0 .5em .5em;
	margin-bottom: 1em;
}

.section-content-alt {
	border-radius: .5em;
}

.section-content2-alt {
	border-radius: .5em;
}

.section-title {
	background: #E6E6E6;
	border-radius: .5em .5em 0 0;
	padding: .5em;
	border: 1px solid #CCC;
	margin: 0;
}

.tabla-bn {
	border-collapse: separate;
	border-spacing: 0px 10px;
	width: 100%;
}

.tabla-bn td,
.tabla-bn th{
	text-align: center;
	padding: 0 5px 5px 5px !important;
	margin-bottom: 5px;
	border-right: dotted 1px #000000;
	border-top: 0px !important;
	border-bottom: dotted 1px #000000;
}

.textoTituloRojo {
	font: 330% sans-serif;
	color: #e81b16;
	background-color:#e6e6e6;
}

.textoTitulo1 {
	font: 120% sans-serif;
	margin-top: 20em;
	font-weight: bold;
	<!--/*background-color: #ccc;*/-->
}

.textoTitulo2 {
	font: 240% sans-serif;
	margin-top: 20em;
	margin-left: 2em;
	background-color: #ccc;
}

.textoTitulo3 {
	font: 240% sans-serif;
	margin-top: 20em;
	margin-left: 2em;
}

.textoTituloNormal {
	font: 100% sans-serif;
	margin-top: 20em;
}

.textoTituloNormal2 {
	font: 160% sans-serif;
	margin-top: 20em;
	margin-left: 3em;
}

<!--/* Acordeón */-->	
.panel-heading a:after {
	float: left;
	color: white;
	background-color: #000;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	margin-right: 10px;
}

.panel-heading a.collapsed:after {
	content: "\f105";
}

.panel-default>.panel-heading {
	background-color: #fff;
	border: 0;
}

.panel {
	border: 0;
	webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: 0;
}

.panel-body {
	padding-left: 50px;
}

.panel-title>a {
	color: #E81B16;
}

.panel-title>a:hover,
.panel-title>a:focus,
.panel-title>a:active {
	text-decoration: none;
}

.panel-title h4 {
	color: #E81B16;
}

#fantasy {
	font-family: fantasy;
}

/* media Querires */
@media (max-width: 768px) {
	.img {
		margin: 1em;
		padding:1em;
		border:1px solid #021a40;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.card {
		min-height: 15em;
	}
	.img {
		margin: 1em;
		padding:1em;
		border:1px solid #021a40;
		width: 50%;
	}
}  
