/* CSS Document */
fieldset{
	width:auto;
}
fieldset input, fieldset select, fieldset textarea{
	width:36.5em;
}
/*---------------------------
	P1 - Plantilla para articulos
---------------------------*/
a.nuevaedicion{
	padding:1em;
	padding-left:20px;
	background-image:url(../../css/imagenes/iconos/nuevoContenido.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
}
.edicion{
	padding:1em;
	padding-left:20px;
	background-image:url(../../css/imagenes/iconos/editar.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
}
/*----------------------------
	PLANTILLAS editor HTML
-------------------------------*/

img.derecha
{
	float:right;
	margin:0em 0em 1em 1em;
}
img.izquierda
{
	float:left;
	margin:0em 1em 1em 0em;
}
.piecol
{
	clear:both;
}
.plantilla .columna
{
	float:left;
	padding:1em;
	width:46%;
}
.plantilla .linea
{
	border-right:1px dotted #ccc;

}
