/*
    Don Melchor
    Wayweb
    Jason Cruz
	  
*/
/***********************************************************************************

		CONTENIDO GENERAL Y LA ESTRUCTURA DEL INDEX

**************************************************************************************/
body
{
	margin:0px;
	padding:0px;
	background-color:#d9d9e3;
 	background-image:url('../images/background.png');
 	background-repeat:repeat-y;
 	color:#440a0d;
 	font-family: 'OFL Sorts Mill Goudy TT', arial, serif; 
}

h1,h2,h3,h4
{
 color: #e5b974;
 font-family: 'OFL Sorts Mill Goudy TT', arial, serif; 
 font-weight: normal;
}
a
{
  text-decoration:none;
  color:#000;
}
a:hover
{
  text-decoration:underline;
  
}
.sinLinea
{
    text-decoration:none;
}
.clearFix
{
   clear: both;
   float:left;margin:0px 0px 0px 0px;
}
img
{
border:0px;
}
.pointer
{
cursor:pointer;
}
/***********************************************************************************************/
#ContenidoGeneral 
{ 
  margin:0px auto;
 width:1200px;
 background-image:url('../images/foto-background.png');
 background-repeat:no-repeat;
 background-position:left bottom;
 text-align:justify;
}

/*********************************************/

#wrapper
{
 margin:0px auto;
 width:950px;
}


/*******************************************/
/*		CONTENIDOS		*/
#contenido
{ 
color:#fff;
float:left;
clear:both;
}
#contenido a
{ 
color:#440a0d;
 	font-family: 'OFL Sorts Mill Goudy TT', arial, serif; 
}
/**************************************/
/*BIENVENIDO*/
#wrapperBien
{
    width:950px;
    height:100px;
    margin:20px 0px 10px 0px;
    float:left;
}
#bienvenido
{
    float:left;
    width:632px;/*930px;*/
    height:100px;
    padding: 0px;
    margin:0px;
    background-image:url('../images/bien-relleno.png');
    background-repeat:repeat-x;
}
#bienvenido h1
{
font-size:28pt;
padding-top:25px;
margin:0px;
width:200px;/*250px;*/
height:90px;
float:left;
}
#bienvenido p
{
font-family: Verdana, arial, serif; 
font-size:9pt;
padding-top:7px;/*15px;*/
color:#fff;
text-align:justify;
}

#bienBack
{
    float:left;
    margin:0px;
    width:10px;
    height:100px;
    background-image:url('../images/bien-izq.png');
    background-repeat:no-repeat;
}
#bienNext
{
    float:left;/*right;*/
    margin:0px;
    width:10px;
    height:100px;
    background-image:url('../images/bien-der.png');
    background-repeat:no-repeat;
}


.btnpiernas
{
float:right;
margin:-5px -10px 0px 0px;
}
/**************************************/
/*INFORMACION*/
#informacion
{
    float:left;
    margin:10px 0px;
    width:100%;    
    font-family: Verdana, arial, serif; 
    text-align:left;
}

/*************************************/
/*RECETAS*/
#recetas
{
    float:left;
    margin:0px 3px 0px -3px;
    width:360px;
    height:202px;
    background-image:url('../images/recetas.png');
    background-repeat:no-repeat;
    cursor: pointer;
}
 
#recetas h1,#catalogo h1,#carne h1
{
font-size:22pt;
margin:5px;
padding-top:65px;
padding-left:10px;
width:200px;
height:30px;
float:left;
}
#recetas p
{
font-size:8pt;
width:140px;
height:50px;
margin:0px 0px 0px 10px;
position:relative;
}
/*******************/
/*CARNE*/
#carne
{
    float:left;
    margin:0px 3px 0px -3px;
    width:302px;
    height:202px;
    background-image:url('../images/carne.png');
    background-repeat:no-repeat;
    cursor: pointer;
}

#carne p
{
font-size:8pt;
width:105px;
height:50px;
margin:20px 0px 5px 10px;
position:relative;
}

/************************/
/*CATALOGOS*/
#catalogo
{
    margin:0px 0px 0px -3px;
    float:left;
    width:291px;
    height:202px;
    background-image:url('../images/catalogo.png');
    background-repeat:no-repeat;
    cursor: pointer;
}

#catalogo p
{
font-size:8pt;
width:115px;
height:50px;
margin:20px 0px 0px 10px;
position:relative;
}

.links
{
font-size:14pt;
}

