* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	list-style: none;
}

html {
	position: relative;
	font: small/1.5em Verdana,Arial,Helvetica,sans-serif;
	color: #555;
	background: #fff;
}

body { 
	position: relative;
	font-size: .95em;
	width: 936px;
	margin: 0px auto 10px auto;
}


#navigation,
#sub-navigation
{ 
	position: relative;
	width: 936px; 
	margin: 15px 0 0 0;

 	
}

/* ----------| =Colors |---------- */ 

/* 
	orange - #e47300;
	dark-blue - #2096c8;
	light-blue - #daeff7;	
*/ 


/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #333;
}

h1, h2, h3 { 
	font-size: 1.5em;
}

h4, h5, h6 { 
	font-size: 1.4em;
}

p { 
	padding-bottom: 1em;
}

p * { 
	vertical-align: baseline;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #ccc;
}

input[type="image"], 
.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #5aa0d0;
}

a:visited { 
	color: #67a6bf;
}

a:hover { 
	/*color: #1a576f;*/
	color:#EA661E;
	text-decoration: none;
}


.orange {color:#E47300;}

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 15px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 15px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

.show-false { 
	display: none;
}

.show-true { 
	display: block;
}

.element-error {
	border: 1px solid #000;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Navigation |---------- */ 

#navigation { 
	line-height: 1em;
}

.sub #navigation { 
	line-height: 1em;
	border-bottom: 0;
	margin: 3px 0 0 0;
}

.sub.no-nav #navigation { 
	border-bottom: 1px solid #e0e0e0;
}

#navigation div { 
	position: relative;
	width: 900px;
	margin: -1px auto;
	background: #fff;
	padding: 0 5px;
}

#navigation div ul { 
	margin: 0 auto;
	width: 898px;
	border: 1px solid #9d9ea0;
	background: #000 url(../imagenes/normal-bg.gif) repeat-x left top;
}

#navigation div ul li { 
	float: left;
	background: url(../imagenes/hover-bg.gif) repeat-x left top;
} 

#navigation div ul li a { 
	display: block;
	color: #acacac;
	padding: 22px 25px;
	font-size: 1em;
	text-decoration: none;
	background: transparent url(../imagenes/normal-bg.gif) repeat-x left top;
} 

#navigation div ul li.title { 
	float: right;
	margin: 0 22px 0 0;
	background: transparent url(../imagenes/title-hover.gif) no-repeat left top;
}

#navigation div ul li.title a { 
	width: 82px;
	height: 59px;
	padding: 0;
	background: transparent url(../imagenes/title.gif) no-repeat left top;
	text-indent: -9999px;
} 

#navigation div ul li.start { 
	background: transparent url(../imagenes/dots-hover.gif) no-repeat left top;
}

#navigation div ul li.start a { 
	padding-left: 34px;
	background: transparent url(../imagenes/dots.gif) no-repeat left top;
}

#navigation div ul li a:hover, 
#navigation div ul li#active a, 
#navigation div ul li.title a:hover { 
	background: transparent;
}

	/* ----------| =Sub Navigation |---------- */ 

#sub-navigation { 
	margin: 0;
	border-top: 0;
	line-height: 1em;
}

#sub-navigation div { 
	position: relative;
	width: 900px;
	margin: -1px auto;
	background: #fff;
	padding: 0 5px;
}

#sub-navigation div * { 
	vertical-align: baseline;
}

#sub-navigation div ul { 
	margin: 0 auto;
	width: 846px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #eee;
	padding: 5px 26px;
}

#sub-navigation div ul li { 
	float: left;
	padding-right: 25px;
} 

#sub-navigation div ul li a { 
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 9px 6px 9px;
	white-space: nowrap;
}

#sub-navigation div ul li.sub-active a, 
#sub-navigation div ul li a:hover { 
	padding: 0;
	text-decoration: none;
	background: transparent url(../imagenes/top-left.gif) no-repeat left top;
}

#sub-navigation div ul li.sub-active a span, 
#sub-navigation div ul li a:hover span { 
	display: block;
	float: left;
	background: transparent url(../imagenes/bottom-left.gif) no-repeat left bottom;
}

#sub-navigation div ul li.sub-active a span span, 
#sub-navigation div ul li a:hover span span { 
	background: transparent url(../imagenes/top-right.gif) no-repeat right top;
}

#sub-navigation div ul li.sub-active a span span span, 
#sub-navigation div ul li a:hover span span span { 
	padding: 5px 9px 6px 9px;
	background: transparent url(../imagenes/bottom-right.gif) no-repeat right bottom;
	cursor: pointer;
}

	/* ----------| =Content |---------- */ 

.contenido div.autoclear { 
	position: relative;
	width: 900px;
	margin: -1px auto;
	padding: 0 5px;	
}

.contenido .trCol3 td {width:33%;}

.contenido hr {
	border-bottom:1px solid #DDDDDD;
	clear:both;
	height:0pt;
	margin:15px 0pt;	
}

#footer {
	color:#888888;
	font-size:0.9em;
	margin:10px 0pt 0pt;
	padding:0pt 30px;
}

table.alta 
{
	border: 1px solid #ccc;	
}
.edicion,.baja 
{
	border: 3px solid #ccc;	
	border-top:6px solid #ccc;
	position:absolute;top:-4000px;
}
.alta, .edicion {
	background-color:#daeff7;
}
.baja {
	background-color:#FF1E1D;
	color:#E1E1E1;
	font-weight:bold;		
}
.baja b {color:#ffffff;}

table.formulario h1 {
	background:transparent url(../imagenes/border-dotted-dark.gif) repeat-x scroll left bottom;
	font-size:1.1em;
	padding:0pt 0pt 5px 0pt;
	margin-left:10px;
	font-weight:bold;
	text-align:left;
}



table.grilla td, table.grilla th {padding-left:10px;}
table.grilla thead 
{
	background:#efefef;
	text-transform:uppercase;
	text-align:left;
	height:30px;	
}

table.grilla tbody tr
{
	height:30px;
}

table.tablaCeleste th 
{
	font-weight:bold;text-align:left;text-transform:uppercase;
	border-bottom:1px solid #DDDDDD;padding-bottom:5px;
}

table.tablaCeleste .trCol3 td {width:33%;}
table.tablaCeleste .trCol4 td {width:25%;}


span.error {color:#ff0000;}

.drag {cursor: move;}


table.grilla td.eliminar a { 
	width: 24px;height: 24px;display:block;
	background: transparent url(../imagenes/imgBorrar.gif) no-repeat  center center;
	text-indent: -9999px;
}
table.grilla td.eliminar a:hover{ 
	background: transparent url(../imagenes/imgBorrarH.gif) no-repeat center center;
}

table.grilla td.editar a { 
	width: 24px;height: 24px;display:block;
	background: transparent url(../imagenes/imgEditar.gif) no-repeat  center center;
	text-indent: -9999px;
}
table.grilla td.editar a:hover{ 
	background: transparent url(../imagenes/imgEditarH.gif) no-repeat center center;
}

.page {margin:0;padding:0;color: #aa9;margin-left:4px;}
.page li {display: inline;margin-right: 1em;}
.page li b {font-weight:normal;color:#555555;}
.page li a {text-decoration:none;}

