body{

margin:0;
padding:0;
font-family:arial;
font-size:12px;
color:#8e8e8e;

}

h1{
	
	font-size:18px;
	font-family:arial;
	color:#8e8e8e;
	padding-bottom:3px;
	font-weight:normal;

}

h2{
	
	font-size:15px;
	font-family:arial;
	color:#8e8e8e;
	padding-bottom:3px;
	font-weight:bold;

}

#pages-table td{

padding:7px;
border-bottom:1px solid #ccc;	

}

.styleDiv{

padding:5px;
background:#fff9ec;
border:1px solid #ffe2a1;

}

.top-tr{ background:url('../img/tr-bkg.jpg') repeat-x; border:0;}

#wrapper{

	width:900px;
	margin:auto;
	margin-top:25px;

}

#login-wrapper{

	width:500px;
	margin:auto;
	margin-top:5%;

}

#login-box{

	width:450px;
	margin:auto;
	margin-top:15%;
	background:#fffeda;
	border:1px solid #f9f8a8;
	padding:15px;
	color:#d5d47d;

}

.clear{ clear:both; }
.border{ border:1px solid #595959; }

/* FORM */

.title-page{

	width:80%;
	padding:5px;
	font-size:24px;

}

.input-text{

	padding:3px;
	font-size:11px;
	margin-top:10px;

}

.login-button{

	border:0;
	margin:0;
	padding:0;
	width:97px;
	height:29px;
	background:url('../img/login.jpg') no-repeat;
	cursor:pointer;
	margin-top:20px;

}

.create-button{

	border:0;
	margin:0;
	padding:0;
	width:140px;
	height:38px;
	background:url('../img/crear_minisitio.jpg') no-repeat;
	cursor:pointer;
	margin-top:20px;

}

.grabar-button{

	border:0;
	margin:0;
	padding:0;
	width:100px;
	height:30px;
	background:url('../img/grabar.jpg') no-repeat;
	cursor:pointer;

}

.apply-button{

	border:0;
	margin:0;
	padding:0;
	width:100px;
	height:30px;
	background:url('../img/apply.jpg') no-repeat;
	cursor:pointer;

}

/* LIST */

.menu{
        width: 100%; 
}

.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; text-decoration: none;
        color: white;
        /*padding: 10.5px 11px;*/

		width:144px;
		height:50px;
		
		}
		
.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
        color: #fff;
}
		
.menu ul li#menu1 a{ background:url('../img/list-first.jpg') no-repeat; }
.menu ul li#paginas a{ background:url('../img/paginas.jpg') no-repeat; }
.menu ul li#links a{ background:url('../img/links.jpg') no-repeat; }
.menu ul li#ajustes a{ background:url('../img/ajustes.jpg') no-repeat; }
.menu ul li#salir a{ background:url('../img/salir.jpg') no-repeat; }
.menu ul li#visitar a{ background:url('../img/visitar.jpg') no-repeat; }

.feedback{

	width:420px;
	height:90px;
	font-family:arial;
	font-size:11px;
	color:#444;
	padding:5px;

}

.enviar{

	width:113px;
	height:33px;
	border:0;
	padding:0;
	background:url('../img/enviar.jpg');
	cursor:pointer;

}
.boom{ cursor:pointer; }

.idea{

list-style-image: url('../img/idea.jpg');

}

#fila{

	width:98%;
	padding:4px;
	background:#fbfbfb;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;

}
