body {
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*Encabezado*/
header {
	width: 1024px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
#seccion {
	background-position: center;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(imagenes/fondo1.png);
	width: 1024px;
	height: 768px;
	margin: auto;
}
#trasparencia {
	background-image: url(imagenes/trasparencia.png);
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
	width: 950px;
	height: 700px;
	border-radius: 15px 15px 15px 15px;
	top: 40px;
}
#menuvertical {
	top:25px;
	left: 25px;
	position:relative;
	float: left;
}
#contenido {
	width: 600px;
	top:23px;
	left: 40px;
	position: relative;
	float: left;
}
p {
    color: #002c63;
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}
/*tamaño y tipo de letra de los P{} de los productos*/
.letra{
	color: #002c63;
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
.vineta1{
	color: #002c63;
  	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}
/*tabla del index*/
.tabla {
	width: 200px;
	height: 130px;
	position: relative;
	top: 50px;
	left: 8%;
	float: left;
}
#boton {
	border-radius: 15px;
}
/*GALERIA DE IMAGENES*/
#ps_slider{
	top: 100px;
	position: relative;
	margin: auto;
}
#proyectos{
	top: 50px;
	position:relative;
	margin: auto;
}
/*PIE DE PAGINA*/
#pie1 {
	width: 1024px;
	height: 60px;
	background: #26262c;
	background-position: center;
	margin: auto;
}
#pie2 {
	width: 1024px;
	height: 15px;
	color: white;
	background: #19191b;
	background-position: center;
	border-radius: 5px 5px 5px 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: auto;
}