@charset "utf-8";
/* CSS Document */

body {
/*	background-color:#EEEEEE ; */
	background-image:url(imagenes/pattern_bg.jpg);
/*	text-align:center ; */
}
a:link, a:visited, a:hover {
	color:#0033CC ;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	text-decoration:none ;
}
#login {
	width: 450px;
	height: 180px;
	margin: 50px auto 30px auto ;
	padding: 30px 50px 50px 50px ;
	background-color:#999999 ;
	border-radius: 8px;
	box-shadow: 1px 1px 5px 2px #888;	
}
#logo {
	margin-left: 230px;
	background-image:url(imagenes/logo.png);
	background-repeat:no-repeat ;
	width:695px;
	height:120px;	
}
#banner {
	width:100%;
	height:130px;
	background-color:#669999;
	margin: auto 0px auto 0px;
}
.textoB {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px ;
	color:#000000 ;
}
.textoW {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px ;
	color:#FFFFFF ;
}
h3 {
	padding-left: 20px;
}
#principal {	/* Almacena todas los divs internos y textos */
	width: 960px;
	height: auto ;
	margin: 0px auto 20px auto;
	border: #333333 solid 1px ;
	display: table ;
	padding: 40px 40px 40px 40px;
	background-image:url(imagenes/fondo.png) ;
	box-shadow: 1px 1px 5px 2px #888;
	line-height: 25px;
	text-align:justify;		
}
#contenido {	/* En este se despliega el texto de lado izquierdo */
	width: 650px;
	height: 200px ;
	float:left ;
	padding: 20px 20px 20px 20px;
	display:table ;	
}
#resultados {
	width: 620px;
	border: #999999 dashed 1px;
	padding: 6px 0px 6px 10px;
	margin: 6px 6px 6px 0px;
}
#menu {
	width: 1020px;
	height: 70px;
	margin: 20px auto 20px auto;
	border: #333333 solid 1px ;
	padding: 10px 10px 10px 10px;
	background-color:#333333 ;
	box-shadow: 1px 1px 5px 2px #888;
}
li.menu {
	list-style:none ;
	display:inline ;
	width: 130px;
	height:30px ;
	float:left;
	text-align:center ;
	font-weight:bold ;
	background-color:#666666 ;
	border:#777 solid 1px;
	padding-top: 13px;
	color:#fff ;
}
li.menu:hover {
	list-style:none ;
	display:inline ;
	width: 130px;
	height:30px ;
	float:left;
	text-align:center ;
	background-color:#99FF66 ;
	padding-top: 13px;
	color:#000 ;
}
li.menuPress {
	list-style:none ;
	display:inline ;
	width: 130px;
	height:30px ;
	float:left;
	text-align:center ;
	font-weight:bold ;
	background-color:#99FF66 ;
	border:#777 solid 1px;
	padding-top: 13px;
	color:#000 ;
}
.radio, .radio:hover, .radio:focus {
	width:10px;
	height:5px;
}
textarea {
	width: 600px;
	height: 250px;
	border: #999 solid 1px;	
	border-radius:7px;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 13px;
}
textarea:hover, textarea:focus {
	width: 600px;
	height: 250px;
	border: #33FF00 solid 1px;	
	border-radius:7px;	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 13px;
	background-color:#D5FFAA;	
}
input {
	height: 25px;
	width: 200px;
	border: #999 solid 1px;
	border-radius: 5px;
	padding-left: 15px;
}
input:hover, input:focus {
	height: 25px;
	width: 200px;
	border: #33FF00 solid 1px;
	border-radius: 5px;
	padding-left: 15px;
	background-color:#D5FFAA;
}

/* inicio de los valores para el formulario de nuevo inmueble */

