
body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.archivo{
	float:left; 
	position:relative; 
	width:120px; 
	height:120px;
	margin:4px; 
	background-color:#FFFFFF;
	border-color:#333333;
	border-style:dotted;
	border-width:1px;
}

.cabecera{
	font-weight:bold;
	background-image:url(../images/head.png);
	background-repeat:repeat-x;
	text-align:center;
}

.cabecera2{
	font-weight:bold;
	background-image:url(../images/head2.png);
	background-repeat:repeat-x;
	text-align:center;
}

.cabecera_pix{
	font-weight:bold;
/*
	background-image:url(../images/head2.png);
	background-repeat:repeat-x;
*/
	text-align:center;
	border:1px dashed black;
	width:200px;
}

input, button{
	border-color:#333333;
	border-style:solid;
	border-width:1px;
}

.menusel{
	background-color:#CC6600;
	font-weight:bold;
}

.minifont{
	color:#333333;
	font-size:10px;
	font-style:italic;
}

A:visited  {color: #000000; text-decoration: none;}
A:link  {color: #000000; text-decoration: none;}
A:active  {color: #000000; text-decoration: none;}
A:hover   {cursor: 000000; color: #000000; text-decoration: underline;}