/* CSS Document */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	background:#252525; font-size:11pt; font-family:arial, sans-serif;}

#header{
	background: url(../img/header_fondo.png) no-repeat; width:893px; margin:0 auto; height:192px;}

#header .logo{
	background:url(../img/logo.png) no-repeat; width:196px; height:106px;}
	
	#header .logo a{ display:block; width:190px; height:100px;}

		
/*   MENU      INICIO      ----*/

.menu_align{
	display:table; margin:30px 0 0 0;}
	
	ul.menu li.home a{ display:block; width:66px; height:28px;}
	
	ul.menu li.portafolio a, ul.menu li.servicios a, ul.menu li.contacto a{display:block; width:99px; height:28px;}
	
	ul.menu li.quienes a{ display:block; width:122px; height:28px;}
	
	ul.menu li{
		list-style:none; float:left; background:url(../img/menu.png) no-repeat;}
	
	ul.menu li.home{
		width:66px; height:28px;}
		
	ul.menu li.portafolio{
		background-position:-66px 0; width:99px; height:28px;}
		
	ul.menu li.quienes{
		background-position:-165px 0; width:122px; height:28px;}
		
	ul.menu li.servicios{
		background-position:-287px 0; width:99px; height:28px;}
		
	ul.menu li.contacto{
		background-position:-386px 0; width:99px; height:28px;}

	/*   MENU    HOVER    */
	
	ul.menu li:hover{ cursor:pointer;}
	
	ul.menu li.home:hover, ul.menu li.home_a{
		width:66px; height:28px; background-position:0 -28px;}
		
	ul.menu li.portafolio:hover, ul.menu li.portafolio_a{
		background-position:-66px -28px; width:99px; height:28px;}
		
	ul.menu li.quienes:hover, ul.menu li.quienes_a{
		background-position:-165px -28px; width:122px; height:28px;}
		
	ul.menu li.servicios:hover, ul.menu li.servicios_a{
		background-position:-287px -28px; width:99px; height:28px;}
		
	ul.menu li.contacto:hover, ul.menu li.contacto_a{
		background-position:-386px -28px; width:99px; height:28px;}
		
/*   MENU      FINNNNN      ----*/

#pie{
	background:#080808; height:30px; margin:100px 0 0 0; text-align:center; padding:20px 0 10px 0; color:#383838; width:100%; display:table;}
	
	#pie .center{ width:900px; margin:0 auto;}
	
	#pie p{ margin:5px 0 10px 0;}
	
	#pie a:link, #pie a:visited{ color:#383838; text-decoration:none;}
	
	#pie a:hover{ text-decoration:underline;}