div.senal_prueba{
	float:left;
	padding:10px;
	color:#ECECEE;
	width:700px;
	}

div.senal_prueba h2.head_title{
	border-bottom:1px solid #eaeaec;
	font-size:1.4em;
	margin-left:10px;
	font-weight:bolder;
	padding-bottom:3px;
	margin-bottom:10px;
	}
	

div.senal_prueba h2{
	font-size:1em;
	font-weight:bolder;	
	margin: 5px 0px 10px 10px;
	}
	
div.senal_prueba div.contenido{
	float:left;
	width:700px;
	}
	
div.senal_prueba ul li{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.4em;
	background:url(../img/arrow_right.gif) no-repeat top left;
	padding-left:20px;
	}
	div.senal_prueba a{
		font-weight:bolder;
		text-decoration:none;
		color:#ECECEE;
		border-bottom:1px dotted #ECECEE;
		}
	
	div.senal_prueba a:hover{
		color:#fdfdfd;
		border-bottom:1px solid #fdfdfd;
		}
	
	
