/*==== Solo para el inicio ====*/
.fondo{
	background:url(../img/autogestion_2015.jpg)no-repeat;
	margin-top: -15px;
	width: 950px;
	height: 492px;
}
.log{
	/*margin-top:180px;*/
	margin-top: -469px;
}
.log_fondo{
	background-color: transparent!important;
}
.color_txt{
	color:#FFFFFF;
}
.boton{
	margin-left: 145px!important;
}
div.links{
	width: 230px;
	height: 100px;
	float: right;
	margin-top: 274px;
	margin-right: 153px;
	padding:10px;
	background: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
div.pie{
	width: 386px;
	height: 29px;
	/* float: right; */
	margin-top: 440px;
	/* margin-right: 153px; */
	margin-left: 535px;
	padding: 10px;
	color: #FFFFFF;
	/*background: #ffffff;*/
	/* -webkit-border-radius: 15px; */
	-moz-border-radius: 15px;
}

.logo1{
float: right;
margin-top: -25px;
margin-right: -6px;
}
ul.items{
	margin-left:10px;
}
ul.items > li  > a{
	text-decoration:none;
}
/*==== //// ====*/

/* Layout */

#header {
	margin-bottom: 10px;
}

#footer {
	margin-top: 20px;
}

.borders{ border:1px solid; }

.margin-20{ margin-top: 20px; }

/* Forms */

fieldset, ul{
	border: 0;
	padding: 0;
	margin: 0;
}

form ul{list-style: none;}

ul.alert{
	width: 476px;
	padding: 1px 10px 0px 50px;
	background: #e1e1e1;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

ul.alert li p{
	margin: 0 0 0 0;
}

ul.alert.error{
	background: #ffbcbc;
	color: #a40f0f;
	border-bottom: 2px solid #e59898;
}

ul.alert.success{
	background: #d2ffc8;
	color: #227d0d;
	border-bottom: 2px solid #9fde91;
}

.error, .notice, .success {
	padding:0.4em;
}

fieldset li{
	margin: 0 0 5px 0;
}

label{
	color:#333;
	font-size: 0.9em;
	line-height: 1em;
	font-family:"Lucida Grande",Arial,Sans-serif;
	color:#778899;
	display:block;
}

label.error {
  	font-weight: bold;
  	color: red;
	background: transparent none repeat scroll 0 0;
	border: 0px;
	display: inline;
}

#login_form{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#DDEEF6;
	border:1px none transparent;
	color:#778899;
	font-size:11px;
	margin-top:5px;
	padding:10px;
	text-align:left;
	width:520px;
}

#login_form input[type="text"], #login_form input[type="password"]{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #AACCEE;
	font-size:13px;
	margin:5px 0 5px;
	padding:5px;
	width:200px;
}

#login_form input[type="submit"]{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#555555 url(../img/bg-btn-grey.png) repeat-x scroll 0 0;
	border:1px solid #555555;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
	text-shadow:0 -1px 0 #444444;
}

#profile_form{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#DDEEF6;
	border:1px none transparent;
	color:#778899;
	font-size:11px;
	padding:10px;
	width: 400px;
}

#profile_form label{
	/* display:inline; */
	float:left;
	width:150px;
}

#profile_form input[type="text"], #profile_form input[type="password"], #profile_form select{
	width: 200px;
	position: relative;
	top: -8px;
}

#profile_form p{
	margin:0 0 0.5em;
}

.error {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 25px;
}

.box p {margin:0 0 .5em;}
.box2 {padding: .5em .2em 0em .2em; margin-bottom:.5em; background:#E5ECF9;}

/* User Bar */

#user_bar{
	background-color:#00727D;
	display:block;
	margin:-15px 0 20px 0;
	padding:0;
	position:relative;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
}

#user_bar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#user_bar li{
	float:left;
	margin:4px 4px 0px 4px;
	position:relative;
	display:block;
	height:15px;
	padding:7px 7px 6px 8px;
}

