form[name="new_publish"] > textarea, form[name="new_publish"] select { width: 575px; }

form[name="new_publish"] > div.textarea { margin-left: 20px; }

div.textarea textarea { width: 580px; }

th.cabecera{
 background-color : #F1F1FC;
 border-left : 1px solid black;
 border-top : 1px solid black;
 border-right : 1px solid black;
 border-bottom : 1px solid black;
}

th.cabecera1{
 background-color : #F1F1FC;
 border-left : 3px solid black;
 border-top : 3px solid black;
 border-right : 0px solid black;
 border-bottom : 1px solid black;
}

th.cabecera2{
 background-color : #F1F1FC;
 border-left : 1px solid black;
 border-top : 3px solid black;
 border-right : 0px solid black;
 border-bottom : 1px solid black;
}

th.cabecera3{
 background-color : #F1F1FC;
 border-left : 1px solid black;
 border-top : 3px solid black;
 border-right : 3px solid black;
 border-bottom : 1px solid black;
}

th.cabecera4{
 background-color : #F1F1FC;
 border-left : 3px solid black;
 border-top : 0px solid black;
 border-right : 0px solid black;
 border-bottom : 3px solid black;
}

th.cabecera5{
 background-color : #F1F1FC;
 border-left : 1px solid black;
 border-top : 0px solid black;
 border-right : 0px solid black;
 border-bottom : 3px solid black;
}

th.cabecera6{
 background-color : #F1F1FC;
 border-left : 1px solid black;
 border-top : 0px solid black;
 border-right : 3px solid black;
 border-bottom : 3px solid black;
}

tr.par {
 background-color : #AAB0FB;
 color:black;
}	

tr.impar {
 background-color : #D1D3F9;
 color : black;
}	

form[name="new_publish"] > div.textarea >label {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	position: relative;
	left: -20px;
}

form[name="new_publish"]  div.nicEdit-main {
	background-color: #fff;
	padding: 5px;
}

form[name="new_publish"] select {
	margin: 2px 0 10px 23px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	color: #909090;
	display: block;
	font-size: 15px;
	padding: 7px;
}

div#content form[name="new_publish"] select:focus { background-color: 	#FAFAFA; }

div#content form[name="new_publish"]  input#enviar {
	margin: 50px 0 0 10px;
}

/* * borrar * */
div#content form[name="new_publish"] label[for="borrar"] {
	display: block;
	margin: 14px 0 0 35px;
	color: #ff0000;
	float: left;
}

div#content form[name="new_publish"] input#borrar {
	margin: 15px 0 0 0;
	position: relative;
	left: 15px;
}

/* reset forms for htmlarea */
.nicEdit-pane {
	min-width: 400px;
}

.nicEdit-pane input, .nicEdit-pane select {
	min-height: 30px;
	min-width: 350px;
}

.nicEdit-pane input[type="submit"] {
	min-width: 200px;
	margin: 0 auto;
}

/* ******** SUBIDA DE IMAGENES ********* */

div#subida_de_imagenes {
	margin-top: 35px;
	border-top: 1px dashed #c0c0c0;
	padding-top: 30px;
	margin: 35px 0 35px 0;
}

div#subida_de_imagenes input#void_input[type="text"] {
	float: left;
}

div#subida_de_imagenes div#wrapper_boton {
	float: left;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	color: #909090;
	display: block;
	font-size: 15px;
	padding: 7px;
	height: 20px;
	width: 80px;
}

/** ___ BARRA PROGRESO ___ */
div#subida_de_imagenes .swfupload {
	width: 80px;
}

div#barra_progreso {
	display: none;
	width: 200px;
	height: 19px;
	border: 1px solid #f3782b;
	margin: 9px  10px 10px 10px;
	overflow: hidden;
}

span#span_barra_progreso {
	background-color: #fd7f32;
	color: #fff;
	padding: 3px;
	overflow: hidden;
	width: 0;
	max-width: 200px;
	min-width: 0;
	display: block;
}

/** ___ IMAGEN AÑADIDA ___ */
div#lotes_de_imagenes {
	width: 650px;
	padding-bottom: 15px;
	margin-bottom: 15px;	
}

div.contenedor_imagen_multiple {
	margin: 0 0 0 0;
	padding: 15px 0 0 30px;
	position: relative;
	left: -30px;
	width: 680px;
	overflow: auto;
	height: 185px;
	border-bottom: 1px dashed #c0c0c0;
	background-color: transparent;
}

div.contenedor_imagen_multiple:hover {
	background-color: #dfdfdf;
}

div.marco {
	float: left;
	clear: left;
}

div.marco_informacion {
	float: left;
	width: 440px;
	height: 148px;
	margin-left: 15px;
	padding: 0;
}

div#lotes_de_imagenes div.marco_informacion textarea.info_imagen_multiple {
	margin: 0;
	padding: 5px;
	width: 460px;
	height: 70px;
	float: left;
	clear: left;
}

div#lotes_de_imagenes div.marco_informacion  a {
	float: right;
	display: block;
	margin-top: 5px;
}