/*@charset "UTF-8";*/

/** Menú Barra ******************/

#menu_contenedor {
}



   #menu ul{
	list-style-type: none;
	width: 300px;
}
  #menu li {
	text-align: center;
	float: right;
	line-height:30px;
	width: auto;
	margin-right: 30px;
}
   .lnk
{
	color: #fff;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	font-size: 14px;
}
	.lnk:hover {
	color: #5b4;
	background-image: url(blackmenu_hover.png);
}
	.lnk:active {
	color: #aaa;
	background-image: url(blackmenu_active.png);
}
#menu_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	margin-right: 40px;
	width: 520px;
}
.wrapper {
	width:auto ; /*90%;*/ /* Establecemos que el ancho sera del 90% */
	max-width:auto;/*1000px;*/ /* Aqui le decimos que el ancho máximo sera de 1000px */
	margin:auto; /* Centramos los elementos */
	overflow:hidden; /* Eliminamos errores de float */
    background:#003A5D; /*#056;*/
}

/** Contenido ******************/

#contenido {
	/*background-image: url(../Resources/contenido_fondo.png);*/
	/*background-repeat: repeat-x;*/
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555;
	margin-bottom: -20px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
   
}


#login {
	/*background-image: url(../Resources/ec1_fondo.png);
	background-repeat: no-repeat;*/
	height: 267px;
	width: 660px;
	padding-left: 70px;
}
.titulo {
	text-align: center;
	color:#056;
	font-size: x-large;
	font-weight: bold;
}
.titulo2 {
	text-align: center;
	color:#056;
	font-size: large;
	font-weight: bold;
}
.usuario {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555;
}
.contrasena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555;
}
#imagen_agente{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 275px;
	}
	
#consultar {
	margin-top: 10px;
	}
#popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555;
	width: 400px;
	background-image: url(../images/ec2-3-4_fondo.jpg);
	background-position: center center;
}
.boton {
	list-style-type: none;
	margin: 20px;
	display: inline;
}
.boton a {
	background:#056;
	color:#fff;
	padding:2px 10px;
	text-decoration:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.boton_b
{
    background:#056;
	color:#fff;
	padding:2px 10px;
	text-decoration:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

}
jpg.container{
    width :96%;
    max-width :960px;
    margin:0 auto ;
}
img{
    width:100%;
    height:0 auto ;
}
.topnav{
    background-color :white;
    overflow :hidden;
}

.boton a:hover {
	background:#ccc;
	color:#056;
}


/*Estilos de los botones*/

.boton_a
{
	background: #056;
	color: #fff;
	padding: 2px 10px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 10px;
	font-weight: bold;
	margin-left: 10px;
}
.boton_a:hover
{
	background: #ccc;
	color: #056;
}

.boton_ab
{
	background: #003A5D;
	color: #003A5D;
	padding: 2px 10px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-radius: 10px;
	font-weight: bold;
	margin-left: 10px;
}
