html,body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body, html{
	font-family: 'Roboto Condensed', sans-serif;
}
a{
	text-decoration:none;
}
.navegar, .menu-practicas{
	list-style:none;
	margin:0;
	padding:0;
}
.cabecera{
	background-color: #088A85;
	padding: 20px;
}
.nombre{
	color: #E44F2B;
	font-size: 40px;
	text-align: center;
}
.bar-navegar{
	background-color: #E44F2B;
}
.menu-desplegable{
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #fff;
    width: 90%;
    background:url("../images/nav-icon.png") 100% no-repeat;
}
.navegar{
	background-color: #E44F2B;
}
.navegar:before, .navegar:after{
    content: " "; 
    display: table; 
}
.navegar:after{
    clear: both;
}
.navegar a{
    padding: 10px 40px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navegar a:hover{
	color: black;
}
.navegar li{
    position: relative;
}
.navegar > li{
    float: left;
}
.navegar > li:last-child{
	background-image: none;
}
.navegar > li{
    background-image: url("../images/line-divider.png");
    background-repeat: no-repeat;
    background-position: right;
}
.navegar > li > a{
    display: block;
}
.navegar li  ul{
    position: absolute;
    left: -9999px;
}
.navegar > li.hover > ul{
    left: 0;
}
.navegar li li.hover ul{
    left: 100%;
    top: 0;
}
.navegar li li a{
    display: block;
    background: #EA5E3C;
    position: relative;
    z-index: 100;
    border-top: 1px solid #EF7A5D;
    padding: 10px;
    
}
.navegar li li a:hover{
	  background: #DB502E;
}
.clear{
	clear: both;
}

.slider-text1, .slider-text2{
	float: left;
	width: 50%;
}
.slider-text3{
	width: 100%
}
.slider-text1 h2, .slider-text2 h2, .slider-text3 h2{
	color: #e44f2b;
	font-size: 40px;
	margin: 0 30px;
}
.slider-text1 p, .slider-text2 p, .slider-text3 p{
	color: #8fa7ae;
	font-size: 20px;
	margin: 0 30px;
}
.slider-text1 a{
	background-color: #8fa7ae;
	display: inline-block;
	padding: 8px 25px;
	font-size: 20px;
	color: #23272a;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 30px;
}
.slider-text1 a:hover{
	color: #FFF;
	background-color: #6C9BA9;
}
.slider-text1 a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-width: 22px 0px 18px 8px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #23272a;
}
.slider-text1 a:before{
    content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-width: 21px 8px 18px 0px;
	border-style: solid;
	border-color: rgba(239, 0, 0, 0) #23272a rgba(0, 128, 0, 0) rgba(35, 39, 42, 0);
}
.slider-text2 .herruti li, .slider-text3 .herruti li{
	color: #8fa7ae;
	margin: 0 50px;
}
.cuerpo{
	padding: 20px 0;
}
.nombrecrono{
	font-size: 40px;
	text-align: center;
}
.cajaimgcrono{
	text-align: center;
	padding-right: 0;
}
.reloj{
	width: 200px;
	height: 200px;
}
#crono{
	font-size: 120px;
    color: #e44f2b;
}
.footer{
	background-color: #04B4AE;
	padding: 1% 0;
	color: white;
}
.firma{
	float:left;
}
.fecha{
	float:right;
}
.firma p, .fecha p{
	margin: 0 20px;
}
