table.ppal {
	border: 0px solid #000000;
}

td.texto {
	font-family: Arial, Verdana; font-size: 14px; color: #3D1D9A;
	font-weight: bold;
}

td.texto_naranja {
	font-family: Arial, Verdana; font-size: 14px; color: #FA7018;
	font-weight: bold;
}

td.servicios {
	font-family: Arial, Verdana; font-size: 14px; color: #3D1D9A;
	padding-left: 0px; padding-top: 5px; font-weight: bold;
}

li {
	font-family: Arial, Verdana; font-size: 14px; color: #3D1D9A;
	padding-left: 20px; padding-top: 5px; font-weight: bold;
	list-style-type: square;
}

a {
	font-family: Arial, Verdana; font-size: 14px; color: #FA7018;
	font-weight: bold; text-decoration: none;
}

a:hover {
	font-family: Arial, Verdana; font-size: 14px; color: #FA7018;
	font-weight: bold; text-decoration: underline;
}

.shadow{ 
   background-color: #666; /*shadow color*/ 
   color: inherit; 
}

.blur{ 
   background-color: #ccc; /*shadow color*/ 
   color: inherit; 
   margin-left: 4px; 
   margin-top: 4px; 
}

.shadow, 
.content{ 
   position: relative; 
   bottom: 2px; 
   right: 2px; 
}

.content{ 
   background-color: #fff; /*background color of content*/ 
   color: #000; /*text color of content*/ 
   border: 1px solid #000; /*border color*/ 
   padding: .5em 2ex; 
}