LaManoDePablo_Web/src/css/style.css

104 lines
1.6 KiB
CSS
Raw Normal View History

body {
background:url(../images/bg_bot.jpg) center 0 repeat #faf3ed;
font:14px Georgia, "Times New Roman", Times, serif;
color: #fff;
line-height: 24px;
}
a {
color: #a80002;
text-decoration:none;
outline:none
}
a:hover {
text-decoration:underline
}
header {
background: url(../images/bg_top.jpg) center -180px repeat-x #4f0101;
height: 450px;
text-align: center;
}
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 {
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 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 8px;
text-align:left;
}
p {
text-align:left;
}
.clear {
clear: both;
}