@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/fondo.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

h1 {
}

h2{	color: #00a69b;
	margin: 3px auto;
	padding: 0px auto;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3{
	color: #00a69b;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	white-space:normal;
	display:inline;
}

blockquote {
  font-style: italic;
}

#container {
    margin: 0px auto;
	overflow:auto;
	padding-top: 0px;
	width: 960px;
}

#header {
	height: 120px;
	width: 960px;
}

#centro{
}

#piezacapsulas{
	width: 910px;
	height: 670px;
}

ul.column{
	width: 100%;
	padding: 0;
	margin: 7px 0;
	list-style: none;
}

ul.column li {
	float: right;
	width: 216px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.block {
	height: 300px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background: #e3e1d5;
}

.block h2 {
	font-size: 1.3em;
}

.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#footer {
	background-color:#171212;
	height: 214px;
	width: 960px;
	margin: 0px auto;
	overflow:auto;
	padding-top: 0px;
}

#pieza hijos {
	width:960px;
}

#hijo1{
	float:left;
	width:340px;
	margin-left: 10px;
	text-align: left;
}

#hijo2{
	float:left;
	width:140px;
	margin-left: 20px;
	padding-top: 30px;
}

#hijo3{
	float:left;
	width:140px;
	margin-left: 20px;
	padding-top: 30px;
}

#hijo4{
	float:left;
	width:270px;
	margin-left: 20px;
}

a:link {
    text-decoration: none;
	color: #00a69b;
	border: none;
}

a:visited {
	color: #00a69b;
	text-decoration: none;
	border: none;
}

a:hover {
    text-decoration: none;
    border: none;
}

