.blog{ 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

.bordoarancio{
	BORDER:1px solid; BORDER-COLOR:#ff3300
}

.bordonero{
	BORDER:1px solid; BORDER-COLOR:#000000
}

.C{ 
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

.G{ 
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

.none {
		
	BORDER-RIGHT: #333333 ; BORDER-TOP: #ff5500; BORDER-LEFT: #ff5500;
	 BORDER-BOTTOM: #333333 ;background : #cccccc;
}


#M{
	padding:0;
	margin:0;
	}
	#M ul{
	padding:0;
	margin:0;
	}
	#M li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
	}
	#M li a{
	width:120px;
	height: 20px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 20px;	
	color: white;
	}
	
	#M ul ul{
	position: absolute;
	top: -60px;
	width: 260px;
	visibility: hidden;
	}
	#M ul li:hover ul{
	visibility:visible;
	}
.dim{
	font-size:18px;
}
	
body{ 
behavior: url("csshover3.htc");
}
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}