@charset "UTF-8";
/* CSS Document */

.body_fondo{
	background: url(img/fondo.jpg) no-repeat top right;
	
	}
	
#contenedor{
	margin:60px auto;
	
	}
	
#logo{
	width: 850px;
	height:350px;
	background: url("img/logo_salud.png") left;
	margin:0 auto;
	
	}
	
#titulo{
	margin:30px auto 0 auto;
	background: url(img/titulo-sistema-Siceca.png) no-repeat;
	width: 376px;
	height:50px;

	}
	
#login{
	background: url(img/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(img/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(img/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(img/logo_cenadic.png) no-repeat;
	width:179px;
	height:66px;
	margin: 25px auto 0 auto;

	}
	
#linea{
	background:  url(img/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;

	}
#mensaje_menu p{
        text-align:rigth;
        font-family:  Helvetica, sans-serif;
        font-size:11px;
        color:#2c0078;

        }

.boton_opcion{
        background:  url(img/btn_login_opcion.png) no-repeat;
        width:152px;
        height:41px;
        border:0;
       /* margin-top:10px;
        margin-left:130px; */
        font-family: Helvetica, sans-serif;
        color:#FFFFFF;
        font-size:12px;

        }

.boton_opcion:hover{
        background:  url(img/btn_login_hover.png) no-repeat;
        border:0;
        font-family: Helvetica, sans-serif;
        color:#FFFFFF;
        font-size:12px;

        }																
