* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #757575;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding-bottom: 10px;
}

li, dd, blockquote {
	margin-left: 15px;
}

form, label {
	font-size: 1.0em;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 1.1em;
}

img {
	border: 0;
}

strong {
	color: #95896a;
} 


h1 {
	color: #414d4f;
	font-size: 1.8em;
	margin-top: 47px;
	float: left;
}

h2 {
	background: url(../img/titulo.gif) top left no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	font: 1.5em lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 45px;
	width: 499px;
}

a:link {
	color: #95896a;	
}

a:visited {
	color: #95896a;
}

/* --------------- CONTENEDORES ---------------  */

.contenedorinicio {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -3px;
}

body {
	text-align: center;
	background: url(../img/fondocabecera.gif) top repeat-x;
}

.contenedor {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#cabecera {
	width: 780px;
	height: 140px;
	background: url(../img/cabecera.jpg) center no-repeat;
	margin-bottom: 10px;
}

#bocadillo {
	margin-top: 20px;
	width: 411px;
	height: 148px;
	background: url(../img/bocadillo.gif) center no-repeat;
	float: right;
	color: #b5b380;
	font-size: 1.5em;	
	font-style: italic;
}

#bocadillo p {
	margin-top: 37px;
	margin-left : 55px;
}

#bocadillo span {
	color: #95896a;	
}

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

#menu li {
	list-style-type: none;
	margin-bottom: 3px;
	text-align: center;
	float: left;
}

#menu li a {
	display: block;
  	height: 24px;
  	width: 136px;
	text-decoration: none;
	background: url(../img/menu_off.gif);
	padding-top: 9px;
}

#menu a:link {
	color: #95896a;	
}
	
#menu li a:hover {
	background: url(../img/menu_on.gif);
	color: #95896a;
}

#menu li#resaltemenu a {
	background: url(../img/menu_on.gif);
}
#menu li#resaltemenunew a {
	background: url(../img/menu_offnew.gif);
	color:#FF6600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
#texto {
	margin-top: 5px;
	width: 550px;
	height: 265px;
	float: left;
	overflow: auto;
}

ul.lista {
	margin-left: 15px;
	width: 490px;
} 

ul.lista li {
	margin-bottom: 20px;
	list-style-type: none;
	list-style-image: url(../img/lista.gif);
} 

#caricatura {
	margin-top: -113px;
	margin-bottom: -17px;
	width: 321px;
	height: 403px;
	float: right;
}

.montador {
	background: url(../img/montador.gif);
}

.azafata {
	background: url(../img/azafata.gif);
}

.disenador {
	background: url(../img/disenador.gif);
}

.modelo {
	background: url(../img/modelo.gif);
}

.camarero {
	background: url(../img/waiter.gif);
}

#pie {
	border-top: solid #efefef 17px;
	color: #af6303;
	background-color: #fb930b;
	margin-bottom: 20px;
	clear: both;
	height: 85px;
	padding-top: 15px;
}

#pie a {
	color: #af6303;
}

#pie a:hover {
	color: #fff;
}

#pie span#izq {
	float: left;
	margin-left: 10px;
}

#pie span#der {
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}

/* --------------- FORMULARIO ---------------  */

.formulario p {
	color: #95896a;
	
}

.boton {
	margin-bottom: 20px;
	margin-right: 15px;
}
