input,textarea {
	border: 1px solid #686868;
	background-color: #a5a5a5;
}

input:focus , textarea:focus {
	background-color: #FFFFFF;
}

.inputTitulo {
	font-size: 12pt;
	width: 100%;
	font-weight: bold;
}

.inputTexto {
	font-size: 8pt;
	width: 100%;
}

label {
	font-size: 10pt;
	font-weight: bold;
}

.submit , .prev {
	background: url( ../images/admin/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.submit {
	font-weight: bold;
}

.inputTextArea {
	width: 100%;
	height: 200px;
	font-size: 8pt;
	font-family: verdana;
}

#previa {
	padding-left: 20px;
}

.subtitulo {
	font-size: 10pt;
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #FF0000;
	font-size: 10pt;
	text-align: center;
}

.correcto {
	font-weight: bold;
	color: #00FF00;
	font-size: 10pt;
	text-align: center;
}

.opcionesAdmin {
	font-size: 8pt;
	font-family: Georgia;
}