/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input 
{ margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,div, input 
{ font-size: 100%; font-weight: normal; font-style: normal; font-family: arial, Lucida Sans Unicode, tahoma, verdana, sans-serif ; }
ul,ol { list-style: none; }
fieldset,img 
{ border: none; }
caption,th 
{ text-align: left; }
table 
{ border-collapse: collapse; border-spacing: 0; }
/* END RESET */


body
{ 
 background-color: #C9D02A;
} 

p
{
 margin-bottom: 30px;
}

a
{  
 text-decoration:none;
 color: #000;
}

a:hover
{
 text-decoration:underline;
}

a:visited
{
 color: #000000;
}

strong, b
{
  font-weight:bold;
}

em, i
{
    font-style:italic;
}

#mainDiv
{
 background-image: url(images/fondoPrincipal.jpg);
 background-position: center center;
 background-repeat:repeat-y;
 padding-top: 150px;
 width: 1024px;
 margin:auto;
}

#logo
{
background-image:url(images/logo-lamata.jpg);
background-position:center center;
background-repeat:no-repeat;
float:left;
height:123px;
left:-68px;
position:relative;
top:-130px;
width:133px;
}

#menu
{
 float:left;	
}

#menuUltimo
{
 border-bottom: none;	
}

 ul li
{
border-bottom:1px solid #FFFFFF;
font-weight:bold;
margin-left:-80px;
padding-bottom:5px;
padding-top:5px;
width:155px;
}

#menu ul li a
{
 text-decoration: none;	
}

#menu ul li a:hover
{
 color: #FFFFFF;	
}

#imagenCentral
{
 background-image: url(images/flores-en-la-mata.jpg);
 background-position: center center; 
 background-repeat: no-repeat; 	
 border: 1px solid #ffffff;
 width: 736px;
 height: 378px;
 float:left;
}

#textoCentral p
{
color:#FFFFFF;
left:213px;
position:relative;
top:7px;
width:619px;
}

#textoCentral
{
 height:455px;	
}

#textoLogo
{
font-size:12px;
font-weight:bold;
left:7px;
position:relative;
top:115px;
}

#white
{
 color: #ffffff;
}