/*
 * PureDOMExplorer Demo styles
 * written by Chris Heilmann
 * More at http://onlinetools.org/tools/puredom/
 */

	body {margin: 0; padding: 0;}
	.service {
		background-color:#98ADC5;
		color: #fff;
		height: 15px;
		padding: 3px 0 0 5px;
	}
	img {
	border: none;
	}

	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:none;
		color:#000;
	}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;

	}
	ul.pde{
		text-align:left;
		font-family: Arial;
		font-size:10px;
		margin:0;
		background:#fff;
		width:100%;
	}
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
	}

	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
		padding-left:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               left:1em;
       }

.tituloServicios {
	/*background-color: #96b8ed;*/
	background-image:url(/dirservicios/img/pestanapeq.gif);
	background-repeat:no-repeat;
	font-weight: normal;
	float:left;
	/*line-height: 14px;*/
	vertical-align: middle;
	text-align: right;
	/*margin-left: 1%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*padding-left: 2px;*/
	width:20%;
}

tituloServicios:focus{
	outline-style:none;
}

.tituloServiciosClaro {
	/*background-color: #D2D8E3;*/
	background-image:url(/dirservicios/img/pestanapeqclaro.gif);
	background-repeat:no-repeat;
	font-weight: normal;
	float:left;
	/*line-height: 14px;*/
	vertical-align: middle;
	text-align: right;
	/*margin-left: 1%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*padding-left: 2px;*/
	width:20%;
}

tituloServiciosClaro:focus{
	outline-style:none;
}

.padtopDir {
	padding:10px 0 0;
	padding-bottom: 6.5%;
}

.textopestana{
	font-size:9px;
	margin-right:9px;
}



