*{
    margin:0;
    padding:0;
}

body {
    background-color:#339900;
    background-image:url("../images/fondo.jpg");
    background-size: cover;
    color: #fff;
    font: 14px/1.3 Arial,sans-serif;
}

header {
    padding:0px;
    background-color:black;
    color:white;
    text-align:center;
    height: 70px;
}

p{
    color: white;
    text-shadow: 2px 2px 4px #000000;
}

footer {
    background-color:#212121;
    bottom:0;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    left:0;
    position:relative;
    width:100%;
    z-index:100;
}

footer h2{
    font-size:22px;
    font-weight:normal;
    left:50%;
    margin-left:-400px;
    padding:22px 0;
    position:absolute;
    width:540px;
}

footer a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}

footer .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

.container {
    background: url("../images/fondo2.png") ;
    background-size: cover;
    background-color: black; opacity: 0.9;
    border: 5px solid #FFFFFF;
    height:470px;
    margin:20px auto;
    padding:10px;
    position:relative;
    width:800px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#container{
    background: url("../images/fondo2.png") ;
    background-size: cover;
    background-color: black; opacity: 0.9;
    border: 5px solid #FFFFFF;
    height:1500px;
    margin:20px auto;
    padding:10px;
    position:relative;
    width:800px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#ingresar{     
    background-image: url("../images/fondo2.png");
    background-color: black; opacity: 0.8;
    border: solid 2px;
    height:200px;
    width:240px;
    position: fixed;
    top: 100px;
    left: 1092px;
    padding: 5px;
    line-height:30px;
}

#containerreporte{
    background: url("../images/fondo2.png") ;
    background-size: cover;
    background-color: black; opacity: 0.9;
    border: 5px solid #FFFFFF;
    height:750px;
    margin:20px auto;
    padding:10px;
    position:relative;
    width:800px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#cursos{     
    background-image: url("../images/fondo2.png");
    background-color: black; opacity: 0.8;
    border: solid 2px;
    height:200px;
    width:240px;
    position: fixed;
    top: 300px;
    left: 1092px;
    padding: 5px;
    line-height:30px;
}

#reporte{     
    background-image: url("../images/fondo2.png");
    background-color: black; opacity: 0.8;
    border: solid 2px;
    height:100px;
    width:240px;
    position: fixed;
    top: 500px;
    left: 1092px;
    padding: 5px;
    line-height:30px;
}

.resize {
    text-align: left;
    border: 2px solid;
    padding: 20px; 
    width: 300px;
    resize: vertical;
    overflow: auto;
}

#tabla{
    border: 2px solid;
    margin: 0px auto;
    padding: 0px;
    box-shadow: 10px 10px 5px white;

    width: 600px;
    height: 150px;

}
table, th, td {
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid black;
    border-collapse: collapse;
}
th, td {
    margin: 0px auto;
    padding: 0px auto;
    text-align: center;    
}