.container {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
	border: 1px solid #000000;
}
.lista {
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
	padding: 5px 10px;
	font-size: 18px;
	font-family: 'helvetica';
}
.clear {
	clear: both;
}
.id {
	width: 10%;
	float: left;
}
.titulo {
	float: left;
	width: 90%;
}
.menu {
	width: 100%;
	margin-bottom: 15px;
}
.opcion {
	width: 25%;
	font-size: 18px;
	font-family: Helvetica;
}
input {
	width: 100%;
	padding: 3px;
	font-size: 20px;
	font-family: 'Helvetica';
	margin: 10px 0;
}
.inputs {
	padding: 5px 10px;
	margin: 5px 0;
}
.lista:nth-child(odd), .inputs:nth-child(odd){
	background-color: #DDDDDD;
}
.lista:nth-child(even), .inputs:nth-child(even){
	background-color: #9ad5ff;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.carpeta {
	background-color: #48c488!important;
}