
	/* begin body type */	/* 4 - modern sans a */
		
body	{	
	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Myriad Web, Geneva, Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;
	background-image: url(/abc.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 10px 10px;
	background-color: #e0f4ff;
	}	
	/* end body type */	
		

	/* begin body box */	/* 4 - 'twenty-fourths symmetric' */

body	{
	margin-top:	1.58em;
	margin-left:	160px;
	margin-right:	2%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */


a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#C00;
	background:	#ffa;
	}	
		
a:hover	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#f00;
	background:	#ffe;
	}	

a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#808;
	background:	#bfb;
	}	

	/* begin salida type */
	
.salida	{	
	padding: 10px;
	position: fixed;
	top: 120px;
	left: 10px;
   z-index: 10;
	}	
	/* end salida type */	
		
/* prueba de tabla */

table {
    border-color: green;
    }


