	/*****RESET CSS***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
/********/

}
body{
	background-color:#DDD;
	font-family:arial, helvetica ;
	font-size:12px;
	background-image:url('img/bg.png');
	background-repeat:repeat-x;
}

#body{
	width:950px;
	height:auto;
	background:white;
	margin:0 auto;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	color:#400;
}

#head{
	width:100%;
	height:100px;
	background:#ABA;
}

#logo{
	height:70px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}

#contenido{
	width:100%;
	min-height:550px;
	display:flex;/*Agregado por GMI para corregir problemas*/
}

#footer{
	width:100%;
	height:auto;
	padding-top: 20px ;
	padding-bottom: 20px;
	background:#ABA;
	text-align:center;
	font-size:12px;
	color:white;
}

#izq{
	width:280px;
	background:white;
	height:530px;
	/* float:left; *//*Comentado porque se puso display flex al elemento padre*/
	border-right:1px dashed gray;
	padding:10px;
}

#der{
	/* float:left; *//*Comentado porque se puso display flex al elemento padre*/
	width:620px;
	padding:10px;
}


#head_superior{
	width:100%;
	height:80px;
	background:white;
	float:left;
}
.main_menu{
	float:right;
	margin:right:10px;
	margin-top:3px;
}

.main_menu .opp{
	float:left;
	margin-right:10px;
	border-right:1px solid white;
	padding-right:10px;

}

.submenu{
	background:#BBBBBB;
	position:absolute;
	z-index: 20;
	visibility: hidden;
	left:- 20px; top:2px; margin-top:17px; width:150px; line-height:12px;
border: 1px solid;
border-color:#CCC;
	border-radius:5px;
}

.link_sub{
	display:block;
	width:100%;
	font-size:10px;
	color:#000000;
}
.link_sub a:hover {
	color:#000000;
	text-decoration:underline;
	}

#head_inferior{
color:#FFFFFF;

}
#head_inferior a{
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#head_inferior a:hover{
	text-decoration:underline;
}

#izq dl{
	float:left;
	margin-top:10px;
}

#izq dt{
	float:left;
	width:80px;
	padding-right:5px;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

#izq dd{
	float:left;
	margin-bottom:10px;
}


#izq h1{
	float:left;
	font-size:20px;
	color:#ABA;
	margin-top:10px;
	margin-bottom:20px;
}


#izq #envio{
	clear:both;
	float:left;
	border-top:1px dashed grey;
	width:100%;
	min-height:50px;

}


#mensaje{
	float:left;
	text-align:center;
	width:400px;
	height:15px;
	padding:15px;
}
#logout{
	float:right;
	text-align:right;
	width:130px;
	background:#ABA;
	height:30px;
	margin-right:20px;
	padding:10px;
	color:white;
	border:1px solid ;
	border-color: #CCC;
	border-radius: 5px;
}

#logout a{
	color:white;
	font-weight:bold;
}

#logout span{
	font-weight:bold;
}

#login_form{

	-moz-border-radius: 15px;
	border-radius: 15px;

}

#login_form dt{
	margin-top:20px;
	margin-bottom:5px;
	font-size:12px;
	color:gray;
}
#loginput[type='text'],loginput[type='password']{

	width:150px;

}


#menu a { color:#fff; text-decoration:none; }
#menu > li {cursor:pointer; float:left; position:relative;}
#menu > li a:hover {color:#444444;}
/* sub-menus*/
#menu ul { padding:0px; margin:0px; display:block; display:inline;}
#menu li ul { position:absolute; left:-10px; top:0px; margin-top:17px; width:200px; line-height:16px; display:none; }
#menu li:hover ul { display:block;}
#menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #fff; list-style-type:none; }
#menu li ul li:first-child { border-top: none; }
#menu li ul li a { display:block; font-size:11px; }
#menu li ul li a:hover { color:#ABA; }


div.scroll{
	width:925px;
	height:540px;
	overflow:scroll;
	/* background-color:silver; */

}
.scroll h1{
	font-size:24px;
	color:red;
	margin-bottom:10px;
}

.scroll h2{
	font-size:16px;
	margin-bottom:15px;
	margin-left:15px;
}

.scroll div{
	/* background-color:grey; */
	width:100%;

}

table{
	width:800px;
}
	/*background-color:pink;
	margin:0 auto;*/




.table tr {
	display:block;
	width:730px;
	background-color:tan;
	margin:0 auto;
	margin-bottom:15px;
}

.table p{
	font-size:14px;
	width:273px;
	float:left;
}

.table select{
	margin-right:123px;
}
.table input{
	margin-right:117px;
}
.textarea{
	width:695px;
}

