@charset "utf-8";
/* CSS Proyecto Campbell */

/* Generales
------------------------------------*/
body {
margin-top: 0px;
margin-bottom:0px;
margin-right: auto;
margin-left: auto;
position: relative;
font-size:12px;
font-family:arial;
color: #000;
background: #FCF4D0 url('../img/fondo_interior.jpg') no-repeat top center}

a{
font: normal 12px Arial;
text-decoration:none
}
a:hover{
font: normal 12px Arial
}

table{
padding:0px;
}

img{
border:0px
}

p{margin-top: 0px; margin-bottom:15px}

ul{
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0
}

h1{}

h2{}


/* Estructura web
------------------------------------*/

#contentall {
position:relative;
top: 0;
left: 0;
width: 100%;
}

#bottomall {
background: #E3C58F url('../img/fondo-bottom.png') repeat-x;
position:relative;
top: 0;
left: 0;
width: 100%;
height:115px;
float:left
}

#content-web{width:1000px; height:auto; margin-top:0px; margin-bottom:0px; margin-right:auto; margin-left:auto}
.alt{ display:none}

/*top*/
#top{width:1000px; height:302px}

/*contenido-interior*/
#contenido-int{width:1000px; height:auto; background: transparent url('../img/fondo-interior.jpg') no-repeat; padding-bottom:20px; float:left}
#contenido-int2{width:1000px; height:auto; background: transparent url('../img/fondo-interior2.jpg') no-repeat; padding-bottom:20px; float:left}

/*bottom*/
#bottom{width:1000px; height:115px; margin-top:0px; margin-bottom:0px; margin-right:auto; margin-left:auto; font: normal 11px Arial; color: #764701}
#bottom-tex{width:1000px; padding-top:40px; padding-bottom:7px; text-align:center}
#botones{width:700px; padding-left:150px; text-align:center}
#botones li{ list-style:none; padding-left:18px; padding-right:18px; background: transparent url('../img/vineta.png') no-repeat right; display:block; float:left}
#bottom-tex2{width:1000px; padding-top:10px; text-align:center; float:left; font: normal 10px Arial; color: #FFF}

