.Fondo {
    background-color: #022A50;
    padding-top: 50px;
    padding-bottom: 20px;
}


.HOMEfondo {
    background-color: #ffffff;
    padding-top: 20px;
    border: solid 0px #999999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 20px #999999;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.EspacioSlide {
    padding-bottom: 10px;
    padding-top: 10px;
}

.HOMESlide {
    position: absolute;
}

.FondoColorAmarillo {
    background-color: #c99613;
    color: #ffffff;
}

@media (min-width: 768px) {
    .NoPadding {
        padding: 0 !important;
    }

    .NoPaddingLeft {
        padding-left: 0 !important;
    }
}




.FondoColorAzul {
    background-color: #2189ca;
    color: #ffffff;
    height: 100%;
}

.FondoColorVerde {
    background-color: #3aa935;
    color: #ffffff;
    height: 100%;
}



.SlideLadoAltura {
    height: 500px;
}

/*#Contenido
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
    border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

h1
{
	color: #1d70d7;
    text-align:center;
}

nav ul li{
	color: #00ff21;
	display: inline-block;
	margin-right: 30px;
    cursor:pointer;
	text-align: left;
}

nav {
    border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

nav ul li:hover {
	background-color: #00ff21;
    color:#00ff21;
    cursor:pointer;
	border-radius: 5px;
}



#Contacto
{

}*/
#PiedePagina {
    text-align: center;
    bottom: 0px;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}
