body {
/*background:#EBEAE8;*/
color:#333;
font-family:Arial, Helvetica, sans-serif;/*Verdana, Geneva, sans-serif;*/
font-size:12px;
margin:0;
}

#ingreso{
	background:none;
	
	
	}
#turno {
	background:#FFF;
}

#tabla_detalle {
	margin-bottom:30px;}
	
#tabla_detalle h3{
	border-top:#639 medium solid;
	border-bottom:#639 medium solid;	
	background:#FFF;
	padding-left:10px;
	color:#639;
	margin-top:3px;
	margin-bottom:3px;
	}			
	
#tabla_detalle table.list{
	border:#000 thin solid;
	}
	

#tabla_detalle table.list th{
	border:#639 thin solid;
	background:#639;
	color:#FFF;
	padding-left:15px;
	margin-left:5px;
	}	
	
#tabla_detalle table.list tr{
	height:24px;
	}	
	
#tabla_detalle table.list tr.trblanco{
	background-color:#FFF;
	}	
	

#tabla_detalle table.list tr.trgris{
	background-color:#EBEAE8;
	}
	
#tabla_detalle table.list tr:hover{
	
	color:#663399;
	/*border: thin solid;
	border-color:#663399;
		opacity:0.6;
		background-color:#fff;
	filter:alpha(opacity=60);*/
	}	
	
#tabla_detalle table.list tr:hover td
{
	border-top:1px solid #639;
	border-bottom:1px solid #639;
	color:#639;
}

#tabla_detalle table.list td img{
	border:0;
	 /* For IE8 and earlier */
	
	}	
	
#tabla_detalle table.list tr td img:hover{
	/*opacity:2;
	filter:alpha(opacity=100);*/ 
	opacity:0.6;
	filter:alpha(opacity=60);
	/* For IE8 and earlier */
	} 	
	
#tabla_detalle table.list td{
	border-bottom:#ccc thin dotted;
/*	border-left: #ccc thin dotted;*/
padding-left:15px;
margin-left:5px;
	font-size:14px;
	/*font-weight:bold;*/
	}	

table td{
	font-size:12px;
	}	

table#detalle_paciente {
	/*width:600px;*/
	border:#ccc thin solid;
	padding:10px;
}

#detalle_paciente tr{
	/*background:#FFF;
		width:600px;*/

	}
	
#detalle_paciente td.label{
	padding-top:5px;
	/*width:110px;*/
	}	
	
#detalle_paciente td{
	padding-top:5px;
	font-size:12px;
	}

#formulariob input {
	color:#2C5899;
	
	}

#formulariob select{
	/*border-color:#ccc;/*#06F;*/
	/*border-style:solid;
	border-width:1px;*/
	color:#2C5899;/*#06F;*/
	width:220px;

	}	

#form input:hover {
	border-color:#639;/*#2C5899;*//*#06F;*/
	}

	
#form select:hover{
	border-color:#2C5899;/*#06F;*/

	}
	
#form .boton{
	padding-bottom:4px;

	}
	
form input{
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
     border-radius: 7px;
	 height:22px;
	 padding-left:10px;
	
}  

form a{
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
     border-radius: 7px;
	 height:32px;
	 padding:8px;
	 text-decoration:none;
	 margin-top:10px;
} 

form select{
		 height:22px;
		 padding-left:5px;
		
}
	
#formulariob .boton {
	background:#666;/*#06F;*/
	text-align:center;
	color:#FFF;
	font-weight:bold;
	}

#formulariob a:hover { background-color:#639;/*2C5899;*/}
	
#formulariob a {
	background:#666;/*#06F;*/
	text-align:center;
	color:#FFF;
	font-weight:bold;
	}

#formulariob .boton:hover { background-color:#639;/*2C5899;*/}
		
	
#formularioa  input:hover {
	border-color:#ccc;
	}
	
#formularioa  input {
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	}
	
#formularioa  select {
	color:#333;/*#930;*/
	
	}	

#formularioa  select:hover {
	border-color:#ccc;
	}	

#formularioa .boton {
	background:#333;/*#930;*/
	text-align:center;
	color:#FFF;
	font-weight:bold;
	}
	
#formularioa  textarea {
	border-color:#333;/*#930;*/
	border-style:solid;
	border-width:1px;
	font-size:14px;
	font-weight:bold;
	}	
#form { margin-bottom:2px;}
	

#west-panel li{
	margin:1px;
	background-color:#CCC;
	padding:4px;
	
	padding-top:8px;
	}

#west-panel  { width:100%;}

#west-panel li:hover {
	color:#fff;
	background-color:#000;
	width:100%;
}

#west-panel li a {
	text-decoration:none;
	color:#2C5899;
	padding:5px 30px 4px 0;
	
	width:100%;
	font-size:12px;
	font-weight:800;
	
}

#west-panel li a:hover { color:#FFF;}


#popupTitleBar  {
    background-color: #000;
    border-style: solid;
	border-color:#000;
    border-width: 1px 1px 2px;
    color: #FFFFFF;
    font-weight: bold;
    height: 1.3em;
    padding: 5px;
    position: relative;
    z-index: 203;
}

h2 { /*color:#2C5899; */
    color:#639;
     margin-bottom: 2px; margin-top: 5px;}

/***************************************** LOGIN ***************************************/

#formInicio table {
	background-color:#00A85A;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
     border-radius: 15px;
	
}

#formInicio table a {
	color:fff;
	font-weight:600;
	text-decoration:none;
	
}

#formInicio table a:hover {	color:#999;}

#formInicio table input {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
	 height:25px;
	 padding-left:5px;
	
}

#formInicio table .submit {
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     border-radius: 5px;
	 height:25px;
	 padding-left:5px;
	 color:#fff;
	 font-weight:bold;
	 background-color:#333;
}


#boton { float:right; }
#boton input:hover { background-color:#999;}

#formInicio h2 { color: #fff; text-align:center; }

#loginB {
	/*background-color:#EBEAE8;*/
	background:#FFF;
}

.btn-info {
	background:#00A85A;
	min-height:40px;
	border:#00A85A;
	}
	
.btn-info:hover {
	background:#fff;
	border:#00A85A 1px solid;
	color:#00A85A;
	}
#footer { text-align:center; font-size:9px; margin-top:-10px; margin-bottom:10px}
#footer  a{color:#2C5899; text-decoration:none; font-weight:bold}
#footer  a:hover {color:#999; }

#cinta { width:100%; background-color:#000; color:#fff; margin:0; padding:5px;}
#cinta a{ color:#fff; font-weight:bold; padding-left:5px; padding-right:5px; text-decoration:none;}
#cinta a:hover{ background-color:#2C5899;}

#contenido { margin-left:5px;}

tr.estado1{
	background:#FF9;
	}
	
tr.estado2{
	background:#6F6;
	}	
	
tr.estado3{
	background:#F9F;
	}		
	
#label {
	background-color:#EBEAE8;
	color:#F00;
	}