﻿body
{
	background-color: #000;
	letter-spacing: 2px;
}
/*boton regresar*/
.rtntop
{
	position: fixed;
	top: 90%;
	left: 92%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	z-index: 2000;
	cursor: pointer;
	transition: 500ms;
}
.rtntop a
{
	color: #fff;   
	font-size: 30px;
}
.rtntop:hover
{
	
}
.rtntop a:hover
{
	color: #000;
    font-size: 35px;
    transition: 500ms;
}
@media screen and (max-width: 610px)
{
	.rtntop
	{
		top: 90%;
		left: 82%;
	}
}
/*modales*/
.modal-content
{
	background-color: rgba(0, 0, 0, 0.50);
	box-shadow: 1 1 1;
	border-radius: 0;
}
.modal-title
{
	color: white;
	font-weight: bold;
	text-align: left;
}
.modal-header
{
	border-bottom: 2px solid white;
}
.modal-footer
{
	border-top: 2px solid white;
}
.pensum1 h4
{
	color: white;
	text-align: center;
}
.pensum1 summary
{
	color: azure;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
}
.pensum1 li
{
	color: white;
	list-style-position: inside;
	text-align: left;
}
.BtnModalClose
{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: transparent;
	line-height: 15px;;
	color: white;
	border:none;
	outline: none;
	display: block;
	margin: 0 auto;
	transition: 500ms ease;
}
.BtnModalClose:hover
{
	background-color: rgba(238, 46, 32, 0.85);
}
.UlMobileMenu
{
	padding: 15px 0;
	margin: 10px 0;
}
.UlMobileMenu li
{
	list-style-type: none;
	padding: 6px;
	transition: 500ms ease;
}
.UlMobileMenu li a
{
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.UlMobileMenu li:hover
{
	background-color: rgba(238, 46, 32, 0.85);
}
header
#Menu
{
    
	height:auto;
	position: fixed;
	z-index: 2000;
    
}
#Menu li
{
	display: inline-block;
	padding: 4px 20px;
	margin: 15px 0 0 0;
}
#Menu a
{
	color: white;
	text-decoration: none;
	font-size: 16px;
	transition: 500ms ease;
}
#Menu a:hover
{
	
	color: black;
}
#Menu ul > li
{
	border-left: 1px solid #FFF;
}
#Menu ul li inicio
{
	background-color: rgba(238, 46, 32, 0.85);
}
#mobilemenu
{
	background-color: #000;
	height: 60px;
	padding: 10px;
	width: 100%;
	position: fixed;
	z-index:500;
    list-style:none;
}
.BtnMobileMenu
{
	color: white;
	font-size: 30px;
	padding: 5px 10px;
	cursor: pointer;
}
@media screen and (max-width: 610px)
{
	#menu
	{
		display: none;
	}
	#mobilemenu
	{
		display: block;
	}
}
@media screen and (min-width: 610px)
{
	#menu
	{
		display: block;
	}
	#mobilemenu
	{
		display: none;
	}
}
.grande
{
    list-style:none;
    height: auto;
    padding: 300px 0 235px 0;
    background-attachment: fixed;
    position:absolute;
    z-index: 1000;
}
@media screen and (max-width: 610px)
{
	.grande
	{
		padding: 605px 0 254px 0;
	}
}
.grande img
{
	margin-top: 20px;
	margin-left: 630px;
    position:center;
    width: 80%;
}
.wrap 
{
    
    width: 250%;
    max-width: 1000px;
    margin: auto;
    padding:20%;
    position: absolute;
    z-index: 1000;
}

.widget 
{
    width: 40%;
    margin: 2em;
}

.widget p 
{
    display: inline-block;
    line-height: 1em;
}

.reloj
{
    margin-top: 300px;
	margin-left: 280px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    padding: 20px;
    font-size: 4em;
    text-align: center;
    color: #fff;70
}

.reloj .caja-segundos
{
    display: inline-block;
}

.reloj .segundos,
.reloj .ampm
{
    font-size: 1rem;
    display: block;
}

/*modales*/
.modal-contentSIUANE
{
	background-color: rgba(0, 0, 0, 0.50);
	box-shadow: 1 1 1;
	border-radius: 0;
}
.modal-title
{
	color: white;
	font-weight: bold;
	text-align: center;
}
.modal-header
{
	border-bottom: 2px solid white;
}
.modal-footer
{
	border-top: 2px solid white;
}

.BtnModalSIUANEClose
{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: transparent;
	line-height: 15px;
	color: white;
	border:none;
	outline: none;
	display: block;
	margin: 0 auto;
	transition: 500ms ease;
}
.BtnModalSIUANEClose:hover
{
	background-color: rgba(238, 46, 32, 0.85);
}

#iframeSIUANE {
    width:1500px;
    height: 740px;
}

.BtnobileMenuHOME
{
	height:auto;
	position: fixed;
	z-index: 1010;
    display: inline-block;
	padding: 4px 40px;
	margin: 15px 0 0 0;
    color: white;
	text-decoration: none;
	font-size: 20px;
	transition: 600ms ease;
    cursor:pointer;
    letter-spacing: 4px;
    background-color:black;
}

.BtnobileMenuHOME:hover
{
    color: black;
    background-color: white;
    transition: 600ms ease;
}

.modal-bodySIUANE{
    margin-left: -500px;
}
