 body {
	background-color: #000;
	background: url(../fons2.jpg) repeat;
}
 
  input {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 10px;
}  

textarea { font-family: Tahoma,Arial, Helvetica, 
sans-serif; font-size: 10px; }

SELECT{ font-family: Tahoma,Arial, Helvetica, sans-serif; 
font-size: 10px; } 

P {
	font-family :Tahoma, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12px;
	color: #2F2F2F;
} 

H1 {
	font-family :Tahoma, Arial, Helvetica, sans-serif;
	font-style : bold;
	font-size : 11px;
	color: White;
} 
H2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: White;
} 
H3{
	font-family :Tahoma, Arial, Helvetica, sans-serif;
	font-style : bold;
	font-size : 18px;
	color: White;
} 
A:LINK {
	font-family : Tahoma,Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 11px;
	border-bottom-width : 0px;
	font-weight : bold;
	text-decoration : none;
		color: White;
} 

A {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	border-bottom-width: 0px;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.resaltar a{
	font-size: 9pt;
	font-weight: bold;
	color: #333 !important;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #fff;
	background: #CCC;
}
.resaltar a:link{
	color: #FFF;
	text-decoration: none;
}
.resaltar a:hover{
	color: #fff !important;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #fff;
	background: #CCC;
}

 .capcelerataula {
	border: 1px outset #E6E6FA;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: Gray;
	color: Black;
	border-style: ridge;
} 

 .liniataula {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A4A4A4;
} 
.liniataula1 {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #A4A4A4;
} 
.liniataula_inf {
	border : 1px solid Black;
}
.liniataula_inf1 {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
		background-color: #A4A4A4;
	border: 1px solid Black;
}
.liniainf {
	border : 1px solid Black;
	border-width : 0px 0 1px 0px;
} 
.senseborder {
	border : 0px solid Black;
	border-width : 0px 0 0px 0px;
} 
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
