html{
	background-color:#cdb489;
}

label, input, td{
	font-family: Arial, A030, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
	font-size: 13px;
}

#enlacePag{
	text-decoration:none;
	color:#4D4B49;	
}

#cabecera{
	width: 492px;
	height: 148px;
	background-image:url(/imagenes/cabecera.jpg); 
}

#recorte_horizontal{
	width: 100%;
	height: 148px;
	background-image:url(/imagenes/recorte_horizontal.jpg); 
	background-repeat: repeat-x;
	text-align:right;
	vertical-align:bottom;
}

#recorte_vertical{
	height: 100%;
	width: 75px;
	background-image:url(/imagenes/recorte_vertical.jpg); 
	background-repeat: repeat-y;
	vertical-align: top;
}

.ficha{
	width: 701px;
	height: 150px;
	font-family: Arial, A030, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
	background-image:url(/imagenes/ficha.jpg);
}

.ficha_texto{
	width: 561px;
	height: 150px;
	padding-left: 10px;
}

.ficha_foto{
	width: 140px;
	height: 150px;
}

#ficha1{
	width: 413px;
	height: 189px;
	background-image:url(/imagenes/recorte_ficha1.jpg);
	position:relative;
	z-index:0;
}

#ficha2{
	height: 189px;
	background-image:url(/imagenes/recorte_ficha2.jpg);
	background-repeat: repeat-x;
}

#ficha3{
	width: 180px;
	height: 189px;
	background-image:url(/imagenes/recorte_ficha3.jpg);
}

.nombre_ficha{
	color: black;
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 5px;
}

.fuente{
	font-family: Arial, A030, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	width:340px;
	max-width:340px;
}

.estilo_login{
	background-image:url(/imagenes/fondo_login.jpg);
	padding-top: 30px;
	padding-left: 30px;
	width:575px;
	height:234px;
}

.estilo_form{
	background-image:url(/imagenes/fondo_form.jpg);
	font-family: Arial, A030, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-left: 30px;
	width:870px;
	height:1091px;
}

 /*******************************************************
 * ESTILO ENLACE
 *******************************************************/


.formEnlace{
 	background-image:url(/imagenes/enlaces.jpg);
 	width:724px;
	height:97px;
	vertical-align:middle;
}
 
 .enlace:link{
 	font-size:14px;
 	color:black;
 	text-decoration:none;
 }

 .enlace:hover{
 	color:#471300;
 	text-decoration:none;
 }
 
 /*******************************************************
 * ESTILO CONTACTO
 *******************************************************/
 
 .contacto {
  	background-image:url(/imagenes/contacto.jpg);
  	width: 587px;
  	height: 378px;
 }
 
 .contenedorCont {
  	font-family: Arial, A030, Nimbus Sans L, FreeSans, Liberation Sans, sans-serif;
 	padding-left: 60px;
 	padding-top: 40px;
 }
 
 .nombreCon {
 	font-size: 22px;
 	font-weight:bold;
 	color: #74402e;
}
 
 .datosCon {
  	font-size: 14px;
 	color: black;
}

 .direccionCon {
  	font-size: 16px;
 	color: black;
}

 /*******************************************************
 * ESTILO cabecera animada
 *******************************************************/

#visor  {
	margin:0px auto;
	width: 500px;
	height: 100px;
	position:absolute;
	z-index:1;
	top:15px;
	left:380px;
}

 /*******************************************************
 * ESTILO form
 *******************************************************/

.form1{
	width:870px;
	height:35px;
	background-image:url(imagenes/form1.jpg);
}

.form2{
	width:870px;
	background-image:url(imagenes/form2.jpg);
	background-repeat: repeat-y;
	vertical-align:top;
	font-size:13px;
	color:#4D4B49;
	text-align:center;
}

.form3{
	width:870px;
	height:47px;
	background-image:url(imagenes/form3.jpg);
}

 /*******************************************************
 * ESTILO LIBRO DE VISITAS
 *******************************************************/

.fichaInicial{
	width:757px;
	height:22px;
	background-image:url(imagenes/libroInicial.jpg);
}

.fichaCentral{
	width:757px;
	background-image:url(imagenes/libroCentral.jpg);
	text-align:left;
	vertical-align:top;	
}

.fichaFinal{
	width:757px;
	height:34px;
	background-image:url(imagenes/libroFinal.jpg);
	text-align:left;
	vertical-align:top;	
}

.tituloNotic{
	padding-left:5px;
	padding-right:20px;
	font-size:24px;
	color:#4D4B49;
	text-align:left;
}

.noticLinea{
	width:700px;
	height:23px;
	background-image:url(imagenes/libroLinea.jpg);
	vertical-align:top;
}

.anadidoDiv{
	text-align:right;
	font-size:10px;
	color:#7B796B;
	padding-right:15px;
}

.noticMensaje{
	padding-right:20px;
}

/* Estilo para paginación 2
*/

.paginarInicial2{
	width:5px;
	height:19px;
	background-image:url(imagenes/paginarInicial2.jpg);
}

.paginarCentral2{
	height:19px;
	background-image:url(imagenes/paginarCentral2.jpg);
	background-repeat: repeat-x;
	vertical-align:middle;
	font-size:12px;
	color:#4D4B49;
	text-align:center;
}

.paginarFinal2{
	width:6px;
	height:19px;
	background-image:url(imagenes/paginarFinal2.jpg);
}

