/* CSS Document */

html{
	overflow-y:scroll;
	margin:0 auto;
	text-align:center;
	background:url(../images/fondo_html.jpg);
}

body{
	margin:0 auto;
	width:700px;
	background:#FFFFFF;
	height:100%;
}

a{
	color:#333333;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}

a:hover{
	color:#666666;
}

/*********************** contenido **********************/


#body_footer{
	padding:3px 0 0 0;
	width:700px;
	height:17px;
	background:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

/****************** cabecera ***************************/

#cabecera{
	height:327px;
	margin:0 auto;
}
	#cab_sup{
		margin:0 auto;
		height:182px;
	}
		#logo{
			clear:both;
			width:350px;
			height:182px;
			background:url(../images/logo.jpg) no-repeat;
			background-position:20px;
		}
	#cab_inf{
		background:url(../images/fondo_cab.jpg) top left no-repeat;
		width:700px;
		height:145px;
	}

/******************************** menu ***********************************/

#menu{
	height:87px;
	width:700px;
	text-align:center;
}

#menu ul li{
	list-style:none;
	float:left;
}

#menu ul li a{
	display:block;
	float:left;
	background:url(../images/btn.jpg) center top no-repeat;
	width:82px;
	height:16px;
	padding:2px 0 0 0;
	margin:0 6px 0 6px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
}

#menu ul li a.visited{
	background:url(../images/btn_over.jpg) center top no-repeat;
	width:82px;
	height:16px;
	font-size:11px;
	color:#333333;
}

#menu ul li a:hover{
	background:url(../images/btn_over.jpg) center top no-repeat;
	width:82px;
	height:16px;
	font-size:11px;
	color:#333333;
}

/********************** contenido **************************/

#col_right{
	float:left;
	padding: 0 0 0 30px;
}

#col_left{
	float:left;
}

#pie_cont{
	clear:both;
	height:30px;
}

/****************************** texto contenido *************************/

#texto{
	width:400px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0 auto;
}

/***************************** submenu ******************************/

#submenu{
	width:160px;
	padding:0 0 0 19px;
}

#cab_submenu{
	margin:0 auto;
	width:162px;
	height:11px;
	background:url(../images/cab_submenu.jpg) bottom no-repeat;
}
#foot_submenu{
	margin:0 auto;
	width:162px;
	height:11px;
	background:url(../images/foot_submenu.jpg) top no-repeat;
}

#cont_submenu{
	margin:0 auto;
	width:161px;
	background:#CCCCCC;
	border-right:1px solid #e5e5e5;
}

#cont_submenu ul{
	padding:0 0 0 10px;
	text-align:left;
	margin:0 auto;
	list-style:none;
}

#cont_submenu ul li a{
	display:block;
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 0 4px 0;
	font-weight:bolder;
}

#cont_submenu ul li a:hover{
	color:#FFFFFF;
}

#cont_submenu ul li a.visited{
	color:#FFFFFF;
}

#mercat{
	margin:0 auto;
	text-align:center;
}

#foto_producto{
	margin:0 0 15px 0;
}

#cabfot{
	height:6px;
	width:381px;
	background:url(../images/cab_fot.jpg) bottom no-repeat;
}

#midfot{
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	width:377px;
}

#piefot{
	height:6px;
	width:381px;
	background:url(../images/pie_fot.jpg) top no-repeat;
}

#nav{
	margin: 0 auto;
	width:200px;
	height:15px;
	text-align:center;
}

#nav_left{
	float:left;
}

#nav_der{
	float:right;
}

#nav_tit{
	width:85px;
	float:left;
}

#nav_left a{
	width:14px;
	height:15px;
	background:url(../images/arr_izq.jpg) left no-repeat;
	display:block;
}

#nav_der a{
	width:14px;
	height:15px;
	background:url(../images/arr_der.jpg) left no-repeat;
	display:block;
}

#nav_left a:hover{
	width:14px;
	height:15px;
	background:url(../images/arr_izq_over.jpg) left no-repeat;
	display:block;
}

#nav_der a:hover{
	background:url(../images/arr_der_over.jpg) left no-repeat;
}

table.publics a{
	padding:5px 0 0 0;
	display:block;
	width:78px;
	height:121px;
}

table.publics a:hover{
	background:url(../images/fondo_img_publi.jpg) top center no-repeat #CCCCCC;
}

table.gal_gos a{
	padding:5px 0 0 0;
	display:block;

}

table.gal_gos a:hover{
	
}

table.gal_gos img{
	border:1px solid #ffffff;
	padding:5px;
}

table.gal_gos img:hover{
	border:1px solid #cccccc;
}

/*FORMULARIO INSCRIPCION */

table.insc_ind{
	width:368px;
}

