#texto_cab {
	width: 100%;
	height: auto;
	text-align: center;
/*	display:inline;*/
	line-height: 30px;
	margin-top: 10px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990033;
}

.texto_cab_1 {
	width: 850px;
	height: auto;
	float: none;
	margin-top: 10px;
	margin-left: 50px;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	display: inline-table;
}

.texto_cab_1 A{
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.texto_cab_1 A:HOVER{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration:underline;
	font-weight: bold;
}

.listado_servicios_1{
	width: 850px;
	float: none;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
	background: #f7f7f7;
	border: 1px solid #999999;
	background-color: #F2F2F2;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	display: inline-table;
	
}


