/*  Reset  */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0;	font-size: 100%; font: inherit; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section  { display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table { border-collapse: collapse; border-spacing: 0; }

/* Estilos generales */

@font-face {
    font-family: 'TrajanProBold';
    src: url('trajanpro-bold-webfont.eot');
    src: url('trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-bold-webfont.woff') format('woff'),
         url('trajanpro-bold-webfont.ttf') format('truetype'),
         url('trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DroidSans';
    src: url('droidsans-webfont.eot');
    src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsans-webfont.woff') format('woff'),
         url('droidsans-webfont.ttf') format('truetype'),
         url('droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #cfceca;
	color: #666666;
	font-family: 'DroidSans';
	font-size: 12px;
}
#wrapper{
	position: relative;
	width: 900px;
	height: 600px;
	background-image: url(../images/bgSalones.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
}
#wrapper #logo{
	position: absolute;
	top:0px;
	left: 0px;
	width: 211px;
	height: 113px;
	
}
#wrapper #menu{
	position: absolute;
	top:120px;
	left: 0px;
	width: 211px;
	
	
}
#wrapper #foto{
	position: absolute;
	top:120px;
}
#wrapper #menu a.hijo{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
}
#wrapper #menu a{
	display: block;
	font-family: 'TrajanProBold';
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 5px;
}
#wrapper #menu a.active{
	color: #000;
}
#wrapper #menu a:hover{
	color: #000;
}
#wrapper .salon{
	position: relative;
	float: right;
	width: 665px;
	padding: 10px;
}
#wrapper .salon table{margin-top: 15px;border: 1px solid #ccc;}
#wrapper .salon td{text-align: center;border: 1px solid #ccc;padding: 3px;}
#wrapper .salon h2{
	font-family: 'TrajanProBold';
	font-size: 24px;
	font-weight: normal;
}
#pie								{ width: 647px; margin: 0 auto; clear: both; padding: 20px 20px 10px 233px;  }
#pie p								{ line-height: 16px; margin: 0 0 10px 0;  }