.select, input{
	width:150px;}
	/* background-color:purple; */



#chek p {
	/* background-color:red; */
	width:188px;
	margin-bottom:5px;
	margin-top:5px;
}

.pt table tr {
	width:650px;
	margin-bottom:5px;
}
.pt textarea{
	width:620px;
}
.pt input{
	width:250px;
	margin-left:50px;

	/* background-color:blue; */
}
.pt p{
	width:370px;
}

.pa p{
	width:250px;
	/* background-color:gold; */
	margin-right:20px;
}
.pa input{
width:200px;
margin-right:65px;
}


/*
table{
	width:600px;
}

table, td, th
{
border:1px solid ;
border-color: #CCC ;
height:15px;

}
th{
color:black;
background-color:#C6C6C6;
text-align:left;
}
/* width:200px;
}

td{
	width:125px;
}
.tablasmargen{
	margin-top:20px;
} */

.extra p {
	width:240px;
	margin-bottom:5px;
}

#grado{
	background-color:gold;
	width:900px;

}
#grado p{
	width:120px;
	margin-right:20px;
		background-color:silver;

}
#grado input{
	width:120px;
	background-color:silver;
}

.readonly{
	display:none;
}
.laterales{
	width:150px;

}
.titseg{
font-size: 13px;
font-weight:bold;
color:#333;
line-height:14px;
text-align:left;
}
.titsub{
font-size: 11px;
color:#888;
line-height:14px;
text-align:left;
}
.inputpass {
	width:150px;
}

form {
	clear: both;
	padding: 5px;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	margin-right: 10px;
}
fieldset fieldset:hover{

background-color:#F2F2F2;
}
fieldset legend {
	color: #ABA;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	margin: 0 20px;
}

fieldset div.radio label{
	float:left;
	margin-top: 5px;
	clear:right;
}
fieldset div.radio input{
	float:left;
	clear:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	width:auto;
}
fieldset div.radio fieldset{
	clear:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
}

fieldset div.radio {
	float: none;
}


form div {
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
	float:left;
}
form div.input {

	color: #444;
	float:left;

}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input{
  /*background-color: #c1c1c1;*/
  background-color:transparent;
	margin-right:20px;
	display: block;
	font-size: 10px;
	width: 98%;
	border-radius: 5px;
}

textarea{
	display: block;
	font-size: 10px;
	color: #000000;
	width: 98%;

	 background-color:transparent;
font-family:arial, helvetica;
border:1px solid ;
border-color: #CCC ;
border-radius: 5px;

}

select{
	clear: both;
	font-size: 9px;
	vertical-align: text-bottom;
	border-radius: 5px;
	 background-color:transparent;

	border:1px solid ;
border-color: #CCC ;
border-radius: 5px;
}

option{
	font-size: 9px;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit]{
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
input[type=button]{
	display: inline;
	width: 32px;
	height: 32px;
}
.back {
	background:url('../css/img/go-previous.png') no-repeat;
	border:none;
	}
.forward {
	background:url('../css/img/go-next.png') no-repeat;
	border:none;
	}

#PersonABAministradorForm{
	height:1200px;
}




/****** DEMO PAGE ******/
#dt_example {
	font: 80%/1.45em Arial, Helvetica;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}


#dt_example #container {
	width: 800px;
	margin: 30px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 30px auto 0 auto;
}

#dt_example .demo_jui {
	margin: 30px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#dt_example h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#dt_example a {
	color: #0063DC;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: underline;
}

#dt_example ul {
	color: #4E6CA3;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}

.demo_links {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#calendar {
float:left;
width: 250px;
height: 300px;
		}
.selection{
width:110px;
display: inline;
}

#infocolor {
width:100%;
height: 15px;
border-radius: 5px;
background-color:#DDD;
padding-left:  5px;
padding-top:  5px;
}

.etiqueta { float: left; width: 100px; height: 15px; display: inline;}
#infocolor #hoy  { float: left; background-color: #F00; width: 10px;height: 10px;}
#infocolor #mark  { float: left; background-color: #0A0; width: 10px;height: 10px;}
#infocolor #disp  { float: left; background-color: #369 ; width: 10px;height: 10px;}
#infocolor #wknd  { float: left; background-color: #036; width: 10px;height: 10px;}
#infocolor #fest  { float: left; background-color: #FF0; width: 10px;height: 10px;}
#infocolor #picked  { float: left; background-color: #F30; width: 10px;height: 10px;}

#addEventForm {
position: absolute;
top:30px;
left:300px;

width: 500px;
height: 300px;

		}
