    
body {
    margin: 0;
    padding: 0;
    background-color: white !important;
    font-family: Calibri, Helvetica, Arial;
    font-size: 14pt;
}

.seccion{
  padding: 60px 0;
  margin: 40px;
}

.seccion{
    /*background-color: #eee !important;*/
    background-color: white !important;
}

#footer {
    clear:both;
    padding: 20px;
    text-align: center;
    background-color: rgb(45, 60, 83);
    color: white;
    font-size: 10pt;
}

#header {
    height: 70px;
    background-color: rgb(45, 60, 83);
    color: white;
}
#header a, #header a:hover {
    color: white;
}
#header-logos {
    float: left;
    width: 50%; 
    height: 100%;
}
#header-logos img {
    float: left;
    height: 50px;
    margin: 10px;
    border: 0;
}

.ujed{
    height: 50px !important;
}

#header-redes {
    float: right;
    height: 100%;

    text-align: center;
    font-size: 16pt;
}


#header-redes h2 {
    margin-top: 0;
    margin-bottom: 25px;
}

#header-redes h2 i {
    color: #dd4b39;
}

#header-redes ul.list-social {
    margin: 10px;
    list-style-type: none;
}

#header-redes ul.list-social li {
    float: left;
    padding: 5px 5px 5px 0px;
}

#header-redes ul.list-social li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100%;
}

#header-redes ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

#header-redes ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

#header-redes ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

#header-redes ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

#header-redes ul.list-social li.social-instagram a {
    background-color: #bc2a8d;
}

#header-redes ul.list-social li.social-instagram a:hover {
    background-color: #8a3ab9;
}

/* dispositivos móviles, cambios css para modo vertical y horizontal */
@media only screen
and (min-width: 320px) 
and (max-width: 736px)
{

    img {
        max-width:100%; 
    }
    .ujed {
        display: none;
    }
    .feca{
        width: 50%;
        height: 45px !important;
    }

    .seccion{
        margin: 0px 5px 30px 5px !important;
    }

    #header-redes ul.list-social {
        margin: 15px 5px 40px 5px;
    }

    #header-redes ul.list-social li {
        padding: 0px;
    }
}

#personal-menu {
	width: 50%;
	text-align: right;
	color: white;
}

.page-wrapper 
{
    min-height:680px !important;
	padding: 20px 20px 40px 20px !important;
}

.container-fluid {
    padding: 0px !important;
}

#bienvenida {
	float: left;
	width: 50%;
	height: 400px;
	padding: 70px;
	margin: 20px;

}

#login-form {
	margin: 20px 55%;
	border-left: 1px solid #ccc;
	padding: 70px;
}


.titulo_suma{
	font-weight: bold;
	font-size: 2em;
	margin: 20px 0px;
}

.mayusculas{
	text-transform:uppercase;
}

.cab{
	background-color: #337ab7 !important;
	color:#fff !important;
}

.navideno{
	background-color: #2d572c !important;
	color:#fff !important;
}

.tamaño{
	width: 120px;
}

input {
	padding: 4px;
	font-size: 14pt;
}

/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba {
	display:none;
	padding:15px;
	background-repeat: no-repeat;
	color:#337ab7;
	cursor:pointer;
	position: fixed;
	bottom:0px;
	right:0px;
	z-index: 2;
}

.ir-arriba:hover, .ir-arriba:focus{
	outline:0px;
	color: #337ab7;
	text-decoration: none !important;
}

.i_tamaño{
	font-size: 20px;
}

.mensaje-sistema {
	margin: 10px auto 10px auto;
	border-radius: 3px;
	width: 50%;
	padding: 20px;
	text-align: center;
}

.exito {
	border: 1px solid #060;
	background-color: #cfc;
	color: #060;
}

.error {
	border: 1px solid #800;
	background-color: #f99;
	color: #800;
}

.advertencia {
    border: 1px solid #ffecc6 !important;
    background-color: #fff2d6;
    color: #85621b;
}
/********************************************************************************************/
/****************************** Registro Propedeuticos **************************************/
/********************************************************************************************/


.rojo{
	color:red;
}


/********************************************************************************************/



@media only screen
and (min-width: 320px) 
and (max-width: 736px)
{

	.visible{
		display:none;
	}

	#bienvenida {
		float: none;
		width: 280px;
		height: 130px;
		padding: 3%;
		margin: 0 auto !important;

	}

	.post_images{
		width: 280px;
		height: 100px;
	}

	#login-form {
		border: none;
		margin: 0 auto;
		width: 300px;
		padding-top: 0px;
	}

    .mostrar-sexo-movil
    {
      display: inline !important;
    }
}

/* Clase error utilizada en JQuery Validate */
.error_formulario
    {
        border: none;
        background-color: #ffffff;
        color: #ff2424;
        padding: 0;
    }

/* Estilos para mantener la sugerencia de localidad flotante */
#sugerencias-localidad {
    position: absolute;
    z-index: 1;
}