body{
	background-color:#000000;
	background-image: url(../../images/cortopolis_fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

body.celumetrajes {
	background-color:#000000;
	background-image: url(../../images/cortopolis_celumetrajes_fondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#principal {
	padding: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#principal a,
#principal a:link,
#principal a:visited,
#principal a:active {
	text-decoration: none;
	color: #fcb912;
	font-weight: bold;
}

#principal a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#principal .nota {
	color: #999999;
	font-size: 10px;
}

#corcho {
	background-color: #C39866;
	background-image: url(../images/marco_fotos_corcho_00.png);
	background-repeat: repeat;
	background-position: top left;
}


#listado {
	width: 100%;
	border-bottom: #EEEEEE solid 1px;
}

#listado td {
	height: 30px;
	border-top: #EEEEEE solid 1px;
	padding: 3px;
}

#listado tr:hover {
	background-color: #FBFBFB;
}

#editor b{
	color: #AAAAAA;
}

/* BOTONES SECUNDARIOS DE LA LISTA */
#secundarios a,
#secundarios a:link,
#secundarios a:visited,
#secundarios a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6EED9; 
	padding: 5px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-transform: uppercase;
}

#secundarios a:hover {
	font-weight: normal;
	background-color: #588C02;
}

/* BOTONES SECUNDARIOS DE LA LISTA */
#secundarios_estado a,
#secundarios_estado a:link,
#secundarios_estado a:visited,
#secundarios_estado a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F15D5D; 
	padding: 5px;
	padding-top: 2px; 
	padding-bottom: 2px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-transform: uppercase;
}

#secundarios_estado a:hover {
	font-weight: normal;
	background-color: #E60303;
}

/* -------------- FORMULARIO -------------- */

/* LABELS DE LOS CAMPOS */
label {
	font-weight: bold;
}

/* CAMPOS Y OTROS FORMATOS GENERALES */
input,
textarea,
select {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	border: #D9D9D9 solid 1px; 
	padding: 3px;
	vertical-align: middle;
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	width: 320px;
}

input {
	height: 15px;
}

select {
	height: 22px;
	width: 330px;
}

/* CAMPOS OBLIGATORIOS */
input.required,
textarea.required,
select.required {
	border: #FF0000 solid 1px;
}

/* CAMPOS QUE PASAN LA VERIFICACION */
input.validation-passed, 
select.validation-passed,
textarea.validation-passed {
	border: 1px solid #33CC00;
	color : #444444;
}

/* CAMPOS QUE NO PASAN LA VERIFICACION */
input.validation-failed,
select.validation-failed,
textarea.validation-failed {
	border: 1px solid #FF0000;
	color : #FF0000;
}

/* BOTON */
input.boton {
	background-color: #683D75;
	background-image: url(../images/backend_fondo_boton.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	color: none;
	width: 94px;
	height: 32px;
	padding-bottom: 2px;
	border: #798B5E solid 1px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}

input.boton_home {
	background-color: #1E1E1E;
	background-image: url(../images/backend_fondo_boton_home.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	color: none;
	width: 94px;
	height: 32px;
	padding-bottom: 2px;
	border: #65871C solid 1px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}

input.boton_home:hover {
	color:#FFFFFF;
}

/* MENSAJE DE ERROR */
.validation-advice {
	background-image:url(../images/cortopolis_formulario_error.gif);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top: 5px;
	padding-top: 13px;
	padding-left: 32px;
	width: 252px;
	height: 34px;
	color: #000000;
}

/* REEMPLAZO DE CHECKS Y RADIOS */
label.checkbox_checked {
	background: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	padding-left: 22px;
}

label.checkbox_unchecked  {
	background-image: url(../images/cross.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	font-weight: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;	
	padding-left: 22px;
}

label.radio_checked {
	background: #fff url(../images/bullet_green.png) no-repeat;	
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

label.radio_unchecked  {
	background: #fff url(../images/bullet_white.png) no-repeat;	
	display: block;
	padding-left: 20px;
	font-weight: normal;
}

label.highlighted {
	border: 1px solid #333;
}

#generos label:hover{
	background-color:#F9F9F9;
}

.crirHidden {
	position: absolute;
	left: -1000px;
}