
#servicios{
   position: inherit;
   overflow: scroll;
   z-index: 50;
   background-image: url(../img/calaveras.gif);
   background-repeat: repeat; 
   background-position: top left; 
   background-color: #FFFFFF;
   float: left;
   width: 60%;
   height: 455px;
   box-shadow: 0px 0px 4px #000;
   }
   
#nosotros{
	position: inherit;
   margin: auto;
   padding: 2%;
   background-image: url(../img/logo_bk.jpg);
   background-position: center right;
   background-repeat: no-repeat; 
   background-color: #fffcc7;
   width: 80%;
   height: 480px;
   box-shadow: 0px 0px 4px #000;
   }

#objetivo{
	position: inherit;
   margin: auto;
   padding: 2%;
   background-image: url(../img/fotitos.jpg);
   background-position: center right;
   background-repeat: no-repeat; 
   background-color: #fffcc7;
   width: 80%;
   height: 480px;
   box-shadow: 0px 0px 4px #000;
   }

#clientes{
	overflow:scroll;
	position: inherit;
	margin: auto;
	padding: 2%;
	background-image: url(../img/logo_bk.jpg);
	background-position: center right;
	background-repeat: no-repeat; 
	background-color: #fffcc7;
	width: 80%;
	height: 480px;
	box-shadow: 0px 0px 4px #000;
   }
   
body {
    font-family: 'Verdana';
    margin: auto;
    padding: 1% 0;
    background: rgb(255,200,160);//#fffffc ; //url(../img/body_bk.gif)
}

img {
	border:none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
}

header {
	width: 80%;
    margin: auto;
    padding: 0% 2%;
    background: #000;
    border-radius: 12px 12px 0 0;
	
	box-shadow: 2px 2px 2px #000;
		-webkit-box-shadow: 2px 2px 2px #000;
		-moz-box-shadow: 2px 2px 2px #000;	
}

section {
		
    width: 80%;
    height: 550px;
    margin: auto;
    padding: 2%;
    background: #fffcc7;
	
	box-shadow: 2px 2px 2px #000;
		-webkit-box-shadow: 2px 2px 2px #000;
		-moz-box-shadow: 2px 2px 2px #000;
}

menu {
	width: 80%;
	height: 50px;
	margin: auto;
    padding: 0% 2%;
    background: #fffcc7;
	
	box-shadow: 2px 2px 0px #000;
		-webkit-box-shadow: 2px 2px 2px #000;
		-moz-box-shadow: 2px 2px 2px #000;
}

footer {
	width: 84%;
	height: 35px;
	margin: auto;
	background: #fffcc7;
    background-image: url(../img/pie_bk.jpg);
    font-size: 0.8em;
    border-radius: 0 0 12px 12px;
	
	box-shadow: 2px 2px 2px #000;
		-webkit-box-shadow: 2px 2px 2px #000;
		-moz-box-shadow: 2px 2px 2px #000;
}

table {
    width: 100%;
}

th {
    background: #fff;
}

form {
    background: #fff;
    padding: 2.5em;
    border-radius: 12px;
}

div em {
    font-size: 0.9em;
    padding: 0.5em 0em;
    border-bottom: 1px dotted #c0c0c0;
    border-top: 1px dotted #c0c0c0;
    width: 100%;
    display: block;
    text-align: center;
    color: #555;
}

p.menu {
    text-align: center;
    font-size: 0.9em;
    margin: 1em 0 0 0;
}

input[type='text'] {
    padding: 2px 4px;
    border: 1px solid #c0c0c0;
}

input.delete {
    background: #880000;
    color: #fff;
    border: 2px solid #880000;
    font-weight: bold;
}

a:link {
	font-weight: bold;
    color: grey;
	text-decoration:none;
	text-align:justify;
}

a:hover {
	font-weight: bold;
    color: grey;
	text-decoration:none;
	text-align:justify;
}

a:visited {
	font-weight: bold;
    color: grey;
	text-decoration:none;
	text-align:justify;
}