textarea.nuevo {
	width: 400px;
	height: 110px;
	border: #999 solid 1px;	
	border-radius:7px;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 15px;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 13px;	
}
textarea.nuevo:hover, textarea.nuevo:focus {
	width: 400px;
	height: 110px;
	border: #33FF00 solid 1px;	
	border-radius:7px;	
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 13px;	
}
input.nuevo, file{
	height: 25px;
	width: 400px;
	border: #999 solid 1px;	
	border-radius: 5px;
	padding: 3px 3px 3px 15px;
}
input.nuevo:hover, input.nuevo:focus, file:hover {
	height: 25px;
	width: 400px;
	border: #33FF00 solid 1px;
	border-radius: 5px;
	padding: 3px 3px 3px 15px;
}
input.nuevoCorto, select{
	height: 25px;
	width: 200px;
	border: #999 solid 1px;	
	border-radius: 5px;
	padding: 3px 3px 3px 15px;
}
input.nuevoCorto:hover, input.nuevoCorto:focus, select:hover{
	height: 25px;
	width: 200px;
	border: #33FF00 solid 1px;
	border-radius: 5px;
	padding: 3px 3px 3px 15px;
}
/* Iniciamos el explorador de carpetas */

li.preview {
	width: 100px;
	height: 110px;
	list-style:none ;
	display:inline ;
	float:left ;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;	
	border: #FFF solid 1px;	
	text-align:center;	
}
li.preview:hover {
	width: 100px;
	height: 110px;
	list-style:none ;
	display:inline ;
	float:left ;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: #00FF00 solid 1px;
	text-align:center;
}
#explorer {
	width: 950px;
	height: auto;
	border-top: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #555 solid 1px;
	border-bottom: #555 solid 1px;		
	margin-bottom:20px;
	display:table;
}
#help {
	width: 250px;
	height:450px;
	background-color:#DDD;
	float:right ;
	border-radius:5px;
	padding: 5px 5px 5px 15px;;
}
/* Formulario de manifestacion */

select.selectmani { 
	width: 130px; 
}
input.inputcurp { 
	width: 190px; 
	text-transform:uppercase ; 
}
input.inputmani { 
	text-transform:uppercase; 
	width: 400px; 
}
#oculto { 
	display:none;
}
table.tablemani { 
	width: 900px; 
}
tr { 
	height: 30px; 
}

/* Estilos para la pantalla emergente de ayuda */

#basic-modal-content { 
	display:none; 
}
#simplemodal-overlay { 
	background-color:#000; 
}
#simplemodal-container {
	height:360px; 
	width:600px; 
	color:#bbb; 
	background-color:#555; 
	border:4px solid #444; 
	padding:12px; 
	border-radius:10px;
}
#simplemodal-container .simplemodal-data {
	padding:8px;
}
#simplemodal-container code {
	background:#666; 
	border-left:3px solid #65B43D; 
	color:#bbb; 
	display:block; 
	font-size:12px;
	color:#FFFFFF ; 
	margin-bottom:12px; 
	padding:4px 6px 6px;
}
#simplemodal-container a {
	color:#ddd;
}
#simplemodal-container a.modalCloseImg {
	background:url(imagenes/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}
#simplemodal-container h3 {
	color:#84b8d9;
}
li.grafica {
	width: 430px;
	height: 350px;
	list-style:none ;
	display:inline ;
	float:left ;
	text-align:center;
	background-color:#666666;
	margin: 5px 5px 5px 5px;
	padding: 15px 5px 5px 5px;	
}
input.checkbox, label {
	width:20px;
	height:10px;
}
#result {	/* Con este se muestra los resultados de fastBusca, son los recuadros naranjas */
	width: 910px;
	height: auto;
	display:table ;
	border: #666666 solid 1px;
	padding: 5px 5px 5px 20px;
	margin: 5px 5px 5px 5px;
}
div.autorelleno {	/* Estilos para el autocompletado	*/
	position:absolute;
	background-color:FFF;
	border:1px solid #888;
	margin:0px;
}
div.autorelleno ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif ;
}
div.autorelleno ul li.selected{ 
	background-color:#6699CC;
	color:#FFFFFF ;
	height:22px;
}
div.autorelleno ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:22px;
	cursor:pointer;
	font-size:9pt;
}
