@charset "UTF-8";
/*

Hoja de estilos para www.canroig.es // restaurante Can Roig 

///- version 1.0 -///
///- Autor: Jesus Torralba - www.eresPixel.com /// 

*/

* { padding: 0; margin: 0; }

/* ---------------  ESTILOS GLOBALES -------------------- */

body {
	margin: 0px auto;
	padding: 0px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	text-align:center;
}

h1 {
	margin: 0;
	padding: 0;
	color: #666666;
}

h2 {
	color: #000;
	background-image: url(img/h2.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-top: 10px;
	margin-bottom: 2px;
}

h2 a {
	color: #000;
}

h2 a:hover {
	color: #CCC;
	border-bottom: 1px solid #FF9900;
}

h3 {
	font-size: 14px;
	color: #666;
	margin-top: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-bottom: 4px;
}


h4 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

p {
	font-family: Georgia, Times;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}

.nota {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #3366CC;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin-top: 6px;
}

/* --------------- ENLACES --------------------- */

a {
	text-decoration: none;
	color: #FF9900;
	border: 0px;
}

a:hover {
	color:#999;
	text-decoration: none;
	border: 0px;
}	

/* --------------- DIVS ------------------------ */

#contenedor {
	text-align: center;
	width: 900px;
	margin: auto;
}

#limpio {
	margin: auto;
	clear:both;
	height:0;
	font-size: 1px;
    line-height: 0px;
}

#imagencabecera {
	background-image: url(img/cab/rotator.php);
	height: 320px;
	width: 900px;
	margin-bottom: 0px;
	margin-top: 0px;
	clear:both;
	}
	
#introIz {
	text-align: left;
	width: 278px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px #000 dotted;
	padding-left: 10px;
}

#introIz ul li{
	font-family: Georgia, Times;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	margin-left: 12px;
}

#introCen {
	text-align: left;
	width: 278px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px #000 dotted;
	border-left: 1px #000 dotted;
	padding-left: 10px;
}

#introDer {
	text-align: left;
	width: 280px;
	float: left;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px #000 dotted;
	padding-left: 10px;
}

#introBig {
	text-align: left;
	float: right;
	width: 546px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-right: 1px #000 dotted;
	border-left: 1px #000 dotted;
	padding-left: 20px;
}

#imagen {
	text-align: center;
	margin-top: 14px;
	border:0px;
}

#imagen a img{
	text-decoration: none;
	border: 0px;
}

#imagen a:hover img{
	opacity:.6;
}

.separador {
	border-bottom: 1px #000 dotted;
	margin-top: 8px;
	margin-bottom: 10px;
}

/* --------------- MENU ------------------------ */

#logo {
	float: left;
	width:220px;
	height:140px;
	background-image: url(img/logo_25.png);
	background-repeat: no-repeat;
}

#menu {
	float: right;
	border-right: 2px #000 dotted;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#menu li {
	font-size: 14px;
	line-height: 14px;
	list-style: none;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#menu li a{
	padding: 0px 12px 0px 0px;
	color: #666;
}

#menu li .active {
	background-image: url(img/flecha.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #000;
}

#menu li a:hover {
	background-image: url(img/flecha.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	color: #000;
}

/* ---------------- PIE --------------------- */

#pie {
	clear:both;
	}

#pie p {
	font-size: 0.6em;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	background-color: #EFEFEF;
	}

