@CHARSET "utf-8";

/********************Para que todas las paginas tengan el mismo estilo en el encabezado y el fotter***************/
html,body { 
 height: 100% !important; 
 margin: 0; 
 padding: 0; 
 text-align: center;  
}

body {
 display: table;
 width: 100%;
}

footer{	
	 height: 40px;
     background-color: #3D682C;	
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     clear: both;	
     font-size: 18px;
     color: #ffffff;
     line-height: 40px;	
     display: table-row !important;
     width: 100%; 
              
}

.container{
	max-width: 980px;
}

.page-header1{
    border-bottom: 1px solid #3D682C;          
}

input[type="text"], input[type="email"]{
	text-transform:uppercase;
}

#userEnti{
	text-transform: none;
}
/***************************************************/
p{
	font-size: 18px;
}

#lblUsuario{
	font-size: 18px;
}

.titulo{
	margin-top: 10px;	 
	color:black;
	font-size: 35px;
    font-weight: bold;        
}

.tex-title{
	margin-top: -15px;
}

.modal-Registro{
	width: 70%;
	margin-top: 0px;
	
}

.modal-content{
	background-color: #d4edda;
}

.modal-Otra{
	width: 40%;
	margin: auto;
	padding-top: 350px;	
}

.modal-Otra .modal-content{
	border: solid;
}

.modal-body {
    background-color: white;
}

#cerrarSesion:link {
	color: #000000;
	text-decoration: none;
}

#cerrarSesion:visited {
	text-decoration: none;
	color: #000000;
}

#cerrarSesion:hover {
	text-decoration: none;
	color: blue;
}

#cerrarSesion:active {
	text-decoration: none;
	color: #000000;
}

#vacio{
	height: 50px;
}

.colorAzul{
	color: #3D682C;
}

.linkFooter{
	color: #fff;
}

.linkFooter:hover{
	color: #fff;		
}

#divServidor{
	background-color: #d4edda
}

#nom, #direccion{
	width: 96.5%;
}

.nav{
	font-size: 20px !important;
}

#pApr{
	color: #5FA831;
	font-size: 25px;
}

.protDatos{
	padding-left: 17%;
	width: 93%;
}

#lblMsjVeri{
	font-size: 20px;	
	font-weight: bold;
	color: red;
}

#txtSalud{
	text-align: center;
    font-size: 20px;
}

.errorInput{
	background-color: #FCACAC;
}
a{
	color: #5FA831;	
}

.img-responsive{
	max-width: 980px;
 	width: 100%;
 	height: auto;
	margin-right: auto;
    margin-left: auto;	
}