#user_bar li, #user_bar a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#user_bar li:hover{
	background-color:#70B0B6;
	text-decoration:none;
}

#user_bar li.name:hover{
	background-color:#004C53;
	text-decoration:none;
}

/* Drop Down Menu */

#user_bar ul li ul{
	display:none;
	height:auto;
	position:absolute;
	width:160px;
	z-index:200;
	background:white none repeat scroll 0 0;
	border:1px solid #00727D;
	font-size:11px;
	left:-1px;
	line-height:normal;
	padding:5px 0 6px 0;
	top:26px;
}

#user_bar ul li ul li{
	background:white none repeat scroll 0 0;
	float:none;
	font-size:0.91em;
	margin:10px 0 0;
	padding:0;
	display: block;
	width:160px;
	height:24px;
}

#user_bar ul li ul li a{
	color:#2F2C29;
	height:24px;
	left:0;
	padding:6px 0 0 10px;
	position:relative;
	text-indent:0;
	width:160px;
	display:block;
}

#user_bar ul li.hover ul,
#user_bar ul li:hover ul{
	display: block;
}

#user_bar ul li ul li a.hover,
#user_bar ul li ul li a:hover{
	color: #FFFFFF;
}

#user_bar li.first{
	margin-top: 2px;
}


/* Inscripcion Tabla */

table {
	border-collapse: collapse;
}

table th {
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

table td {
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

p.opciones{
	padding: 4px 0 4px 8px;
	background:#96B382;
	font-weight:bold;
}

p.opciones a{
	color:#003320;
}

p.opciones a:hover{
	color:#00623D;
}

.nomargin{
	margin: 0 0 0 0;
}

#inscripcion  {
	margin-bottom: 0px;
}

#inscripcion thead th {
	background:#BEDDBB;
}

#inscripcion tbody tr {
	background:#ECF1F2;
}

#inscripcion tbody td {
	border-bottom:1px solid #CCCCCC;
}

#inscripcion tbody tr.agregada {
	background:#B7CED3;
}

#inscripcion tbody tr.proceso {
	background:#CAF67B;
}

#inscripcion_form button{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#555555 url(../img/bg-btn-grey.png) repeat-x scroll 0 0;
	border:1px solid #555555;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
	text-shadow:0 -1px 0 #444444;
}

.add{
	background:url(../img/add.gif) no-repeat 0 0;
	text-indent:18px;
	display:block;
}

.del{
	background:url(../img/del.png) no-repeat 0 0;
	text-indent:18px;
	display:block;
}

.finales_form button{
    border: none;
    background-color: #FFFFFF;
    cursor: pointer;
}

.btn {
	display:inline-block;
	background:none;
	margin:0 -1px;
	padding:3px 0;
	border-width:0;
	overflow:visible;
	font:100%/1.2 Arial,Sans-serif;
	text-decoration:none;
	color:#333;
}

* html button.btn {
	padding-bottom:1px;
}

/* Immediately below is a temporary hack to serve the
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
	margin:0 -4.7px;
}

.btn span {
	background:#ddd url(../img/bg-button.gif) repeat-x 0 0;
	margin:0;
	padding:3px 0;
	border-left:1px solid #bbb;
	border-right:1px solid #aaa;
}

* html .btn span {
	padding-top:0;
}

.btn span span {
	position:relative;
	padding:3px .4em;
	border-width:0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #aaa;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
	border-right-width:0;
}

button.pill-l span span {
	border-right:1px solid #bbb;
}

button.pill-c span {
	border-right-style:none;
	border-left-color:#fff;
}

button.pill-c span span {
	border-right:1px solid #bbb;
}

button.pill-r span {
	border-left-color:#fff;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	border-color:#9cf !important;
	color:#000;
}

.btn:active span {
	background-position:0 -400px;
	outline:none;
}

.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

/* use if one button should be the 'primary' button */
.primary {
	font-weight:bold;
	color:#000;
}