/* FONDO BODY */
body {
	background-image: url(images/fondo.png);
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
/* @Font-Face */
@font-face {
	font-family: 'Conv_ARBONNIE';
	src: url('fonts/ARBONNIE.eot');
	src: local('☺'), url('fonts/ARBONNIE.woff') format('woff'), url('fonts/ARBONNIE.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* AREAS DE TRABAJO */

#wrap { margin:0 auto 0 auto; text-align:left; width: 995px;}

#widget404 {
	position:absolute;
	left: 10px;
	top: 198px;
	width: 974px;
	height: 540px;
}

#breadcrumb {
	position:absolute;
	left: 10px;
	top: 172px;
	width: 307px;
	height: 15px;
	border: 1px dotted #CCC;
}
#contenedor {
	position:absolute;
	left: auto;
	top:40px;
	width:995px;
	height:1753px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}


#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:995px;
	height:257px;
	background-image: url(images/desayunos.png);
	background-repeat:no-repeat;

}

#titulo {
	position:absolute;
	left: 0px;
	top: 51px;
	width:995px;
	height:100px;
}

#footer {
	position:absolute;
	left:0px;
	top:1634px;
	width:995px;
	height:120px;
	background-image: url(images/imagen-footer.png);
	background-repeat:no-repeat;
	text-align:center;
	text-color: #FFF;
}

#texto-footer {
	position:absolute;
	left:5px;
	top:48px;
	width:990px;
	height:35px;
	z-index:1;
}

#cierre {
	position: absolute;
	left: 0px;
	top: 1726px;
	width: 995px;
	height:25px;
	text-align:center;
}


#texto {
	position:absolute;
	left:61px;
	top:548px;
	width:883px;
	height:186px;
	z-index:1;
	text-align:left;
}

/* ESTILOS */

.letraTitulo
	{
		font-family:'Conv_ARBONNIE',Sans-Serif;
		font-size: 32px;
		text-align:left;	
		font-weight: bold;
		color:#FFF;
	}
	

.letraFooter	{
		font-family:'Conv_ARBONNIE',Sans-Serif;
		font-size: 22px;
		text-align:center;	
		font-weight: bold;
		color:#FFF;
	}

.letraLinks	{
		font-family:'Conv_ARBONNIE',Sans-Serif;
		font-size: 28px;
		text-align:center;	
		font-weight: bold;
		color: #06F;
	}

.letraTexto	{
		font-family:'Conv_ARBONNIE',Sans-Serif;
		font-size: 20px;
		text-align:center;	
		font-weight: bold;
		color: #000;
	}

/* ESTILOS LINKS*/
	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:link {
	color: #FFF;
	text-decoration: active;
}




a.cierre:hover {
	text-decoration: underline;
	color: #FFF;
}
a.cierre:active {
	text-decoration: none;
	color: #FFF;
}

a.cierre:link {
	color: #00C;
	text-decoration: none;
}
a.cierre:visited {
	text-decoration: none;
	color: #00C;
}
a.cierre:hover {
	text-decoration: underline;
	color: #00C;
}
a.cierre:active {
	text-decoration: none;
	color: #00C;
}
