@charset "utf-8";
/* CSS Document */
#cabecera_admin{
	position:fixed;
	
	top:0px;
	width:100%;
	left:0px;
	height:30px;
	background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 1%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(51,51,51,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 1%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 1%,rgba(25,25,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 1%,rgba(25,25,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 1%,rgba(25,25,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
z-index:999999;
box-shadow: 0px 0px 5px 0px #000;
}


#volver_head{
	
	font-size:13px;
	color:#FAFAFA;
	height:30px;
	width:inherit;

	top:0px;
	

	
	
	vertical-align:middle;
	text-align:center;
	border-radius:0px;
	background:none;
	border:hidden;
	
	
}
a.volver_head{
	display:table;
	background: none;
	float:left;
	height:23px;
	text-shadow:none;
	padding:6px 2% 0 2%;
	
	

	
	
	
	text-align:left;

	letter-spacing:normal;

	
	text-transform:none;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	
		
}
a.volver_head,a.volver_head:hover{

	border-right:#666 1px solid;
	
}
a.volver_head:hover{
	margin:inherit;
background: #191919; /* Old browsers */
background: -moz-linear-gradient(top,  #191919 0%, #333333 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#191919), color-stop(99%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #191919 0%,#333333 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #191919 0%,#333333 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #191919 0%,#333333 99%); /* IE10+ */
background: linear-gradient(to bottom,  #191919 0%,#333333 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

	
}

input.salir[type="submit"]
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FAFAFA;
	position:absolute;
	top:0px;
	height:30px;
	right:0px;
	margin:0px;
	border-radius:0px;
	background:none;
	border:hidden;
	border-left:#666 solid thin;
	padding:0 10px 0 10px;
	
	

}
input.salir[type="submit"]:hover{
	color:#FFF;
	text-shadow:none;
	font-size:13px;
	
	background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 34%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,rgba(51,51,51,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 34%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,51,1) 34%,rgba(25,25,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,51,1) 34%,rgba(25,25,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,51,1) 34%,rgba(25,25,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#191919',GradientType=0 ); /* IE6-9 */

}

input.salir[type="submit"]:hover{
	border-left:#666 solid thin;
	background: #501414; /* Old browsers */
background: -moz-linear-gradient(top,  #501414 34%, #280a0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(34%,#501414), color-stop(100%,#280a0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #501414 34%,#280a0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #501414 34%,#280a0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #501414 34%,#280a0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #501414 34%,#280a0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#501414', endColorstr='#280a0a',GradientType=0 ); /* IE6-9 */

}

.button{
	background:#DFDFDF;

	width:100%;
	
	text-align:center;
	border-bottom:#ccc thin solid;
}


input.admin[type="submit"],
input.admin[type="button"]
{

   border:#066dab thin solid;
   cursor:pointer;
   padding:2px 15px 2px 15px;
   color:#FFF;
   border-radius:3px;
   
   background: rgb(197,222,234); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(197,222,234,1) 0%, rgba(138,187,215,1) 5%, rgba(6,109,171,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,222,234,1)), color-stop(5%,rgba(138,187,215,1)), color-stop(100%,rgba(6,109,171,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 5%,rgba(6,109,171,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 5%,rgba(6,109,171,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 5%,rgba(6,109,171,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(197,222,234,1) 0%,rgba(138,187,215,1) 5%,rgba(6,109,171,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */

	}
	
	input.admin[type="submit"]:hover
	,input.admin[type="button"]:hover{
		
	border:#066dab thin solid;
  background: rgb(207,226,235); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(207,226,235,1) 0%, rgba(158,196,218,1) 5%, rgba(18,134,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,226,235,1)), color-stop(5%,rgba(158,196,218,1)), color-stop(100%,rgba(18,134,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(207,226,235,1) 0%,rgba(158,196,218,1) 5%,rgba(18,134,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(207,226,235,1) 0%,rgba(158,196,218,1) 5%,rgba(18,134,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(207,226,235,1) 0%,rgba(158,196,218,1) 5%,rgba(18,134,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(207,226,235,1) 0%,rgba(158,196,218,1) 5%,rgba(18,134,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe2eb', endColorstr='#1286ce',GradientType=0 ); /* IE6-9 */


	
	}

