@CHARSET "UTF-8";

* {
	font-family: Verdana;
	font-size: 12px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


q:before, q:after { content: ""; content: none; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	font-size:1.5em;
	font-weight: bolder;
	text-shadow: 1px 1px 0 #fff; 
	color: #ff6600;
}

h2 {
	font-size:1.2em;
	font-weight: bolder;
	text-shadow: 1px 1px 0 #fff; 
	color: #ff6600;
	margin: 0px;
	padding: 4px;
}

#logo {
	display: block;
	float: right;
	margin-right: 20px;
}

a:link { -webkit-tap-highlight-color: #FF5E99; }
a { 
	color:#0396ed; 
	text-decoration: none; }
	
a:hover { 
	text-decoration: underline; 
	color:#990000;}
	
.titulos {
	width: 600px;
	float:left;
	margin-left:10px;
	padding-left: 20px;
	height: 45px;
	background: none;
	border-radius: 20px;
    box-shadow: 0 2px 12px #999;
}

.subtitulos {
	width: 300px;
	float:left;
	margin-left:10px;
	padding-top: 0px;
	padding-left: 20px;
	height: 25px;
	background: none;
	border-radius: 10px;
    box-shadow: 0 2px 6px #999;
    float: none;
}


header nav { 
	display: block;
	float: left; 
	margin: 20px 0 0 0; 
	width:100%;
	background: #eee; 
	box-shadow:0 3px 3px #444;
	border:1px solid #ccc;
	}
	
#menu_pagina {
	display: block;
	float: left; 
	margin: 20px 0 0 0; 
	width:100%;
	background: #eee; 
	box-shadow:0 3px 3px #444;
	border:1px solid #ccc;
	min-height: 600px;
}

#cuerpo {
	display: block;
	float: left; 
	min-height: 200px;
	margin: 40px 0 0 0; 
	padding: 20px;
	width:100%;
	background: #fff; 
	box-shadow:0 3px 3px #444;
	border:1px solid #ccc;
}
/*ul {float: left; list-style: decimal-leading-zero;}
li {margin: 5px;} */

#container { 
	min-width: 1200px; 
	width: 100%;
	margin: 0 auto; 
	padding: 20px 0; 
	text-align: left; }
	
#content { 
	float: left; 
	min-width: 900px; 
	width: 100%;
	/*width: 900px;*/ 
	margin-right: 20px; 
	margin-top:40px;}

/*Menu superior apaisado*/
#menu01 {
	margin: 0px;
	width: 100%;
}

#menu01 nav { 
	float: left; 
	margin: 20px 0 0 0; 
	width:100%;
	background: #eee; 
	box-shadow:0 3px 3px #444;
	border:1px solid #ccc;}

#menu01	nav ul { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; }

#menu01 nav ul li { 
	list-style: none; 
	float: left; 
	display: inline; 
	margin: 0; padding: 0; 
	border-right: 1px solid #d5d0ca; 
	font-size: 17px; 
	text-transform: none;
}

#menu01 ul {float: left; list-style: decimal-leading-zero;}

#menu01 nav ul, nav li { margin: 0; list-style:none; list-style-image: none; display: inline; }

#menu01 nav ul li:last-child { border: 0; }

#menu01 nav ul li a { 
	display: block;
	padding: 8px 24px;
	color: #444;
	text-decoration: none;
	-webkit-transition-property: background;
	-webkit-transition-duration: .7s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: background; 
	-moz-transition-duration: .7s; 
	-moz-transition-timing-function: linear;
	-o-transition-property: background; 
	-o-transition-duration: .7s; 
	-o-transition-timing-function: linear;
}
	
#menu01 nav ul li a:hover { 
	text-decoration: none; 
	background: #444; 
	color:#fff; 
}

#editor {
	/*background-image: url('../img/avispa01.jpg');*/
	background-color: #ccc; /*d3e4e5*/
	left: 0px;
	top: 0px;
	margin: 0 auto;
	padding: 30px;
	display: none;
	width: 100%;
	min-height: 100%;
	background-color:ligthgray;
	z-index: 100;
}

#cab_registro {
	border-radius: 20px 20px 0px 0px;;
    box-shadow: 0 2px 6px #999;
	margin: 0 auto;
	margin-top: 20px;
	width: 90%;
	height: 50px;
	background-color: #000;
	padding: 10px;
	border: 1px;
}

#registro {
	margin: auto auto;
	width: 90%;
	height: 50%;
 	background-color: #99bcbf; /* 99bcbf */
	padding: 10px;
	border: 1px;
}
	
#acciones {
	margin: 0 auto;
	width: 90%;
	height: 25px;
	background-color: #f1770b;
	padding: 10px;
	border: 1px;
}

#botones_cmd {
	margin: 0 auto;
	width: inherit;
}

.botones {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
 	display:inline-block; 
	color:#f78400;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.botones:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.botones:active {
	position:relative;
	top:1px;
}

#mensaje_accion {
	/*border-radius: 0px 0px 20px 20px;*/
    box-shadow: 0 2px 6px #999;
	margin: auto auto;
	width: 90%;
	height: 250px;
	background-color: #000;
	padding: 10px;
	border: 1px;
	color: green;
	font-family: courier;
	font-size: 18px;
	overflow: auto ;
}

#procesando {
	z-index: 200;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 30%;
}

#img_procesando {
	display: block;
	margin: 0 auto;
	float: none;
}

#procesando_est {
	z-index: 200;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 30%;
}


.tablaOpciones th {
	background-color: #ccc;
	color: white;
}
.tablaOpciones td {
	background-color: white;
	border: 1px;
	vertical-align: top;
}

.tablaOpciones caption {
	background-color: #ccc;
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: black;
}

.tablaOpciones {
	margin-left:20px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 90%;
	border: 1px;
}
