@charset "utf-8";
/* Hoja de estilos IESA APP */

/* ESTILOS GLOBALES */
*{
	margin:0;
	padding:0;
}
body{
	background:url(../images/fondo.png);
	background-repeat:repeat-x;
	font-family: arial;
	font-size: 12px;
}
a{
	color: #A51E3D;
}
ul{
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);	
	margin-left: 30px;
	color:#7A7A7A;
}

/* LAYOUT */
.contenedor-nopad{
	width: 970px;
	height: 78px;
	margin-left:auto;
	margin-right:auto;
}
.contenedor{
	clear:both;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
#header{
	background:url(../images/fondo-header.png);
	background-repeat:no-repeat;
	width:755px;
	height: 78px;
	float:left;
}
#logo{
	height: 66px;
	width: 96px;
	float: left;
	margin-top:5px;
}
#titulo{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 500px;
	float:right;
	margin-top:27px;
	margin-right: 155px;
}
#fecha{
	font-family: arial;
	font-size: 10px;
	color: #FFF;
	width: 200px;
	float:right;
	margin-top: 30px;
}
#verificacion{
	width: 615px;
	height: 38px;
	background:url(../images/fondo-ver.png);
}
#texto-ver{
	padding: 10px;
}
.alerta{
	background-color:#FFFEE6;
	padding: 5px;
	color: #CC6600;
	text-align:center;
}
.separador{ 
	background:url(../images/separador.png);
	background-repeat:repeat-y;
	background-position:center;
	min-height: 199px;
}
#ingreso{
	background:url(../images/contenedor-home.png);
	background-repeat:no-repeat;
	height: 199px;
	width: 436px;
}
.module-title{
	border-bottom: dotted 1px #5E5E5E;
	width: 400px;
	padding: 10px 0 5px 0;
	margin: 0 auto 10px auto; 
	font-size: 18px;
	font-weight: bold;
}
.c-formas{
	width: 300px;
	margin: 0 auto 3px auto;
}
input[type=text], input[type=textarea], input[type=select], input[type=password]{
	font-family:Arial;
	font-size: 18px;
	border: solid 1px #999;
}

input#button{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #A51E3D;
	padding: 3px 5px 3px 5px;
}
input.button{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #A51E3D;
	padding: 3px 5px 3px 5px;
}

#comenzar{
	width:436px;
	height: 199px;
	border-top: 4px solid #A51E3D;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#c-comenzar{
	width: 400px;
	margin: 5px auto 10px auto;
}
#c-adicional{
	background-color:#F5F5F5;
	margin-top: 20px;
	min-height: 200px;
}
#izqmod{
	width: 590px;
	float:left;
}
#dermod{
	width: 310px;
	float:right;
}
.titulos-rojos{
	font-size: 14px;
	color: #A51E3D;
}
#footer{
	background: #C4C4C4;
	border-top: 6px solid #9C9C9C;
	height: 32px;
	margin-top: 10px;
}

.hiddendlg{
	display:none;
	visibility:hidden;
}

#Dialog-Notificacion div.icon{
	clear:left;
	float:left;
	margin:10px;
	height:16px;
	width:16px;
	background: center center no-repeat url(../images/loading.gif);
}
#Dialog-Notificacion div.texto{
	float:left;
	margin:10px;
	height:auto;
	width:auto;
}

.button-2{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #A51E3D;
	padding: 3px 5px 3px 5px;
	margin:5px;
}
.button-2:hover{text-decoration:none; background:#FFF; color:#A51E3D; cursor:pointer; }
.button-2:disabled{ background:#FFF; color:#CCC; }
.button-2.disabled{ background:#FFF; color:#CCC; }
