html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #048;
}

a:hover {
	color: #06C;
}

img.dashboard {
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}

body {
/*	background: #E7E7E2 url('../images/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 10px;*/
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
}

h2 {
	font: bold 1.4em sans-serif;
}

h3 {
	font: bold 1em Tahoma,sans-serif;
}

form,input {
	margin: 0;
	padding: 0;
	display: inline;
}

h1,h2,h3 {
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}

textarea,input.styled {
	border: 1px solid #BBB;
	padding: 2px;
	font: normal 1em Verdana,sans-serif;
	cursor:  pointer;
}

input#categories {
	vertical-align: middle;
}

select {
	border: 1px solid #BBB;
	/*padding: 2px;*/
	font: normal 1em Verdana,sans-serif;
}

select option {
	padding: 2px 5px;
}

fieldset {
	background-color: #FFF;
	border: 1px solid #d7d7d2;
	padding: 3px 7px 10px;
}

fieldset legend {
    color: #586e83;
    font-size: 11px;
    font-weight: bold;
    padding: .1em .3em;
}

.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.message {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 16px 8px;
	padding: 6px;
	background-color: #c1dc9d;
	border-color: #7ab727;
}

div.error {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 16px 8px;
	padding: 6px;
	background-color: #FFEBE8;
	border-color: #C00;
}

table.dashboard {
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

table.dashboard td {
	padding: 15px;
	text-align: center;
}

table.admin {
	width: 100%;
}

th.admin {
	text-align: left;
	color: #586e83;
	font-weight: normal;
	border-bottom: 2px solid #d7d7d2;
}

td.admin {
	border-bottom: 1px solid #d7d7d2;
}

img.middle {
	vertical-align: middle;
}

.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	/*width: 950px;*/
        /*margin-top: 10px;*/
}

.outer-container {
    width: 970px;
    margin: auto;
    border: 1px solid #ccc;
/*	background: url('../images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;*/
}

.header {
	background: #222 url('../images/fondo_header100.jpg') no-repeat;
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
        cursor: pointer;
}

.header .title {
	color: #FFF;
	padding-top: 20px;
}

.header .title .sitename{
	color: #FFF;
	font: normal 1.7em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}

.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.top {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}

.top a {
	color: #FAFAFA;
	text-decoration: underline;
}

.top a:hover {
	color: #FFC;
	text-decoration: none;
}

.main {
/*	background: url('../images/main.gif') repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;*/
}

.content {
	/*float:  right;*/
	/*width:  758px;*/
}

.content .descr {
	color: #664;
	font-size: .9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url('../images/li.gif');
	margin-left: 18px;
}

.content p {
	font-family: "Lucida Sans Unicode",sans-serif;
}

.navigation {
	float: left;
	width: 160px;
}

.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.navigation li {
	border-bottom: 1px solid #EAEADA;
}

.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li a:hover {
	background: #F0F0EB;
	color: #654;
}

.footer {
/*	background: #949490;
	color: #F7F7F2;
	font: 1em sans-serif;
	text-align: center;
	margin-top: 5px;
	padding: 10px 12px;*/
}

.footer a {
	color: #F7F7F2;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFC;
	text-decoration: none;
}

.notification.nt_success {
    background: url("../images/icons/notifications/success.png") no-repeat scroll 10px 10px #effeb9;
    border-color: #98c700;
}

.notification.nt_error {
    background: url("../images/icons/notifications/error.png") no-repeat scroll 10px 10px #fccac3;
    border-color: #ea5338;
}

.notification.nt_warning {
    background: url("../images/icons/notifications/warning.png") no-repeat scroll 10px 10px #ffeaa7;
    border-color: #f9b418;
}

.notification.nt_info {
    background: url("../images/icons/notifications/info.png") no-repeat scroll 10px 10px #d1e4f3;
    border-color: #4d8fcc;
}

.notification.nt_tip {
    background: url("../images/icons/notifications/tip.png") no-repeat scroll 10px 10px #feeac9;
    border-color: #d38e49;
}
.notification {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 15px;
    padding: 17px 17px 17px 55px;
}

.notification .close {
    background: url("../images/icons/small/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-top: 2px;
    opacity: 0.7;
    width: 16px;
}
.notification .close:hover {
    opacity: 1;
}

strong {
    font-weight: bold;
}

.strong {
    font-weight: bold !important;
}

#tbl_turnos tr td
{
    padding: 2px;
}

#tbl_preguntas tr td
{
    padding: 2px;
}

/*Seccion del menu*/
#xo_globalnav {
    background: url("../img/dark/dark-menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #000;
    font-family: tahoma,Helvetica,sans-serif;
    font-weight: normal;
    height: 28px;
    list-style: outside none none;
}

#xo_globalnav {
    background: url("../images/dark/dark-menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #000;
}

#xo_globalnav ul.menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#xo_globalnav ul.menu * {
    margin: 0;
    padding: 0;
}

#xo_globalnav ul.menu a {
    color: #1f1f1f;
    display: block;
    text-decoration: none;
}

#xo_globalnav ul.menu li {
    float: left;
    list-style: outside none none;
    margin-right: 2px;
    position: relative;
}

#xo_globalnav ul.menu ul {
    background: none repeat scroll 0 0 #d1d1d1;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
}

#xo_globalnav ul.menu ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #aaa #aaa;
    border-image: none;
    border-right: 1px solid #aaa;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: outside none none;
    margin: 0;
    position: relative;
    width: 168px;
}

#xo_globalnav ul.menu ul li a {
    background: none repeat scroll 0 0 #5f5f5f;
    color: #f7f7f7;
    display: block;
    padding: 3px 7px 5px;
}

#xo_globalnav ul.menu ul li a:hover {
    background-color: #333;
    color: #f7f7f7;
}

#xo_globalnav ul.menu ul ul {
    left: 168px;
    list-style: outside none none;
    top: -1px;
}

#xo_globalnav ul.menu .menulink {
    background: url("../images/dark/dark-menu.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #333;
    color: #ccc;
    font-weight: bold;
    padding: 5px 7px 4px;
    width: 154px;
}

#xo_globalnav ul.menu .menulink:hover, ul.menu .menuhover {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #ccc;
}

#xo_globalnav ul.menu .sub {
    background: url("../img/arrow.gif") no-repeat scroll 156px 8px #5f5f5f;
}
#xo_globalnav ul.menu .topline {
    border-top: 1px solid #aaa;
}

body.default
{
    background-color: #fff;
    color: #1d2d45;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 120%;
}


.div-content-dnc{
	width:99%;
/*        border-top: 1px solid #999;
        border-bottom: 1px solid #999;*/
        /*border: 1px solid #999;*/
        /*padding: 5px;*/
        margin: 0 auto;
}

.div-content-dnc .title
{
	display:block;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	margin:5px 0;
	width:98%;
}

.div-content-dnc .reg{
	padding-bottom:5px;
	border-bottom:1px solid #999;
}

.div-content-dnc .dirigido{
	min-height:100px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
}
.div-content-dnc label{
	margin-left:5px;
        margin-bottom: 5px;
	display:block;
	width:98%;
	}
	
.div-content-dnc input, .div-content-dnc textarea,.div-content-dnc select{
    margin-left:5px;
    width:98%;
    border:1px #999 solid;
}

.bloque{
    float: left;
    width: 33%;
}

.bloque textarea{
    width: 97%;
    margin-right: 5px;
}

.heigth50{
    height: 120px;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffd;
}