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

/*PLANTILLA*/
body{
	width:985px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/fondo_body.png);
	background-repeat:repeat-x;
	color:#FFF;
	background-color:#474746;
}
.container{
	
}
.cabezera{
	background-image:url(images/cabecera.png);
	background-repeat:no-repeat;
	height:179px;
}
.contenedor{
	background-image:url(images/fondo_cuerpo.png);
	background-repeat:repeat-y;
	margin:0px;
	overflow:auto;
	
}
.lateralIzq{
	width:250px;
	background-image:url(images/lineavertical.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:520px;
	margin-left:25px;
	float:left;
}
.menu{
	float:left;
	margin-left:10px;
	margin-top:10px;	
}
.menu a:link, .menu a:visited{
	background-image:url(images/btn_link.jpg);
	background-repeat:no-repeat;
	width:194px;
	height:36px;
	display:block;
	color:#D9271C;
	text-decoration:none;
	padding-left:20px;
	padding-top:15px;
	font-weight:bold;
	font-size:16px;
}
.menu a:hover{
	background-image:url(images/btn_hover.jpg);
	background-repeat:no-repeat;
}

.pie{
	background-image:url(images/pie.png);
	background-repeat:no-repeat;
	height:69px;
	clear:both;
}
.pie p{
	float:left;
	padding-top:10px;
	font-weight:bold;
}
.pie a{
	color:#FFF;
	text-decoration:none;
}
.telefono{
	padding-left:345px;
}
.mail{
	padding-left:80px;
}
/*FIN PLANTILLA*/
.fotoGrande{
	float:left;
	height:550px;
	width:680px;
	
}
.fotoGrande h2{
	border-bottom:1px solid white;
	margin-left:20px;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.fotosPeque{
	height:120px;
	background-image:url(images/lineahorizontal.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-right:28px;
	padding-top:30px;
	clear:both;
}

.adres{
	padding-top:15px;
	float:left;
}
.adres a{
	text-decoration:none;
	color:#fff;
	
}
.fotoKontakt{
	margin-top:20px;
	margin-left:60px;
	margin-bottom:20px;
	float:left;
}

.tabla{
	background-image:url(images/lineahorizontal.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left:108px;
	padding-top:25px;
	width:574px;
	float:left;
	font-size: 12px;
}
.table{
	padding-left:50px;
	padding-top:25px;
	font-size: 12px;
}
td{
	vertical-align:top;
}
.dir{
	background-image:url(images/direccion.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	margin-bottom:20px;	
}
.tel{
	background-image:url(images/telefono.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	margin-bottom:20px;	
	height:30px;
	padding-top:5px;
}
.mailTop{
	background-image:url(images/email.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	margin-bottom:20px;	
	height:30px;
	padding-top:5px;
}
.mapa{
	background-image:url(images/mapa.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	margin-bottom:20px;	
	height:30px;
	padding-top:5px;
	
}
.tekst {
	margin-left: 35px;
	margin-right: 35px;
	font-size: 14px;
	text-align: justify;
}
a.salon {
	color: #DE2418;
	text-decoration: none;
}
a.salon:hover {
  color: #DE2418;
}
a.salon:visited {
  color: #DE2418;
  text-decoration: none;
}
a.salon:active {
  color: white;
  text-decoration: none;
}
