/*Estilos CSS para FundacionLeeColombia.Com
Desarrollado por: Rigoberto Bermudez Castro "Leo Zero" ** aLuByZ Team
Aņo 2008, No editable y con Derechos de Autor.
Creative Commons 3*/

/*General*/
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Arial";
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(imagenes/bgl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.clear {
  clear: both;
}

.line_div {
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(imagenes/linea.gif);
	background-repeat:  repeat-x;
	height: 5px;
	width: 560px;
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #E15D36;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:visited {
	text-decoration: underline;
	color: #3B8DC6;
}

a:focus {
	text-decoration: underline;
	color: #66CC00;
}

a img {
  border-width: 0px;
}

h1 {
	display: inline;
	color: #2c94d2;
	font-size: 15px;
	font-weight: bold; /*border:1px solid #F0F9FD;*/
	float: left;
	margin: 12px 1px 9px 12px;
}

h2 {
	display: inline;
	color: #2c94d2;
	font-size: 16px;
	font-weight: bold; /*border:1px solid #F0F9FD;*/
	float: left;
	margin: 12px 1px 9px 12px;
	text-align: left;
}

hr {
	height: 1px;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #206e9a;
	margin-top: 10px;
	margin-bottom: 10px;
}
