@charset "utf-8";

/******************** CSS FORMULARIO SOFLOTION - PUNTA CARRETAS ********************/

/**** General ****/
.clear{
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;
	}

.div-header {
	margin:0px auto;
	width:445px;
	height:15px;
}

.div-footer {
	margin:0px auto;
	width:445px;
	height:15px;
}

.separador {
	margin:0px auto;
	width:304px;
	height:2px;
	padding:10px 0 0 0;
}

/**** Fin General ****/

/**** Contenidos ****/

.div-contenido {
	margin:0px auto;
	width:450px;
}

.div-contenido-info {
	width:445px;
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.div-contenido-info-bg-header {
	margin:0px auto;
	width:403px;
	height:64px;
	background:url(../images/formulario/header.jpg) no-repeat center;
}

.div-contenido-info-bg-footer {
	margin:0px auto;
	width:403px;
	height:20px;
}

.div-contenido-info-bg {
	width:403px;
	background:url(../images/formulario/bg-form.gif) repeat-y top #eeebeb;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/**** Fin Contenidos ****/

/**** Cedula ****/

.input-cedula-1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #7e7e7e;
	width:20px;
	height:15px;
	margin:1px auto;
	padding:3px;
}

.input-cedula-2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #7e7e7e;
	width:35px;
	height:15px;
	margin:1px auto;
	padding:3px;
}

/**** Fin Cedula ****/

/**** Datos ****/

.div-title {
	margin:0px auto;
	width:122px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#24693C;
	padding:23px 0 0 0px;
}

.div-datos {
	margin:0px auto;
	width:325px;
}

.div-dato-nombre {
	margin:0px auto;
	width:122px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4c4c;
	padding:5px 4px 0;
}

.div-dato-box {
	margin:0px auto;
	width:190px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4c4c;
}

.div-dato-requerido {
	margin:0px auto;
	width:5px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#885e93;
	padding:5px 0 0 0;	
}

.datos-obli {
    color:#24693C;
    padding:15px 0 10px 13px;
}

/**** Fin Datos ****/

/**** Inputs ****/

.txt-input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #7e7e7e;
	width:168px;
	height:15px;
	margin:1px auto;
	padding:3px;

}

.txt-input-numero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #7e7e7e;
	width:76px;
	height:15px;
	margin:1px auto;
	padding:3px;
}

.input-registro {
	padding:10px 0 0 100px;
}

.input-radios {
	border:1px solid #000;
}

/**** Fin Inputs ****/



