.centrar {
	text-align:center;
}

.contenedor {
background-color:#424656;
padding:50px;
width:100%;
/* sombra interna */
-moz-box-shadow:inset 0 0 10px #1c1e25;
-webkit-box-shadow:inset 0 0 10px #1c1e25;
box-shadow:inset 0 0 10px #1c1e25;
/* termina sombra interna*/
}

/*Preguntas detonadoras
------------------------------------*/
.preg_detonadoras {
	background-color:#C2EEEB;
	border-style:solid;
	border-color:#2ea6a0;
	border-top:##2ea6a0;
	border-radius:10px;

	
}

.preg_titulo {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f25e3b;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 1px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.preg_titulo p {
	font-weight:bolder;
}

.preg_contenido {
	margin-bottom:10px;
	padding-left: 25px;
	padding-bottom: 1px;
	border-radius:5px;
	margin-top:10px;
}


/*Preguntas detonadoras
------------------------------------*/
.preg_detonadoras2 {
	background-color:#FDEBE7;
	border-style:solid;
	border-color:#f25e3b;
	border-top:##f25e3b;
	border-radius:10px;

	
}

.preg_titulo2 {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#f25e3b;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 1px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.preg_titulo2 p {
	font-weight:bolder;
}

.preg_contenido2 {
	margin-bottom:10px;
	padding-left: 25px;
	padding-bottom: 1px;
	border-radius:5px;
	margin-top:10px;
}








/*Instrucciones
------------------------------------*/
.instruccion {
	color:#3C0;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;

}

/*Botones
------------------------------------*/
.btn-green {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	color: #fff;
	background-image: linear-gradient(to bottom,#51a351,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-blue {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: linear-gradient(to bottom,#08c,#04c);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
	color: #fff;
	background-image: linear-gradient(to bottom,#04c,#04c);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-bluelight {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-bluelight:hover, .btn-bluelight:focus, .btn-bluelight:active, .btn-bluelight.active, .open .dropdown-toggle.btn-bluelight {
	color: #fff;
	background-image: linear-gradient(to bottom,#2f96b4,#2f96b4);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-red {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
	color: #fff;
	background-image: linear-gradient(to bottom,#bd362f,#bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-yellow {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow {
	color: #fff;
	background-image: linear-gradient(to bottom,#f89406,#f89406);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-orange {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #fff;
	background-image: linear-gradient(to bottom,#51a351,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-purple {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
	color: #fff;
	background-image: linear-gradient(to bottom,#51a351,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-pink {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
	color: #fff;
	background-image: linear-gradient(to bottom,#51a351,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-gray {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom,#62c462,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open .dropdown-toggle.btn-gray {
	color: #fff;
	background-image: linear-gradient(to bottom,#51a351,#51a351);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-white {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #fff;
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
	color: #000;
	background-image: linear-gradient(to bottom,#e6e6e6,#e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.btn-black {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	margin-top: 10px;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open .dropdown-toggle.btn-black {
	color: #fff;
	background-image: linear-gradient(to bottom,#222,#222);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

/*Listas
------------------------------------*/
.nmp {
	margin:0;
	padding:0;
}

ul.square li {
	position:relative;
	list-style-type:none;
	padding-left:20px;
}

ul.square li:before {
	width:7px;
	height:7px;
	content:"";
	position:absolute;
	left:5px;
	top:8px;
	background:#777;
}

ul.square.pink li:before {
	background:#F38A88;
}

ul.square.blue li:before {
	background:#0087BA;
}

ul.square.yellow li:before {
	background:#e3ba00;
}


/*-------------------------TABLA CON BORRDE---------------------------*/
.table > thead > tr > th {
	border-bottom: 1px solid #063e59 ;
	background-color: #063e59 ;
	color: #fff;
}
.table-bordered {
	border-color: #063e59 ;
}


.table {
margin-top: 20px;
border: 2px solid #063e59;
border-right-width: 10px;
border-bottom-width: 10px;
}

.table-bordered>tbody>tr>td {
	border: 1px solid #ddd;
	
	}
	.box-blue-02 {
    padding-top: 15px;
	padding-bottom: 20px;
}
.box-blue-02-item {
    background-color: #EBF9F8
;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px;
     border-left: 1px solid #ccc;
     border-right: 1px solid #ccc;
     border-top: 4px solid #2ea6a0  ;
     border-bottom: 4px solid #2ea6a0  ;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.box-blue-02-item:hover {
    background-color: #2ea6a0  ;
    color: #e6e9ef;
}
.box-blue-02-item:hover a {
    color: #fff;
    border-color: #fff;
}
@media (max-width: 991px) {
.box-blue-02-item {
    margin-bottom: 20px;
}

/*circulos pequeños 3*/
.caption-head03{
	height:130px;
	width:130px;
	margin:0 auto 30px;
	padding:10px;
	overflow:hidden;
	background-color:#fff;
	border:6px solid #CFCFCF; /*color del borde*/
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head03 .caption-icon:hover,.caption-head03 .caption-title03:hover{
	cursor:pointer
}
.caption-head03 h3{
	font-size:13px;
	font-style:normal;
	margin-top:-10px;
	
}
.caption-head03:hover{
	background-color:#d62957; /*color del circulo*/
	cursor:pointer;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}
.caption-head03:hover>.caption-title03{
	color:#fff; /*color del texto*/
	-webkit-animation:slideFromBottom 500ms ease;
	-moz-animation:slideFromBottom 500ms ease;
	-o-animation:slideFromBottom 500ms ease;
	animation:slideFromBottom 500ms ease
}


/*circulos pequeños 4*/
.caption-head04{
	height:130px;
	width:130px;
	margin:0 auto 30px;
	padding:10px;
	overflow:hidden;
	background-color:#fff;
	border:6px solid #CFCFCF; /*color del borde*/
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease

}
.caption-head04 h3{
	font-size:13px;
	font-style:normal;
	margin-top:-10px;
	
	
	
}
.caption-head04:hover{
	background-color:#d62957; /*color del circulo*/
	
	-webkit-transition:background-color .3s ease;
	-moz-transition:background-color .3s ease;
	-o-transition:background-color .3s ease;
	transition:background-color .3s ease
}


.referencia{
	font-size:10px;
	}