@charset "utf-8";
/* CSS Document */
	
	
#contservicios {
	width: 900px;
	margin: 50px auto;
}
		
	#izqservicios {
		width: 200px;
		float: left;
		border-right: 1px solid #666;
	}
		
	#derservicios {
		width: 680px;
		float: right;
		font-size: 14px;
		line-height: 21px;
	}
		
		#derservicios h1 {
			font-size: 32px;
			text-align: left;
			border-bottom: 2px solid #ccc;
			margin: 30px 0 20px 10px;
			padding-bottom: 5px;
			color: #333;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		#derservicios h2 {
			font-size: 18px;
			text-align: left;
			border-bottom: 2px solid #ff9600;
			margin: 30px 0 20px 10px;
			padding-bottom: 3px;
			color: #666;
			font-variant: small-caps;
		}


/*Clases  -------------------------------------------*/
	
.breadcrumbservicios {
	margin: 10px 10px 0 0;
	float: right;
}
	
	.breadcrumbservicios ul {
		padding: 0; 
		margin: 0;
		list-style-type: none;
	}
	
	.breadcrumbservicios ul li {
		float:left;
		background-image: none;
		margin-bottom: 0;
		padding-left: 0;
		width:100px; 
		height:18px; 
		border:1px solid #fff; 
		background: #f6f6ed; 
		line-height:18px;
	}
	
	.breadcrumbservicios ul li a, .breadcrumbservicios ul li a:visited {
		display:block; 
		text-decoration:none;
		font-weight: normal;
		color:#000; 
		padding-left:10px;
	}

	.breadcrumbservicios ul li a:hover {
		color:#000; 
		background: #d6d4cb;
		text-decoration:none; 
	}

.logoservicios {
	margin: 10px auto 0;
	/*width: 400px;*/
	text-align: center;
}
	
.flotanteservicios {
	width: 280px;
	float: right;
	background: url(caza/images/fondodiv300_2.jpg) top no-repeat;
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}
		
	.flotanteservicios p {
		margin: 0 0 10px 0;
	}


.listaservicios {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
	
	.listaservicios li {
		list-style-type: none;
		margin-left: 0;
		margin-bottom: 10px;
		padding-left: 12px;
		background: url(http://www.club-caza.com/images/liact.gif) no-repeat 0 2px;
	}

.bloquelibro {
	float: left;
	width: 306px;
	height: 205px;
	margin: 0 15px 20px 0;
	padding: 7px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
}

	.bloquelibro img {
		margin-right: 5px;
	}

.listacorreo {
	padding: 5px;
	font-size: 10px;
	line-height: 16px;
	background-color: #FF9;
	border: 1px solid #F8AC09;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.antetitulo{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:3px;
	margin-bottom: 5px;

}


/*Menú  -------------------------------------------*/
#menuservicios {
	font-size:18px;
	font-family: Arial, sans-serif;
	font-weight:200;
}
	
#menuservicios a {
	text-decoration:none;
	color:#ff9600;
}
	
#menuservicios ul {
	list-style:none;
	padding:0 0 15px 0;
	margin:0;
	font-size:14px;
}
	
#menuservicios ul li {
	padding:5px 0 5px 10px;;
	margin:0;
	display:block;
	background:#fff;
	width:185px;
 }
	
#menuservicios dl dd ul li a {
	color:#333;
}

#menuservicios dl dd ul li a:hover {
	color: #999;
}
	
#menuservicios dd {
	padding:0;
	margin:0;
 }

#menuservicios dt {
	display:block;
	background:#fff;
	width:190px;
	padding: 2px 0 2px 5px;
}
/* Fin Menú  -------------------------------------------*/


/*Tablas  -------------------------------------------*/
table.av {
	margin: 20px auto;
	border: 1px solid #900;
	padding: 10px;
	background-color: #FFC;
	font-weight: bold;
}

table.av caption {
	font: bold 24px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	text-align: center;
	margin: 10px auto 5px auto;
}

table.av thead {
	font: 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #fff;
	background: #900;
	border: 0;
	text-align: center;
}

table.av thead th {
	padding: 5px;
}

table.av tbody {
	font: 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	background: #FFC;
	text-align: left;
	padding: 5px;
	border: 0;
	vertical-align: top;
}

table.av tfoot td {
	font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 5px;
	border: 0;
}	

table.av tr.encabezadogrupo {
	font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: #EFD08D;
	font-variant: small-caps;
}

table.av tr.paddingabajo {
	height: 30px;
	vertical-align: top;
}

table.av td.alinearderecha {
	text-align: right;
}

table.av td.alinearcentro {
	text-align: center;
}	
/* Fin Tablas  -------------------------------------------*/




