@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sistema: Genotipo Templates "Curve" 								 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira											 //
// @Descripcion: Archivo de Estilos Globales CSS					 	 //
// @Fecha: 26 Mayo 2009 											 	 //
/////////////////////////////////////////////////////////////////////////*/

* {
	padding:0px;
	margin:0px;
}
body {
	margin:0;
	padding:0;
	background: #EAE6CA;
	font: 14px "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:justify;
	color: #0080C7;
}
form {
	border:0px;
	margin:0px;
	padding:0px;
}
a, img, iframe {
	border:0px;
}
.clear {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.img-left {
	float:left;
}
.img-right {
	float:right;
}

