
.navegacion{
	width: 1000px;
	margin: 30px auto;
}

.navegacion ul{
	list-style: none;
}

.menu > li{
	position: relative;
	display: inline-block;
}

.menu > li > a{
	display: block;
	padding: 15px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: medium;
}

.menu li a:hover{
	color: #CE7D35;
	transition: all .3s;
}

/* Submenu*/

.submenu{
	position: absolute;
	background:#00036f;
	width: 250%;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.5s;
	z-index: 999 !important;
	font-size: medium;
}

.submenu li a{
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

.menu li:hover .submenu{
	visibility: visible;
	opacity: 1;
}

.slider_ppal{
	width: 570px;
	height: 400px;
	background: url(../images/banner.jpg);
	background-size: 570px 400px;
	animation: slide 20s infinite;
}


@keyframes slide
{
	25%{
		background: url('../images/banner.jpg');
		background-size: 570px 400px;
	}

	50%{
		background: url('../images/banner2.jpeg');
		background-size: 570px 400px;
	}
	
	75%{
		background: url('../images/banner3.jpeg');
		background-size: 570px 400px;
	}
	
	100%{
		background: url('../images/banner3.jpeg');
		background-size: 570px 400px;
	}
	
}



#whats_flot img {
    position: fixed;
    bottom: 25px;
    right: 99px;
    width: 60px;
    border-radius: 100%;
    
	
	ground-color: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    transition: box-shadow 150ms linear;
    animation: pop_up 250ms backwards
}

#whats_flot img:hover {
    box-shadow: 0 5px 24px rgba(0,0,0,.3)
}


.contenedor_curso{
	float: left;
	width: 33%;
	padding: 20px;
	
}

.biselado{
	border: 5px outset #ffffff;
}

.titular_curso
{
	height: 50px;
	vertical-align: middle
}

.meinteresa_curso
{
	margin-top: 10px;
	height: 25px;
	vertical-align: middle;
	text-align: right 
}

.fila_valores
{
	margin-top: 10px;
	width: 100%;
	height: 200px;
	vertical-align: middle;
	display: table
	
}


.celda_valores
{
	background-color: #3033c5;
	width: 30%;
	height: 200px;
	float: right;
	font-size: medium !important;
	color: white;
	display: table-cell;
	vertical-align: middle !important
}

.celda_valores_impar
{
	background-color: white;
	width: 30%;
	height: 200px;
	float: right;
	font-size: medium !important;
	color: black;
	display: table-cell;
	vertical-align: middle !important
}

.titulo_parrafo
{
	margin: 0px;
    font-size: 24px;
	line-height: 2;
    font-weight: bold;
	text-align: justify
}

.texto_parrafo
{
	text-align: justify;
	color: black
}
.centrado
{
	text-align: center
}

.titulo_back{
	
	width: 100%;
	min-height: 250px;
	opacity: 0.6;
	vertical-align: middle;
	background-position: bottom
}

.titulo_fondo{
	padding: 50px;
	opacity: 1 !important;
	color: black;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


.galeria_tira
{
	width: 100%;
	float: left;
}


.foto_tira
{
	padding: 10px;
	width: 20%;
	float: left;
}


.foto_redonda
{
	border-radius: 10px 30px;
	height: 120px
}



.texto_tira
{
	padding: 10px;
	width: 20%;
	float: left;
	font-size:xx-small !important;
	text-align: justify
}


.texto_tira2
{
	padding: 10px;
	width: 25%;
	float: left;
	font-size:xx-small !important;
	text-align: justify
}


.texto_tira_titulo
{
	font-weight: bold !important;
}

.listas{
	list-style-type: square !important;
}