@charset "utf-8";
/* CSS Document */
/*----BODY-------------------------------------------------------------------*/
body {
	padding-top:20px;
	background-color:#E9E9E9;
	background-image:url(../graphics/backg_body.png);
	background-repeat:repeat-x;
}
#home, #grupo, #actualidad, #contacto {
	width: 980px;
	height: auto;
	margin: 0px auto;
	position: relative;
}
/*----HEADER-------------------------------------------------------------------*/

#header {
	width: 900px;
	height:90px;
	padding:0px 40px;
	background-color: white;
	float:left;
}
#header h1 {
	position: absolute;
	top:-9999px;
	text-indent: -9999px;
	background-color: pink;
}
#header #logo {
	width: 180px;
	height: 90px;
	background-color: red;
	float:left;
}
#logo, #logo img a {
	text-decoration:none;
}
/*----MENU -------------------------------------------------------------------*/
#menu {
	width: 700px;
	height: 90px;
	text-align:center;
	margin-left:20px;
	background-image:url(../graphics/backg_menu.png);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
/*Más en navi.css*/
/*----SLIDER HOME-------------------------------------------------------------------*/
#home #slider {
	width:980px;
	height:380px;
	background-color: white;
	float: left;
}
/*----TITLES-------------------------------------------------------------------*/
#content .title-page {
	width:100%;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:28px;
	font-weight: normal;
	line-height:24px;
	padding-bottom: 4px;
	margin-bottom:30px;
	float:left;
}
#content .colum-a .title {
	width:100%;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight: normal;
	line-height:24px;
	margin-bottom:30px;
	float:left;
}
#content .colum-b .title {
	width:100%;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight: normal;
	line-height:24px;
	margin-bottom:30px;
	float:left;
}
#content .colum-unique .title {
	width:100%;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size:24px;
	line-height:24px;
	margin-bottom:30px;
	float:left;
}
.subtitle {
	width:100%;
	color:black;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight: normal;
	line-height:24px;
	margin-bottom:24px;
	float:left;
}
/*----CONTENT-------------------------------------------------------------------*/
#content {
	width: 980px;
	height: auto;
	padding-top:40px;
	font-size:14px;
	color: #666;
	margin-bottom: 20px;
	background-color: white;
	background-image:url(../graphics/backg_content.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	float:left;
}
/*----CONTENT 1 COLUMNA-------------------------------------------------------------------*/
#content .colum-unique {
	width: 940px;
	height: auto;
	padding: 10px 20px;
	/*background-color:yellow;*/
	float:left;
}
/*----CONTENT 2 COLUMNAS-------------------------------------------------------------------*/
#home #content .colum-a {
	width: 570px;
	_width:520px;
	height: auto;
	padding: 10px;
	/*background-color: pink;*/
	float:left;
}
#home #content .colum-b {
	width: 360px;
	height: auto;
	padding: 10px;
	/*background-color:yellow;*/
	float:left;
}
#contacto #content .colum-a, #contacto #content .colum-b {
	width: 450px;
	height: auto;
	padding: 10px 20px;
	margin: 0px;
	float:left;
}
/*----GRUPO-------------------------------------------------------------------*/
#grupo #content .colum  {
	font-size: 13px;
	height: 400px;
	padding: 10px;
	border:3px solid #EFEFEF;
	margin: 40px 10px;
	float:left;
}
#grupo #content .colum, #grupo #content .colum a  {
	width: 180px;
	_width: 190px;
}		
#grupo #content .colum a, #grupo #content .colum a:hover {
	text-decoration:none;
	border:none;
	color:black;
}
.logo_catering, .logo_marina, .logo_cupula, .logo_cocina_trad {
	background-image: url(../graphics/logos.png);
	width: 180px;
	height:170px;
	float:left;
}
.logo_catering {
	background-position: center top;
}
.logo_marina {
	background-position: center 586px;
}
.logo_cupula {
	background-position: center 390px;
}
.logo_cocina_trad {
	background-position: center 240px;
}
/*----CONTACTO-------------------------------------------------------------------*/
#content #form_contacto {
	float:left;
}
/*----ACTUALIDAD-------------------------------------------------------------------*/


/*----LAST NEWS-------------------------------------------------------------------*/
#home .last_news {
	width:300px;
	height: auto;
	float:left;
}
/*----FOOTER-------------------------------------------------------------------*/
#footer {
	width: 980px;
	height: auto;
	background-image: url(../graphics/backg_footer_2.png);
	background-repeat: repeat-x;
	background-position: left -40px;
	float: left;
}
#footer .quality {
	width: 980px;
	height: auto;
	background-color:white;
	text-align:right;
	float: left;
}
#footer .credits {
	width: 980px;
	height: 16px;
	padding: 6px 0px;
	margin-top:10px;
	text-align:right;
	background-image:url(../graphics/back_footer.png);
	float: right;
}
#footer .credits ul {
	width: 980px;
	height: auto;
	margin:0px;
	padding: 0px;
	list-style: none;
	display:inline-block;
	float: left;
}
#footer .credits ul li {
	font-size:12px;
	line-height: 12px;
	border-left: 1px solid #ccc;
	padding: 0px 6px;
	float: right;
}
#footer .credits ul li a {
	color: white;
	text-decoration: none;
}
/*----SLIDER EMPRESAS------------------------------------------------------------------*/
#slidemenu {
	width: 100%;
	height: auto;
	float:left;
}
#slidemenu h3 {
	text-indent:-9999px;
	background-color:green;
	position: absolute;
	margin:0px;
	padding:0px;
	height:1px;
	top: -9999px;
	left: -9999px;
}
#slidemenu li {
	height:280px;
	background-repeat: no-repeat;
	background-position: left top;
}
#slidemenu li a {
	margin:0px;
	padding:0px;
}
#slidemenu li img {
	height: 100%;
	background-color: transparent;
	border: 0px;
	float:left;
}
#slidemenu li.catering {
	background-image: url(../graphics/slide-1.png);
}
#slidemenu li.lacupula {
	background-image: url(../graphics/slide-2.png);
}
#slidemenu li.marina {
	background-image: url(../graphics/slide-3.png);
}
#slidemenu li.cocina_tracional {
	background-image: url(../graphics/slide-4.png);
}
/*-----------------------------------------------------------------------*/
.cabecera-1 {
	width:980px;
	height:280px;
	background-image:url(../graphics/header_1.jpg);
	float:left;
}
.cabecera-2 {
	width:980px;
	height:280px;
	background-image:url(../graphics/header_2.jpg);
	float:left;
}
.cabecera-3 {
	width:980px;
	height:280px;
	background-image:url(../graphics/header_3.jpg);
	float:left;
}

