/* Layout */
	#titulo h1{
		width: 300px;
		
	}
	h1 span {
		visibility: hidden;
		float:left;
	}
	
	 #main #titulo .copete { /* Para IE */
		 height: 39px;
	 }
	
	html>/**/body #main #titulo .copete { /* IE no entiende esto */
		height: auto;
	}
	
	#tit_servicios{
		background: transparent url("../../img/pacientes-turnos/Diagnostico-Maipu-turnos.jpg") no-repeat top left;
		float: left;
		padding:0 0 5px;
	}
	#bottom{
		font-weight: normal;
		margin-top:5px;	
	}
	
	#azul{
		float:right;
		background-color:#546292;
		width:15px;
		height:100%;
	}

#lateral{
	width: 190px;
	float:left;
}
#imagen_lateral{
	padding-top:45px;
}
#principal{
	float:left;
	width:547px;
	padding:0px;
}
	
	#chunk{
		border-top:1px dotted  #a2a2a2;
		width:185px;
		color: #777;
		font-family: Arial;
		font-size:11px;
		font-weight: normal;		
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;		
		line-height: 17px;
	}
	#chunk.blue{
		color: #546292;
	}
	#izquierda{
		float:left;
		padding-top: 30px;
		padding-bottom: 40px;		
		width:198px;
		border-right:1px dotted  #a2a2a2;
	}
	#derecha{
		width:308px;
		float:left;
		font-family: Arial;
		font-size:10px;
		font-weight: bold;
		padding: 30px 15px 15px 15px;
		color: #777;
	}
	#derecha p{
		padding: 10px 0 0 0;
		color: #777;
	}
	#form {
		color:#777777;
		float:left;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		line-height:17px;
		margin-left:19px;
		text-align:right;
		width:281px;
	}	
	
	#form { /* para IE */
		border-right:15px solid #546292;
		padding-right: 31px;
	}
	
	html>/**/body #form { /* para el resto */
		padding-right: 0px;
		border-right: 0;
	}
	
	#form input[type="text"]{
		width: 170px;
	}
	
	#form input[type="text"].error {
		border: 2px solid #546292;
		background: url(http://semexpert.com.ar/trabajointerno/assets/images/admin/error.png) no-repeat left center;
		padding-left: 20px;	
		width: 150px;
	}
	
	label {
		line-height: 2em;
		font-weight: normal;
	}
	.gracias{
		text-align: center;
		padding-top: 60px;
		padding-left: 0px;
	}	
}

