@charset "utf-8";
body {
	background-color: #EBEBEB;
	background-image: url(../imagenes/bg.gif);
	background-repeat: repeat;
}
.t2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	padding-top: 10px;
}
.tdis {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	padding-left: 10px;
	padding-top: 10px;
	text-align: right;
}
.msjbox {
	height: auto;
	width: auto;
	padding: 5px;
	background-image: url(../imagenes/bg.gif);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
}
.logout {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	text-shadow: 0 2px 2px rgba(0,0,0, .5);
}
.logout:hover {
	color: #E10000;
	text-shadow: 0 2px 2px rgba(0,0,0, .5);
}
.table1{
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	float: left;
	font-weight: bold;
	text-align: center;
	height: auto;
	color: #FFF;
	background-color: #359;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table2{
	width: 700px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	height: auto;
	margin-top: 10px;
}
.disable{
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: default;
}
.disable2{
	width: 230px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	cursor: default;
}
.inputxt{
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-left: 5px;
}
.inputxt:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.inputxt:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.inputxt2{
	width: 355px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	padding-left: 5px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-right: 5px;
}
.inputxt2:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.inputxt2:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.inputxtarea{
	width: 355px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 60px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 3px;
	text-transform:uppercase;
}
.inputxtarea:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.inputxtarea:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.combo{
	width: 367px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;	
	border-radius: 3px;
	text-transform:uppercase;
}
.combo:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.combo:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.combo1{
	width: 162px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;	
	border-radius: 3px;
	text-transform:uppercase;
}
.combo1:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.combo1:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.cmb{
	width: 90px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	text-align: left;
	border: 1px solid #CCC;
	color: #999;
	line-height: 20px;
	border-radius: 3px;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}
.cmb:hover{
	text-align: left;
	border: 1px solid #666;
	color: #333;
}
.cmb:focus{
	text-align: left;
	border: 1px solid #666;
	background-color: #F0FAFF;
	color: #333;
}
.lbl {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 11px;
}
.obl {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	color: #E10000;
}
.msjobl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #359;
}
.msjc {
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 10px;
	color: #333;
}
.msjc:hover {
	color: #359;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif; 
}
.btnform {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 5px;
	background-color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: auto;
	width: auto;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #FFC;
	text-transform: uppercase;
}
.btnform:hover {
	background-color: #525252;
	text-decoration: none;
}
.btnform:focus {
	background-color: #333333;
	text-decoration: none;
}
.creditos1 {
	height: auto;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding-top: 18px;
	padding-bottom: 8px;
	margin-left: 10px;
	float: left;
}
.creditos2 {
	height: auto;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 8px;
	float: right;
	text-align: right;
	line-height: 15px;
	margin-right: 10px;
}
#principal {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #333;
	background-color: #FFF;
	box-shadow: 0 7px 7px rgba(0,0,0, .7);
	-moz-box-shadow: 0 7px 7px rgba(0,0,0, .7);
	-webkit-box-shadow: 0 7px 7px rgba(0,0,0, .7);
	position: relative;
}
#principal #header {
	height: 150px;
	width: 950px;
	background-color: #D6D6D6;
	background-image: url(../imagenes/LogoDemo.jpg);
	background-repeat: no-repeat;
}
#principal #usuario {
	height: 37px;
	width: 830px;
	background-color: #359;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #E7E5E5;
	text-shadow: 0 2px 2px rgba(0,0,0, .5);
	font-weight: bold;
	cursor: default;
	box-shadow: 3px 0 5px rgba(0,0,0, .5);
	-moz-box-shadow: 2px 0 5px rgba(0,0,0, .5);
	-webkit-box-shadow: 2px 0 5px rgba(0,0,0, .5);
	text-align: center;
	padding-top: 18px;
}
#principal #logout {
	height: 35px;
	width: 120px;
	background-color: #359;
	float: right;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	box-shadow: 3px 0 5px rgba(0,0,0, .5);
	-moz-box-shadow: 3px 0 5px rgba(0,0,0, .5);
	-webkit-box-shadow: 3px 0 5px rgba(0,0,0, .5);
	text-align: center;
	padding-top: 20px;
   
    
}
#principal #opciones {
	height: 54px;
	width: 950px;
	background-color: #333;
	clear: both;
}

/* main menu styles */
#nav {
    display:inline-block;
    width:100%;
    margin:0px auto;
    padding:0;
    background:#333 url(../images/bg.png) repeat-x 0 -110px;
   
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	font-size: 11px;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 8px;
}
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	border-radius: 10px; /*some css3*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 0 2px 2px rgba(0,0,0, .7);
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

/* selected menu element */
#nav .current a, #nav li:hover > a {
	color: #000;
	border-top: 1px solid #f8f8f8;
	box-shadow: 0 2px 2px rgba(0,0,0, .7); /*some css3*/
	-moz-box-shadow: 0 2px 2px rgba(0,0,0, .7);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .7);
	text-shadow: 0 2px 2px rgba(255,255,255, 0.7);
	background-color: #7788aa;
}


/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
    background:none;
    border:none;
    color:#000;
}
#nav ul li a:hover {
    background:#335599 url(../images/bg.png) repeat-x 0 -100px;
    color:#fff;

    border-radius:10px; /*some css3*/
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}

#nav ul li:first-child > a {
    -moz-border-radius-topleft:10px; /*some css3*/
    -moz-border-radius-topright:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
    -moz-border-radius-bottomleft:10px; /*some css3*/
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}

/* drop down */
#nav li:hover > ul {
    opacity:1;
    visibility:visible;
}
#nav ul {
	opacity: 0;
	visibility: hidden;
	padding: 0;
	width: 175px;
	position: absolute;
	background: #aabbcc url(../images/bg.png) repeat-x 0 0;
	border: 1px solid #7788aa;
	border-radius: 10px; /*some css3*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .5);
	-moz-transition: opacity .25s linear, visibility .1s linear .1s;
	-webkit-transition: opacity .25s linear, visibility .1s linear .1s;
	-o-transition: opacity .25s linear, visibility .1s linear .1s;
	transition: opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
    float:none;
    margin:0;
}

#nav ul a {
    font-weight:normal;
    text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
    left:160px;
    top:0px;
}
#principal #contenido {
	height: auto;
	background-color: #333;
	width: 890px;
	padding: 30px;
}
#principal #contenido .bannerpie {
	height: 100px;
	width: 930px;
	background-color: #CCC;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#principal #pie {
	background-image: url(../imagenes/footer.jpg);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
}
#principal #contenidoreg {
	height: 500px;
	width: 930px;
	margin: 10px;
	background-color: #CCC;
}
.div {
	height: auto;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #333;
	padding-bottom: 15px;
}
.tp{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0 2px 2px rgba(0,0,0, .5);
	text-align: center;
	cursor: default;
	background-color: #335599;
	height: 80px;
	line-height: 30px;
	padding-top: 15px;
	margin-top: -2px;
}
.cp{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333;
	text-shadow: 0 2px 2px rgba(0,0,0, .2);
	padding-left: 30px;
}
.help {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	display: none;
	position: absolute;
	width: 150px;
	border: 1px double #333;
	background-color: #335599;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-left: 5px;
	text-align: center;
}
