@charset "utf-8";
/* CSS Document */
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: " ";font-size: 0;display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
form h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}
form legend {
	font-size: 1em;
	color: #414141;
	font-weight: bold;
}
.formNormal{
	background-color: #FFD9B2;
	
}.formNormal input , .formNormal select,.formNormal textarea, {
	background-color: #3FC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formNormal xEditingArea , .fck, .fck1, .fck2, .fck3{
	background-color: #3Fc;
}
.formNormal #co_recetaPresentacion {
	background-color: #3fc;
	height: 100px;
	width: 400px;
}
.formNormal #general ,.formNormal #preparacion,.formNormal #imagenes {
	background-image: url(../imagenes/fondo.jpg);
	padding-left: 0.5em;
}
.formNormal fieldset {
	border: thin solid #414141;
}
.formNormal input.grande {
	width: 30em;
}

#formulario form {
	border: thin solid #FFF;
	padding-top: 0;
	padding-left: 15px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	width: 550px;
	padding-right: 15px;
	padding-bottom: 0;
}

#formulario form input, #formulario form textarea, #formulario form select, #xEditingArea {
	border: 1px #1A1A1A solid;
	background: #414141;
	color: white;
	text-align: left;
}
#formulario form input, #formulario form textarea, #formulario form select, #xEditingArea {
	margin-right: 5px;
	margin-top: 4px;
	margin-left: 2em;
}
#formulario xEditingArea , .fck, .fck1, .fck2, .fck3{
	background-color: #414141;
}
#formulario form input {
	width: 300px;
	height: 20px;
}
#formulario form textarea.normal{
	width: 300px;
	height:100px;
}
#formulario form input[type="checkbox"] {
	width:10px;
	height:10px;
	margin-left: 2em;
}
#formulario form .radio {
	width:10px;
	height:10px;
	margin-left: 2em;
}
#formulario form .checkbox {
	width:10px;
	height:10px;
	margin-left: 2em;
}
#formulario form input:focus {
	border: thin solid #FFD9B2;
}
#formulario form .corto {
	width: 6em;
}
#formulario form fieldset {
	border: thin ridge #414141;
	padding-left: 1em;
}
#formulario form input.bt_register {
	display: block;
	float: left;
	
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#formulario form input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(/imagenes/imagesLogon/bt_register.png) no-repeat 0 0;
}
#formulario form input.bt_enviar {
	width:auto;
}
#formulario form .nota {
	font-size: 9px;
}
.ui-widget {
	font-size: 0.8em;
}