table.insc_ind td.cab_form{
	height:11px;
	width:368px;
	background:url(../images/tb_form_cab.jpg) left bottom no-repeat;
}

table.insc_ind td.foot_form{
	height:11px;
	width:368px;
	background:url(../images/tb_form_foot.jpg) left top no-repeat;
}

table.insc_ind td.form_tit{
	width:95px;
	background:#333333;
	border-left:1px solid #999999;
	text-align:right;
}
	
table.insc_ind td.form_tit label{
	color:#CCCCCC;
	font-weight:bolder;
	text-transform:uppercase;
}

table.insc_ind td.form_inp{
	text-align:center;
	width:230px;
	background:url(../images/bord_righ_inp.jpg) right repeat-y;
}

table.insc_ind td.form_inp input{
	width:90%;
}

table.insc_ind td.form_inp input.cp{
	width:38px;
}

table.insc_ind td.form_inp input.pob{
	width:173px;
}

table.insc_ind td.form_inp input.subm{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit.jpg);
	color:#CCCCCC;
	border:0;
	padding:0px 0 5px 0;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bolder;
	font-size:12px;
}

table.insc_ind td.form_inp input.subm:hover{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit_over.jpg);	
	color:#D9DDDA;
}

/*FORMULARIO INSCRIPCION 2*/

table.insc_fam{
	width:450px;
}

table.insc_fam td.cab_form{
	height:11px;
	width:450px;
	background:url(../images/tb_form2_cab.jpg) left bottom no-repeat;
}

table.insc_fam td.foot_form{
	height:11px;
	width:450px;
	background:url(../images/tb_form2_foot.jpg) left top no-repeat;
}

table.insc_fam td.form_tit{
	width:98px;
	background:#333333;
	border-left:1px solid #999999;
	text-align:right;
	font-size:11px;
}
	
table.insc_fam td.form_tit label{
	color:#CCCCCC;
	font-weight:bolder;
	text-transform:uppercase;
}

table.insc_fam td.form_der{
	background:url(../images/bord_righ_inp.jpg) right repeat-y;
	width:60px;
}
table.insc_fam td.form_inp{
	text-align:left;
	font-size:10px;
	width:240px;
}

table.insc_fam td.form_inp input{
	width:180px;
	height:13px;
	font-size:10px;
}

table.insc_fam td.form_inp input.cp{
	width:38px;
}

table.insc_fam td.form_inp input.tel{
	width:68px;
}

table.insc_fam td.form_inp input.dni{
	width:68px;
}

table.insc_fam td.form_inp input.dia{
	width:18px;
}

table.insc_fam td.form_inp input.mes{
	width:18px;
}

table.insc_fam td.form_inp input.any{
	width:38px;
}

table.insc_fam td.form_inp input.pob{
	width:173px;
}

table.insc_fam td.form_inp input.subm{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit.jpg);
	color:#CCCCCC;
	border:0;
	padding:0px 0 5px 0;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bolder;
	font-size:12px;
}

table.insc_fam td.form_inp input.subm:hover{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit_over.jpg);	
	color:#D9DDDA;
}

/***** formulario inscripciones pequeño **********/
table.insc_mini{
	width:368px;
}

table.insc_mini td.cab_form{
	height:11px;
	width:368px;
	background:url(../images/tb_form_cab.jpg) left bottom no-repeat;
}

table.insc_mini td.foot_form{
	height:11px;
	width:368px;
	background:url(../images/tb_form_foot.jpg) left top no-repeat;
}

table.insc_mini td.form_tit{
	width:94px;
	background:#333333;
	border-left:1px solid #999999;
	text-align:right;
}
	
table.insc_mini td.form_tit label{
	color:#CCCCCC;
	font-weight:bolder;
	text-transform:uppercase;
}

table.insc_mini td.form_inp{
	text-align:center;
	width:230px;
	background:url(../images/bord_righ_inp.jpg) right repeat-y;
}

table.insc_mini td.form_inp input{
	width:90%;
}

table.insc_mini td.form_inp input.cp{
	width:38px;
}

table.insc_mini td.form_inp input.pob{
	width:173px;
}

table.insc_mini td.form_inp input.subm{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit.jpg);
	color:#CCCCCC;
	border:0;
	padding:0px 0 5px 0;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bolder;
	font-size:12px;
}

table.insc_mini td.form_inp input.subm:hover{
	width:96px;
	height:25px;
	background:url(../images/bkg_submit_over.jpg);	
	color:#D9DDDA;
}
/**********************/

a.link_pdf{
	color:#CC0000;
	font-weight:bolder;
	text-decoration:none;
}

a.link_pdf:hover{
	text-decoration:none;
	color:#990000;
}

#enlaces{
	padding:0 0 0 150px;
}

#enlaces a{
	text-transform:none;
}
									  