body {
    background-color: #ece2b9;
    font-family: Arial, Helvetica, sans-serif;
    font-size:0.8em;
    color:#000;
}

a img{
    border:0;
}

h1{display:none;}

input, textarea{
    border:1px solid #aaa;
    width:250px;
}

input, textarea{
    border:1px solid #aaa;
    width:250px;
}

input[type="reset"], input[type="submit"]{
    width:130px;
    background: #f90;
    color:#FFF;
    font-weight:bolder;
    border:1px solid #fc9600;
}


#divWraper{
    margin:auto;
    width:780px;

}

#divBody{
    overflow:hidden;
    margin: 0 0 10px 0;
    background:url(../images/bg_Body.gif) repeat-y;
}

#divLeft{
    float:left;
    width:219px;
    height:500px;
}

#divTop{
    float:left;
    width:561px;
}

#divFlash{
    float:left;
    width:369px;
    background-color: #ece2b9;
    padding:0 0 10px 0;
}

#divMenu{
    background-color: #ece2b9;
    float:left;
    width:192px;
    padding:0 0 15px 0;
}

#divMenu ul{
    margin:0;
    padding:0;
}

#divMenu ul li{
    margin:0;
    margin-top:-3px;
    padding:0;
    list-style-type: none;
}

#divMenu ul li img{
    border:0;
}

#divContainer{
    float:left;
    width:485px;
    margin:20px 35px;
    text-align:justify;
}

#divOccasions{
    background:url(../images/bg_Purpura.jpg) repeat-y;
    color:#FFF;
    font-weight:bolder;
    font-size:0.9em;
    padding:15px 0;

}

#divOccasions blockquote{
    margin:5px 0 10px 30px;
}

#divGoogleS{
    text-align:center;
    padding: 20px 0;
}

#divFooter{
    font-size:0.9em;
    background:url(../images/bg_footer.jpg) repeat-x;
    width:780px;
    height:34px;
    padding:4px 0 0 0;
    text-align:center;
    background-color: #ece2b9;
    color:#FFF;
    font-weight:bold;
}

#divFooter a{
    color:#574925;
    text-decoration:none;
}
#divFooter a:hover{
    text-decoration:underline;
}

#tableForm{
    margin:20px auto;
}

#divEnviando{
    height:226px;
    display:none;
    text-align:center;
    padding:35px;
}

#divEnviado{
    height:226px;
    display:none;
    text-align:center;
    padding:35px;
}

#divFacebook{
	padding:15px;
	text-align:right;
}


.formErrors{
    border:1px solid #fc9600;
    background-color:#fffafa;
}





			/* cookie */
			body#cookieAsker .section_intro { 
			    display: none;
			}
			#cookieAsker {

			    /* width: 951px; */
			    margin: 0 auto 5px;
			    overflow: hidden;
			    display: none;
			    background: #aaa;
			}
			#cookieAsker { /* cookie asker override para cortinilla */
				font-family: sans-serif;
    			text-align: center;
			    bottom: 0;
			    left: 5%;
			    right: 5%;
			    position: fixed;
			    z-index: 99999;
			}
			#cookieAsker p {
			    padding: 15px 0 15px 10px;
			    margin: 0;
			    float: left;
			    color: #000;
			    font-size:12px;
			    line-height:17px;
			    width: 90%;
			}
			#cookieAsker a {
			    color: #09f;
			    text-decoration: underline;
			}
			#cookieAsker .cookieClose {
			    float: right;
			    background: url('cookie_close.png') no-repeat;
			    display: block;
			    text-indent: -9999px;
			    width: 11px;
			    height: 11px;
			    margin: 8px 8px 0 0;
			}


			/* cookieDisabled */
			#cookieDisabled {
			    width: 951px;
			    margin: 0 auto 5px;
			    background: #ff5600;
			    overflow: hidden;
			    display: none;
			}
			#cookieDisabled p {
			    padding: 5px 0 5px 10px;
			    margin: 0;
			    float: left;
			    color: #fff;
			    font-size: 13px;
			    line-height: 17px;
			    width: 915px;
			}
			#cookieDisabled a {
			    color: #262626;
			    text-decoration: underline;
			}
			#cookieDisabled .cookieDisabledClose {
			    display: none;
			}


