/* Etiquetas HTML globales */
body {
	background-color: #fff;
	color: #000;
}

a{
	text-decoration:none;
}

strong{
	font-family: "Trebuchet MS";
	font-size: 11pt;
}

h1{
	font-family: "Trebuchet MS";
	font-size: 15pt;
}

/* Estilos asignados a una id */

#contenedor_principal{
	display: table;
	position:absolute;
	width: 1024px;
	height: 800px;
	margin: 0px 0px 0px -512px;
	top: 20px;
	left: 50%;
	text-align: center;
}

#contenedor_banner{
	display: table-cell;
	position: relative;
	width: 1000px;
	height: 210px;
	top: 0px;
	left: 0px;
}

#contenedor_texto{
	display: table-cell;
	position: relative;
	width: 1000px;
	height: 160px;
	top: 0px;
	left: 0px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
}

#contenedor_imagenes{
	display: table;
	position: relative;
	width: 1000px;
	height: 190px;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -500px;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
}

#contenedor_boton{
	display: table-cell;
	position: relative;
	width: 1000px;
	height: 80px;
	top: 5px;
	left: 0px;
	vertical-align: middle;
}

#contenedor_enlaces{
	display: table;
	position: relative;
	width: 600px;
	height: 50px;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -300px;
	text-align: center;
	vertical-align: middle;
}

#certificados{
	display: table;
	position: relative;
	width: 200px;
	height: 35px;
	left: 50%;
	margin: 0 0 0 -100px;
	text-align: center;
	vertical-align: middle;
}

#google-adsense{
	position: relative;
	width: 728px;
	height: 15px;
	left: 50%;
	margin: 0 0 0 -364px;
	top: 10px;
}


#impresion-lona-1{
	height: 150px;
}

#impresion-lona-2{
	height: 150px;
}

#impresion-lona-3{
	height: 150px;
}

#impresion-lona-4{
	height: 150px;
}

#impresion-lona-boton{
	border: none;
}

/* Clases */

.fila{
	display: table-row;
}

.celda{
	display: table-cell;
}

.celda p{
	position:relative;
	top:0px;
	font-family: "Trebuchet MS";
	font-size: 9pt;
}

.celda span{
	display: table-cell;
	width: 10px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: gray;
}

.enlaces{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: gray;
}

.titulo_imagen{
	font-family: "Trebuchet MS";
	font-size: 9pt;
}
