/* ============= */
/* = GENERALES = */
/* ============= */
body{
	background-color: #f4f4f4;
}
a:link, a:visited, a:active, .morado{
	color: #5c0d66;
}
.borde{
	border: 2px solid #5c0d66;
}
.top{
	vertical-align: top;
}
.notice {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color: #5c0d66;
	color: #555555;
	margin: 0px 3px 15px 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}
.small {
	font-size: 0.94em;
}
/* ============ */
/* = CABECERA = */
/* ============ */

div#cabecera{
	display: inline;
}
div#superior{
	overflow: hidden;
	height: 80px;
	background: url("../images/fondo_cabecera.jpg") no-repeat scroll center center #5c0d66;
}
div#logo{
	width: 70%;
	float: left;
	padding-top: 0px;
	padding-left: 13%;
}
div#logo h3{
	color: #f2f2f2;
}
div#logo a{
	text-decoration: none;
}
div#busqueda{
	float: left;
	width: 30%;
}
/* ======== */
/* = MENU = */
/* ======== */
div#menu{
	width: 100%;
	background: url("../images/fondo_menu.jpg") no-repeat scroll top center #e3d3e5;
	height: 30px;
}
div#sombra_menu{
	width: 100%;
	height: 10px;
	overflow: hidden;
	background: url("../images/fondo_sombra_menu.gif") repeat-x scroll center center #f2f2f2;
}

div#menu ul.root{
	width: 960px;
	padding: 0px;
	margin: 0 auto;
}
div#menu ul.root li{
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	width: 160px;
	float: left;
	text-align: center;
	background: url("../images/fondo_lista_menu.png") repeat-x scroll top left transparent;
}
div#menu ul.root li a{
	color: #555555;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
div#menu ul.root li#item_4, div#menu ul li#item_5, div#menu ul li#item_6{
	width: 105px;
}
div#menu ul.root li#item_3{
	width: 291px;
}
div#menu ul.root li#item_alfa{
	width: 17px;
	background: url("../images/fondo_lista_menu_l.gif") no-repeat scroll top right transparent;
}
div#menu ul.root li#item_omega{
	width: 17px;
	background: url("../images/fondo_lista_menu_r.gif") no-repeat scroll top right transparent;
}
.submenu{
	display: none;
}
.hovering div{
	display: block;
	margin: 0;
	padding: 0;
}
.menu li a{
	display: block;
}
.menu li a:hover,
.menu li:hover>a{
	background-color: #7d128a;
	color: white !important;
}
.menu li div.submenu{
	background-color: #e3d3e5;
}

/* ========== */
/* = CUERPO = */
/* ========== */
div#cuerpo{
	margin-top: 50px;
}
/* ========== */
/* = FOOTER = */
/* ========== */
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#cuerpo {
	overflow: auto;
	padding-bottom: 60px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear: both;
}
/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/
}
hr.sin_margen{
	margin: 0;
}
/* =========== */
/* = BOTONES = */
/* =========== */
.button {
	border: 2px;
	border-top: 1px solid #e3d3e5;
	background: #8d5594;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#92429e), to(#e1d3e4));
	background: -moz-linear-gradient(top, #92429e, #e1d3e4);*/
	padding: 6px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white !important;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
}
.button:hover {
	background: #5c0d66;
	text-shadow: none;
}
.desactivado {
	border-top: 1px solid #999999;
	background: #888888;
}
.desactivado:hover {
	text-shadow: none;
	background: #888888;
}

/* ========== */
/* = TABLAS = */
/* ========== */
table.listado{
	padding: 10px;
	margin: 0px;
	border: 5px solid #ccc;
	background-color: #fff;
}
table.listado td{
	padding: 10px;
	margin: 0px;
}
table.listado tr.par td{
	background: #f8f8f8;
}
table.listado tr.impar td{
	background: #eee;
}
table.listado td table{
	margin: 0;
}
table.listado td table td{
	text-align: left;
	margin: 0px;
	padding: 3px;
}
table.listado td table td.primera{
	padding-left: 15px;
}

table.listado td table td.titulo{
	text-align: left;
	text-transform: uppercase;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
/* ================ */
/* = MENU LATERAL = */
/* ================ */
div.menu_lateral{
	text-align: left;
}
div.menu_lateral ul{
	list-style-type: none;
}
div.menu_lateral ul li{
	padding-left: 10px;
}
div.menu_lateral ul li.titulo{
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0px;
}
/* =================== */
/* = TABLA REGISTROS = */
/* =================== */
table.registros{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	
	-webkit-box-shadow: rgba(141,85,148,1) 0 0px 5px;
	-moz-box-shadow: rgba(141,85,148,1) 0 0px 5px;
	box-shadow: rgba(141,85,148,1) 0 0px 5px;
	
	padding: 5px;
	margin: 10px auto;
	width: 700px;
}
table.tamano_grande{
	width: 940px;
}
table.registros td{
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	margin: 0;
	border-bottom: 1px solid #dddddd;
	text-align: justify;
}
table.resaltado td.sin_borde,
table.registros td.sin_borde{
	border-bottom: 0;
}
table.registros td.margen_superior{
	padding-top: 5px;
}

table.registros td.margen_superior.noJustify{
	padding-top: 5px;
	text-align: left;
}

table.registros textarea.mitad{
	height: 60px;
	width: 330px;
}
table.registros textarea.total{
	height: 80px;
	width: 660px;
}
table.registros textarea.resaltado{
	background-color: #e3d3e5;
}
table.registros textarea.nohomologado{
	color: #b7484d;
}

table.registros input[type="radio"]{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
table.registros input[type="text"].total{
	width: 425px;
}
table.tamano_grande input[type="text"].total{
	width: 700px;
}

table.resaltado{
	background-color: #e3d3e5;
}
table.resaltado td{
	border-bottom: 1px solid #5c0d66;
}

/* =============== */
/* = FORMULARIOS = */
/* =============== */
form span.titulo, span.titulo{
	text-align: center;
	text-transform: uppercase;
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
span.mensaje{
	background-color: #E6C0C0;
	border-bottom: 3px solid #DE7A7B;
	border-top: 3px solid #DE7A7B;
	color: #CC0000;
	font-weight: bold;
	padding: 12px;
	line-height: 30px;
	margin: 0;
}
form div.centrado{
	text-align: center;
}

.cambiaColor{
    color: #ff0000;
}    