2012-04-20 17:55:08 +00:00
|
|
|
body {
|
|
|
|
|
background:url(../images/bg_bot.jpg) center 0 repeat #faf3ed;
|
|
|
|
|
font:14px Georgia, "Times New Roman", Times, serif;
|
|
|
|
|
color: #fff;
|
|
|
|
|
line-height: 24px;
|
2012-04-19 17:58:02 +00:00
|
|
|
}
|
2012-04-20 17:55:08 +00:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #a80002;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
outline:none
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
text-decoration:underline
|
2012-04-19 17:58:02 +00:00
|
|
|
}
|
2012-04-20 17:55:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
|
background: url(../images/bg_top.jpg) center -180px repeat-x #4f0101;
|
|
|
|
|
height: 450px;
|
2012-04-19 17:58:02 +00:00
|
|
|
text-align: center;
|
|
|
|
|
}
|
2012-04-20 17:55:08 +00:00
|
|
|
|
|
|
|
|
header div {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: url(../images/bg_top_img.jpg) center -180px no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
article {
|
|
|
|
|
background:#fff url(../images/box_top2.png) center -11px no-repeat;
|
|
|
|
|
color: #111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
article div {
|
|
|
|
|
width: 710px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section {
|
|
|
|
|
width: 280px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin: -150px auto 20px auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
figure img {
|
|
|
|
|
border: 1px solid #4f0101;
|
|
|
|
|
-moz-box-shadow: 2px 2px 10px #4f0101;
|
|
|
|
|
-webkit-box-shadow: 2px 2px 10px #4f0101;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
section.parrilla {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section.pollos {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
clear: both;
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
color: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
background: url(../images/logo.png) center 50px no-repeat;
|
|
|
|
|
text-indent: -1000px;
|
|
|
|
|
width: 259px;
|
|
|
|
|
height: 95px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 50px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
2012-04-23 09:05:37 +00:00
|
|
|
font-family: 'Forum', cursive;
|
2012-04-20 17:55:08 +00:00
|
|
|
font-size: 41px;
|
|
|
|
|
letter-spacing: -2px;
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
padding: 16px 0 12px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
text-shadow: 2px 2px 2px #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3 {
|
2012-04-23 09:05:37 +00:00
|
|
|
font-family: 'Forum', cursive;
|
2012-04-20 17:55:08 +00:00
|
|
|
font-size: 36px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clear {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|