/* CSS Document */


*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

#mami{
	width: 948px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
}

#cabecera{
	border-bottom: 4px solid #948a86;
}

#logo{
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

#menu-principal{
	float: right;
	width: 700px;
	margin-top: 45px;
	margin-right: 15px;
}

#menu-principal li{
	display: inline;
	text-align: center;
	
}

#menu-principal a{
	float: right;
	color: #FFF;
	width: 132px;
	height: 20px;
	background-color: #c00418;
	margin-left: 2px;
	padding-top: 6px;
	font-size: 90%;
}

#menu-principal a:hover{
	float: right;
	color: #fff;
	width: 132px;
	height: 20px;
	background-color: #948a86;
	margin-left: 2px;
	padding-top: 6px;
	font-size: 90%;
	background-image:url(../IMGS/triangulo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.menu-sinlink{
	float: right;
	color: #fff;
	width: 132px;
	height: 20px;
	background-color: #948a86;
	margin-left: 2px;
	padding-top: 6px;
	font-size: 90%;
	background-image:url(../IMGS/triangulo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.aclarar{
	clear: both;
}

#slogan{
	margin-right: 20px;
	text-align: right;
	margin-bottom: 10px;
}

#imgcentral{
	margin-top: 15px;
	border-bottom: 4px solid #948a86;
	padding-bottom: 15px;
}

#contenido{
	margin: 10px 15px 0px 15px;
	}

.cat-cocinas, .cat-cocinas2{
	width: 220px;
	float: left;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.cat-cocinas{
	margin-right: 12px;
}

.cat-cocinas img, .cat-cocinas2 img{
	margin: 5px 0px 10px 0px;
}

.cat-cocinas a, .cat-cocinas2 a{
	color: #c00418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

.cat-cocinas a:hover, .cat-cocinas2 a:hover{
	color: #948a86;
}

#pie{
	background-color: #eee;
	padding: 25px 15px 25px 15px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#direccion{
	float: left;
	width: 300px;
}

#avisos{
	width: 300px;
	float: right;
	text-align: right;
}

#avisos a{
	color: #666;
	text-decoration: underline;
}

#avisos a:hover{
	color:#c00418;
}

#cont-gral{
	margin-top: 15px;
	padding-bottom: 15px;
}

#img-lateral{
	width: 298px;
	float: left;
	margin-left: 15px;
}

#txt-gral{
	width: 600px;
	float: right;
	margin-right: 15px;
}

#txt-gral li{
	margin-bottom: 5px;
	margin-left: 15px;
}

#txt-gral img{
	float: right;
	border: 1px #CCC solid;
	margin: 0px 0px 10px 10px;
}

#txt-gral a{
	text-decoration: underline;
	color: #c00418;
}

#txt-gral a:hover{
	color: #948a86;
}

#cont-central-galeria{
	margin-top: 15px;
	padding-bottom: 15px;
}

#fondodirecciones{
	width: 258px;
	height: 198px;
	background-image:url(../IMGS/fondocontacto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 20px;
	padding-top: 70px;
}

/*galerias*/

#menu-galeria{
	background-color: #948a86;
	padding: 5px;
	color: #FFF;
	font-size: 90%;
}

#menu-galeria li{
	display: inline;
}

#menu-galeria a{
	color: #FFF;
	font-weight: bold;
	padding-left: 13px;
	background-image: url(../IMGS/flechita.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#menu-galeria a:hover{
	color: #c00418;
	font-weight: bold;
	padding-left: 13px;
	background-image: url(../IMGS/flechita-roja.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

.galeria-sinlink{
	color: #c00418;
	font-weight: bold;
	padding-left: 13px;
	background-image: url(../IMGS/flechita-roja.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#cont-galeria{
	width: 916px;
	margin: auto;
}

#txt-galeria{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*textos*/

h2{
	color: #948a86;
	font-style: italic;
	text-align: right;
	font-size: 110%;
	font-weight: normal;
}

h3{
	color: #000;
	font-weight: normal;
	font-size: 150%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.visitaexposicion{
	color: #c00418;
}

.negro{
	color: #000;
}


/*form*/

#formulario{
	margin-top: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border: 1px solid #eee;
}

.labelaviso{
	float: none;
	width: 100%;
}

input{
	padding: 3px;
	margin-bottom: 10px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333;
	float: right;
}

.noflotar{
	float:none;
}

textarea{
	padding: 3px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	float: right;
}

.boton{
	float: left;
	background-color: #000000;
	color: #eeeeee;
	padding: 2px;
	cursor: pointer;
	margin-top: 10px;
}

iframe{
	width: 600px;
	height: 310px;
}

noscript{
	text-align: center;
	font-size:80%;
	color:#666;
}