@charset "UTF-8";
/* CSS Document */

.body_fondo{
	background: url(../images/fondo.jpg) no-repeat top right;
	
	}
	
#contenedor{
	margin:60px auto;
	
	}
	
#logo{
	width: 670px;
	height:200px;
	background: url("../images/logo_salud.png") no-repeat;
	margin:0 auto;
	
	}
	
#titulo{
	margin:30px auto 0 auto;
	background: url(../images/titulo-sistema-Sicesma.png) no-repeat;
	width: 450px;
	height:50px;

	}
	
#login{
	background: url(../images/fondo_login.png) no-repeat;
	margin:25px auto 0 auto;
	width: 422px;
	height:171px;
	padding-top:20px;
	
	}
	
.tabla_login{
	margin: 0 auto 0 auto;
	
	}	
	
.tabla_login tr {
	border:0;
	border-collapse:collapse;
	
	}
	
.tabla_login th.label {
	height:55px;
	font-family:Helvetica, sans-serif;
	text-align:right;
	color:#666666;
	font-size:14px;
	font-weight:500;
	}
	
.campo{
	text-align:left;
	padding-left:20px;
	
	}	
	
.login_fields{
	border: 1px #CCCCCC solid;
	height: 19px;
	width:220px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	}
	
.boton_login{
	background:  url(../images/btn_login.png) no-repeat;
	width:152px;
	height:41px;
	border:0;
	margin-top:13px;
	margin-left:140px;
	font-family: Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	
	}
	
.boton_login:hover{
	background:  url(../images/btn_login_hover.png) no-repeat;
	width:152px;
	height:41px;
	border:0;
	font-family: Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	
	}
	
#mensaje{
	width: 418px;
	height:20px;
	margin: 25px auto 0 auto;
	font-family:  Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#D31044;
	text-align:center;
	
	}
	
#mensaje p {
	font-family:  Helvetica, sans-serif;
	color: #666;
	font-size:12px;
	font-weight:300;
	padding: 10px 60px;
	text-align:center;
	line-height:16px;
	
	}	
	

#logo_cenadic{
	background:  url(../images/logo_cenadic.png) no-repeat;
	width:179px;
	height:66px;
	margin: 25px auto 0 auto;

	}
	
#linea{
	background:  url(../images/linea.png) no-repeat;
	width:900px;
	height:1px;
	margin: 20px auto 0 auto;

	}

	
#mensaje_footer p{
	text-align:center;
	font-family:  Helvetica, sans-serif;
	font-size:11px;
	color:#666666;

	}																
