--------------------------------------------------------------------------------------------------------------------
HEADER
--------------------------------------------------------------------------------------------------------------------
*/
.cabeceraP{
background-color: #BBBBBB;
width: 100%;
padding: 20px 0;
}
.navegacionUlH{
position: absolute;
top: 110px;
right: 110px;
}
.caja{
width: 940px;
position: relative;
margin: 0 auto;
}
.navegacionLiH {
display: inline;
}
.navegacionAH{
text-transform: uppercase;
color: black;
font-weight: bold;
font-size: 22px;
text-decoration: none;
margin: 0 0 0 15PX;
}
.navegacionAH:hover {
color: #C78C19;
text-decoration: underline;
}
/*
--------------------------------------------------------------------------------------------------------------------
MAIN
--------------------------------------------------------------------------------------------------------------------
*/
/*Banner*/
.MainBanner{
width: 100%;
}
/*section1: Sobre la barbería*/
.MainSection1{
width: 940px;
margin: 0 auto;
}
.tituloSection1{
text-align: center;
font-size: 2em;
margin: 0 0 1em;
clear: left;
}
.imagenSection1{
width: 120px;
float: left;
margin: 0 20px 20px 0;
border: 5px solid black;
}
.parrafoSection1{
margin: 0 0 1em 0;
}
.parrafoSection1 strong{
font-weight: bold;
}
.parrafoSection1 em{
font-style: italic;
}
/*section2: Diferenciales*/
.MainSection2{
width: 940px;
margin: 0 auto;
}
.tituloSection2{
text-align: center;
font-size: 2em;
margin: 0 0 1em;
}
.imagenSection2{
width: 60%;
}
/*
--------------------------------------------------------------------------------------------------------------------
FOOTER
--------------------------------------------------------------------------------------------------------------------
*/
.fotter1{
text-align: center;
background: url(imagenes/bg.jpg);
padding: 40px;
}
.fotterP{
color: white;
font-size: 13px;
margin: 20px;
}