/*
.text_CNT {
	float:left;
	width: 415px;	
}

.text_CRT{
	float:left;
	width: 265px;
}
.ctr_text {
	
	border: 1px solid #92B7DD;
    float: left;
    margin-bottom: 20px;
    margin-right: 6px;
    width: 230px;
    color: #444343;
    font-family: verdana,arial,hevetica;
    font-size: 11px;
    padding: 3px;
}

.ctr_text:focus{
	border: 1px solid #0D80FB;
  
}



.ctr_label {
    float: left;
    color: #015D9F;
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    text-align:left;
    margin-right: 15px;
    margin-left:15px;
    width: 119px;
}

.ctr_req{
	
    color: red;
    float: right;
    font-family: verdana,arial,helvetica;
    font-size: 10px;	
}

.ctr_help{
	
	background-image: url(uploadsSystem/templates/temas/CRM_v1.0/img/iconos/ayuda.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	float:left;
	cursor:pointer;
	margin-top:3px;
	
}
.ctr_help:hover{
	
	background-image: url(uploadsSystem/templates/temas/CRM_v1.0/img/iconos/ayuda_hover.png);
	
}
*/
