body 
{
	background: #DCDDDF url(http://cssdeck.com/uploads/media/items/7/7AF2Qzt.png);
	color: #000;
	font: 14px Arial;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url("Images/peregrine.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#selector
{
	text-align: center;
	font-size: 14px;
   height: 32px;
   padding: 5px;
   width: 420px;
   border-radius: 20px;
   border: 3px solid #d6d7da; 
}

#DetAv
{
	text-align: left;
	font-size: 14px;
   padding: 5px;
   width: 390px;
   border-radius: 20px;
   border: 3px solid #d6d7da; 
}

#content 
{
	margin: 0 auto;
	padding: 5px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 450px;
}

#container
{
	margin: 5px auto; 
	position: relative; 
	width: 385px;
}

#content form 
{ 
	margin: 5px 5px; 
	position: relative; 
}

#login,#signup
{
	width: 430px; 
	border: 3px solid #d6d7da; 
	padding: 0px 1px 1px 1px; 
	border-radius: 20px;
	font-family: arial; 
	line-height: 16px;
	color: #333333; 
	font-size: 14px; 
	background: #ffffff;
}

#login
{
	float:left;
}

#signup
{
	float:right;
}

h3
{
	color:#365D98;
}

form label
{
	font-weight: bold;
}

form label, form input
{
	display: block;
	margin-bottom: 5px;
	width: 95%;
}

form input
{ 
	border: solid 1px #666666;
	padding: 5px;
	border: solid 1px #BDC7D8; 
	margin-bottom: 20px;
	border: 5px solid #d6d7da; 
	border-radius: 50px;
	text-align:center;
}

.button 
{
	background-color: #5fcf80 !important;
	border-color: #3ac162 !important;
	font-weight: bold;
	padding: 12px 15px;
	color: #ffffff;
	width: 100%;
}

.errorMsg
{
	color: #cc0000;
	margin-bottom: 10px;
}

.Salir 
{
	background-color: transparent;
	border-color: #3ac162 !important;
	font-weight: bold;
	padding: 12px 15px;
	width: 100%;
}

.tabla
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 100%;
	border:solid 1px #1d1d1d; 
	border-collapse: collapse;
	box-shadow:0px 0px 20px black;
	height:100%;
	position: relative;
}

.tabla th
{
	padding: 5px;
	font-size: 10px;
	background-color: #000080;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #558FA6;
	border-bottom-color: #558FA6;
	font-family: Trebuchet MS, Arial;
	text-transform: uppercase;
}

.tabla .modo1
{
	font-size: 10px;
	font-weight:bold;
	background-color: #e2ebef;
	color: #34484E;
	font-family: Trebuchet MS, Arial;
} 

.tabla .modo1 td
{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A4C4D0;
	border-bottom-color: #A4C4D0;
  	border:solid 1px #1d1d1d;
	text-align:center;
} 

.tabla .modo1 th
{
	font-size: 10px;
	font-weight:bold;
	background-color: #e2ebef;
	color: #34484E;
	font-family: Trebuchet MS, Arial;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #A4C4D0;
	border-bottom-color: #A4C4D0;
	border: solid 1px #1d1d1d;
}

.tabla tr:hover
{ 
	background-color:#ccc; 
}        
         
.tabla .modo1 td:first-child
{ 
	background-color: #2a2a2a; 
	color:#fff; 
	width:1.5em; 
	text-align:center; 
	border-color:#777;
}