﻿body{
	background-color: #ddd8d8;
    /*background-image: url('../Imagenes/fondo1.jpg');*/
    /*background-size:cover;
    border-radius:10px 10px 10px 10px;*/
}

div {
     height: auto;
    width: 950px;
    background-color:white;
    margin: 0 auto 0 auto;
}

header{
	width:950px;
	height:130px;
	/*border-radius : 10px 10px 0 0;*/
	/*text-align:center;*/
    background-color:#002244;
    font-family:'Segoe UI';
    font-size:24px;
    
}


section {
    width: 950px;
    height:auto;
    /*background: -webkit-gradient(radial, 55 55, 20, 62 60, 40, from(#A7D30C), to(rgba(1,159,98,0)), color-stop(90%, #019F62)), -webkit-gradient(radial, 115 115, 30, 122 130, 60, from(#ff5f98), to(rgba(255,1,136,0)), color-stop(75%, #ff0188)), -webkit-gradient(radial, 105 25, 25, 112 30, 50, from(#00c9ff), to(rgba(0,201,255,0)), color-stop(80%, #00b5e2)), -webkit-gradient(radial, 10 160, 60, 10 150, 100, from(#f4f201), to(rgba(228, 199,0,0)), color-stop(80%, #e4c700));*/
    border-top-style: outset;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family:'Segoe UI';
    background-color:#fff;
}

footer {
	width:950px;
	height:50px;
	text-align:center;
    background-color:#002244;
    /*border-radius :0 0 10px 10px;*/
}

#login {
	width: 390px;
	height: auto;
	margin: auto;
	border-color:#808080;
	text-align:center;
    font-family:'Segoe UI';
	/*background:#fff;*/
    border-radius:10px 10px 10px 10px;
}


h4{
    align-content:center; 
    color:white;
    font-family:'Segoe UI';
}
h6{
    align-content:center;
    color:white;
    font-family:'Segoe UI';
}
img{
    /*height:110px;*/
     /*width:110px;*/
}

select{
     font-size:16px;
     font-family:'Segoe UI';
     float:left;
}



