@charset "utf-8";
/* CSS Document */

	div.cham1
		{	
		width:190px;
		height:200px;
		padding:3px;
		margin-right:4px;
		_padding:1px;
		_margin-right:1px;
/*		border:1px dotted red;*/
		float:left;
		background-position:right;
		}
		
		div.cham2
		{	
		width:190px;
		height:200px;
		padding:3px;
		margin-right:4px;
		_padding:1px;
		_margin-right:1px;
/*		border:1px dotted red;*/
		float:left;
		background-position:right;
		}
		
		div.cham3
		{	
		width:190px;
		height:200px;
		padding:3px;
		margin-right:4px;
		_padding:1px;
		_margin-right:1px;
/*		border:1px dotted red;*/
		float:left;
		background-position:right;
		}
		
		.fotos{
		_margin-right:1px;
		margin-left:-10px;
		float:left;
  		width:198px;
		 border:2px solid  #4F4B85;
		 border-top:2px solid #609B9A;
 		 border-left:2px solid #609B9A;
		 padding:1px;
		 padding-bottom:5px;
		}
		
		.fotos a{
		 text-decoration:none;
		}

		.fotos a:hover{
		 text-decoration:none;
		background-color:#0C6;
		color:#000;
		}


