@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

		html { height:100%; }

		body {
		overflow: auto;
		text-align: left;
		width: 100%;
		height: 100%;
		color: #000;
		background: #fff;
		margin: 0;
		border: 0;
		padding: 0; }

		.small { font-size: .9em; }
		.clearer { clear:both; }
		.header {
		    border-bottom: 1px #000000;
			border-bottom-style:solid;
			text-align: left;
			width: 1001px;
			margin: 0 0 0 0;
			padding: 10px 0 5px 0;
			overflow: hidden;
			}

		#logo img{
		width: 272px;
		float:left;
		border:0;
		margin: 0 20px 0 0;
			}

		#botonera{
		width: 700px;
		float:right;
		margin: 0 0 0 0;
			}

		#sub{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0px 0 0 5px;
			}

		#sub a{
		text-decoration:none; 
		outline: none;
		color:#000000;
			}

		#sub a:hover{
		text-decoration:none; 
		outline: none;
		color:#666666;
			}

		.main_col {
			text-align: center;
			float: left;
			color: #000;
			width: 1100px;
			margin: 5px 0 5px 0;
			border: 0;
			overflow: hidden;
			}

		.main_col_interiores {
			text-align: center;
			float: left;
			color: #000;
			width: 1001px;
			margin: 5px 0 5px 0;
			border: 0;
			overflow: hidden;
			}

		.footer {
		    text-align:left;
			color: #000;
			width: 1001px;
			margin: 0 0 0 0;
			border-top: 1px #000000;
			border-top-style:solid;
			padding: 5px 0 0 0;
			overflow: hidden;
			}

		#legal {
		float:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		font-weight:bold;
			}

	   	#legal a {
		text-decoration:none; 
		outline: none;
		color:#000000;
		}
	   	#legal a:hover {
		color:#666666;
		}

		#nombre_foto {
		float:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		font-weight:bold;
		margin: 0 0px 0 10px;
			}

		#categoria {
		margin: 0 0px 0 10px;
		float:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		font-weight: bold;
		}
			
		#categoria a {
		text-decoration:none; 
		outline: none;
		color:#000000;
		}
		
		#categoria a:hover {
		color:#666666;
		}
		
		.wrapper {
			width: 1001px;
			margin-left: auto;
			margin-right: auto;
			}

			#linea_fotos  {
			width: 1001px;
			margin-bottom: 30px;
			}

			

     	   #linea_fotos li {
		   display:inline;
		   margin: 0 15px 0px 0;
			} 

            #linea_fotos table {
                width: 100%;
                border-collapse: collapse;
                margin-bottom: 20px;
            }			
/* // slide de fotos */		
	
#slider{
    margin:0px 0 0px 0px;
	border:0;}	
	
#slider img{
	border:0;}	
#slider ul, #slider li{
	margin:0px 0 0px 0;
	padding:0;
	list-style:none;
	border:0;
	}
#slider li { 
	width:1001px;
	height:511px;
	overflow:hidden; 
	border:0;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:32px;
	height:39px;
	position:absolute;
	left:0px;
	top:230px;
	}	
#nextBtn{ 
	left:1001px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:32px;
	height:39px;
	background:url(imgs/iz.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(imgs/der.gif) no-repeat 0 0;	
	}	
	
#nextBtn a:hover{ 
	background:url(imgs/derb.gif) no-repeat 0 0;	
	}	
	
#prevBtn a:hover{ 
	background:url(imgs/izb.gif) no-repeat 0 0;	
	}	
	
		
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			


	#header{
		height:30px;

		}				
	#content{
		position:relative;
		}			
		
		
/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
	background-image: url(imgs/logo_chico.gif);
	background-repeat:no-repeat;
	background-position: 1070px 10px; 
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: visible;
	background-color: #fff;

}

.lbLoading {
	background: #fff url(imgs/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0%;
	width: 50%;
	outline: none;
	border: 0px solid #000;
}

#lbPrevLink {
    margin-left: -35px;
	left: 0;
	background: transparent url(imgs/prevlabel.gif) no-repeat 0% 50%;
}

#lbPrevLink:hover {
	background: transparent url(imgs/prevlabelb.gif) no-repeat 0% 50%;
}

#lbNextLink {
    margin-right: -35px;
	right: 0;
	background: transparent url(imgs/nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
	background: transparent url(imgs/nextlabelb.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 18px;
    height: 22px;
    background: transparent url(imgs/closelabel.gif) no-repeat left;
    margin: 0 0 0 0;
    outline: none;
    margin-right: -35px;
    margin-top: -22px;
    right: 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
		
/* nombres de fotos */
.tip{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	display: none;
	position: absolute;

}


#nombre_cat{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 45px;

}

/* servicios*/
.servicios{
	float:left;
	width: 770px;

}

.servicios img{
	margin: 0px 5px 0 0;

}

.servicios_listado{
	width: 210px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:left;
	text-decoration: none;

}

.servicios_listado a{
	text-decoration: none;
	color: #000;

}

.servicios_listado ul li{
	text-decoration: none;
	list-style:none;

}


/* contacto*/

#formulario{
	margin: 40px 0px 40px 215px;
	float:left;
	text-align:left;
	width: 400px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-color:#000;
	text-decoration:none;

}


.label {
    margin-top: 5px;
	text-align:left;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
	background-color:#000;
	border-color:#000;
	border-style:solid;
	border-width: 4px;
}


.label2 {
    margin-top: 5px;
	text-align:left;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width: 300px;
	height: 95px;
	margin-bottom: 10px;
	background-color:#000;
	border-color:#000;
	border-style:solid;
	border-width: 4px;
}

