/* content */

@viewport{width:320px auto;}
div.slideshow{margin:0px auto;direction:ltr;}
#slideshow{margin:50px auto;position:relative;width:240px;height:240px;padding:10px;box-shadow:0 0 20px rgba(0,0,0,0.4);}
#slideshow > div{position:absolute;top:10px;left:10px;right:10px;bottom:10px;}
.text-header{font-weight:bold;font-size:13pt;font-family:"Arial Narrow", Arial, sans-serif;color:#2C2C2E;text-transform:uppercase;}
.pageContent{font-size:8pt;font-family:Tahoma, sans-serif;color:#004358;}
.pageContent a{font-size:8pt;font-family:Tahoma, sans-serif;color:#8D8D8D;}
body.table.tr.td.tr.td{border-top-left-radius:50;}
body.element{box-shadow:3px 3px 6px #141823;}
.img[Attributes Style]{box-shadow:2px 2px 5px #999;}
#menu a:hover{text-decoration:none;border-radius:5px;color:#FFFFFF;}
#wrapper{overflow:hidden;width:1280;margin:50px auto;background:url(../images/fondohh.JPG);box-shadow:0px 0px 10px 5px rgba(0,0,0,.5);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}
#wrapper2{overflow:hidden;width:1100;margin:50px auto;background:#0727B6;box-shadow:0px 0px 10px 5px rgba(0,0,0,.5);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}
.company{font-weight:bold;font-size:15pt;font-family:"Arial Narrow", Arial, sans-serif;color:#FFFFFF;text-transform:capitalize;}
.slogan{font-weight:bold;font-size:8pt;font-family:"Arial Narrow", Arial, sans-serif;color:#FFFFFF;}
.menu{font-size:8pt;font-family:Tahoma, sans-serif;color:#ffffff;text-decoration:none;font-weight:bold;text-transform:capitalize;}
.amenu{font-size:8pt;font-family:Tahoma, sans-serif;color:#66CCFF;text-decoration:none;font-weight:bold;text-transform:capitalize;}
.submenu{font-size:8pt;font-family:Tahoma, sans-serif;color:#FFFFFF;text-decoration:none;font-weight:bold;}
.asubmenu{font-size:8pt;font-family:Tahoma, sans-serif;color:#FFFFFF;text-decoration:underline;font-weight:bold;}
.bmenu{font-size:8pt;font-family:Tahoma, sans-serif;color:#006699;text-decoration:none;font-weight:normal;text-transform:capitalize;}
.abmenu{font-size:8pt;font-family:Tahoma, sans-serif;color:#006699;text-decoration:underline;font-weight:normal;text-transform:capitalize;}
.footer{font-size:8pt;font-family:Tahoma, sans-serif;color:#333333;text-transform:capitalize;padding-top:5px;padding-bottom:5px;}
.main-bg{background-color:#E1E1E1;}
.submenu-bg{background-color:#8B0000;}
.menu-hr{background-color:#A41F1F;}
.line{background-color:#CACACA;}
body{background:url(../images/fondohh.JPG);overflow:visible;}
.ebot{position:relative;top:20px;width:343px;height:338px;margin:0 auto;background:url(https://www.dropbox.com/s/rsqh6mjs3ou0qlo/eBoot.png?dl=1) 0 0 no-repeat;z-index:101;transform:translateY(-370px);animation:ebot 500ms ease 1.2s both,
bounce 1400ms ease-out 0s infinite;}
.ebot::before{content:"";position:absolute;top:125px;left:105px;width:123px;height:71px;display:block;background:url(https://www.dropbox.com/s/byrlwo05sa9356e/eyes.png?dl=1) 0 0 no-repeat;animation:eyes 150ms steps(3) 1.8s both;}
.ebot::after{content:"";position:relative;top:0;left:145px;width:31px;height:27px;display:block;background:url(https://www.dropbox.com/s/hoo4wyf4qhtezx1/ball.png?dl=1) 0 0 no-repeat;animation:ball 450ms steps(5) both infinite;}
.shadow{position:absolute;top:450px;width:100%;height:45px;}
.shadow::after{content:"";position:relative;width:245px;height:15px;margin:0 auto;display:block;border-radius:50%;background-color:rgba(0,0,0,.3);box-shadow:0 0 5px 20px rgba(0,0,0,.3);transform:scale(0);animation:shadow 500ms ease 1.2s both,
bounce-shadow 1400ms ease-out 0s infinite;}
@keyframes ebot{to{transform:translateY(0);}
}
@keyframes shadow{to{transform:scale(0.9);}
}
@keyframes bounce-shadow{0%{transform:scale(0.9);}
50%{transform:scale(1);}
100%{transform:scale(0.9);}
}
@keyframes eyes{0%{background-position:0 0;}
100%{background-position:0 -213px;}
}
@keyframes ball{0%{background-position:0 0;}
100%{background-position:0 -135px;}
}
@keyframes bounce{0%{transform:translateY(0)}
50%{transform:translateY(20px)}
100%{transform:translateY(0)}
}
}
div.slideshow {
    margin: 0px auto;
    direction: ltr;
}
#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
.text-header {
	font-weight: bold;
	font-size: 13pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #2C2C2E;
	text-transform: uppercase;
}
.pageContent { 
	font-size: 8pt; font-family: Tahoma, sans-serif; color: #004358; 
}

 .pageContent a {
 	font-size: 8pt; font-family: Tahoma, sans-serif; color: #8D8D8D; 
 }

body.table.tr.td.tr.td {border-top-left-radius: 50; }

body.element{
    box-shadow: 3px 3px 6px #141823;
}


.img[Attributes Style] {
    box-shadow: 2px 2px 5px #999;
}
#menu a:hover
{
	text-decoration: none;
	border-radius: 5px;
	color: #FFFFFF;
}

#wrapper {
	overflow: hidden;
	width: 1280;
	margin: 50px auto;
	background: url(../images/fondohh.JPG);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
#wrapper2 {
	overflow: hidden;
	width: 1100;
	margin: 50px auto;
	background: #0727B6;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.5);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
}
/* top elements */
.company {
	font-weight: bold;
	font-size: 15pt;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #FFFFFF;
	text-transform: capitalize;
}
.slogan { font-weight: bold; font-size: 8pt; font-family: "Arial Narrow", Arial, sans-serif; color: #FFFFFF; }

/*main menu*/
.menu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
.amenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

/*submenu*/
.submenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.asubmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
/*bottom menu*/
.bmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
}
.abmenu {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
	text-transform: capitalize;
}

/*copyright*/
.footer {
	font-size: 8pt;
	font-family: Tahoma, sans-serif;
	color: #333333;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*backgrounds*/
.main-bg { background-color: #E1E1E1; }
.submenu-bg { background-color: #8B0000; }
.menu-hr { background-color: #A41F1F; }
.line { background-color: #CACACA; }

/* CSS Document */
/*!
    eBoot Sample
    Animaciones CSS en @EscuelaIT
    Joan León @nucliweb
*/
body {
    background: url(../images/fondohh.JPG);
    overflow: visible;
}
.ebot {
    position: relative;
    top: 20px;
    width: 343px;
    height: 338px;
    margin: 0 auto;
    background: url(https://www.dropbox.com/s/rsqh6mjs3ou0qlo/eBoot.png?dl=1) 0 0 no-repeat;
    z-index: 101;
    transform: translateY(-370px);
    animation: ebot 500ms ease 1.2s both,
               bounce 1400ms ease-out 0s infinite;

}

.ebot::before {
    content: "";
    position: absolute;
    top: 125px;
    left: 105px;
    width: 123px;
    height: 71px;
    display: block;
    background: url(https://www.dropbox.com/s/byrlwo05sa9356e/eyes.png?dl=1) 0 0 no-repeat;
    animation: eyes 150ms steps(3) 1.8s both;

}

.ebot::after {
    content: "";
    position: relative;
    top: 0;
    left: 145px;
    width: 31px;
    height: 27px;
    display: block;
    background: url(https://www.dropbox.com/s/hoo4wyf4qhtezx1/ball.png?dl=1) 0 0 no-repeat;
    animation: ball 450ms steps(5) both infinite;
}



.shadow {
    position: absolute;
    top: 450px;
    width: 100%;
    height: 45px;
}

.shadow::after {
    content: "";
    position: relative;
    width: 245px;
    height: 15px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 5px 20px rgba(0,0,0,.3);
    transform: scale(0);
    animation: shadow 500ms ease 1.2s both,
               bounce-shadow 1400ms ease-out 0s infinite;
}


/* eBot animation ----------------------------------- */
@keyframes ebot {
     to { transform: translateY(0); }
}

/* Shadow animation --------------------------------- */
@keyframes shadow {
     to { transform: scale(0.9); }
}

/* Bounce Shadow animation -------------------------- */
@keyframes bounce-shadow {
     0% { transform: scale(0.9); }
     50% { transform: scale(1); }
   100% { transform: scale(0.9); }
}



/* Eyes animation ----------------------------------- */
@keyframes eyes {
     0% {background-position: 0 0; }
     100% {background-position: 0 -213px; }
}


/* Ball animation ----------------------------------- */
@keyframes ball {
     0% {background-position: 0 0; }
     100% {background-position: 0 -135px; }
}


/* Bounce animation --------------------------------- */
@keyframes bounce {
     0% { transform: translateY(0) }
     50% { transform: translateY(20px) }
     100% { transform: translateY(0) }
}

