body {
	font-size: 12px;
	color: #1b191a;	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #262122;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container { 
	margin: 0 auto;
	width: 800px;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* HEADER */
#header {
	width: 800px; 
	height: 150px; 
	margin: 0 auto;	
}
#header h1 { 
	background: transparent url(/images/lacolinalogo.png) no-repeat top left;
	width: 800px; 
	height: 150px; 
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}
#header h1 span {
	display:none
}
/* //////////////////////////////////////////////////////////////////////////// */
/* MENU */
#navbar {
	width: 800px;
	height: 30px;
	clear: both;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* MENU */
#navbar {
	width: 800px;
	height: 50px;
	clear: both;
	background-color: #d1e008;
}
#navbar ul {
	list-style: none;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
}
#navbar li {
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */
}
a.mnb:link, a.mnb:visited, a.mnb:active {
	color: #1b191a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	overflow: hidden;
	display: block;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #a7b30a;
}
a.mnb:hover {
	color: #FFFFFF;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* CONTENTS */
#contents {
	width: 600px;
	background-color: #ffffff;
	clear: both;
	padding: 15px 20px 15px 180px;
	margin: 5px 0px 5px 0px;
}
#gallery {
	width: 800px;
	clear: both;
	background-color: #ffffff;
	margin: 5px 0px 5px 0px;
}
#col-izq {
	width: 200px;
	float: left;
	margin-left: 10px;
}
#col-der {
	width: 550px;
	float: right;
	margin-right: 10px;
}
h1 {
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #00aff2;
}
h2, .titulo {
	font-size: 18px;
	color: #00aff2;
}
h3, .titulos {
	font-size: 14px;
	font-weight: bold;
}
p {
	text-align: justify;
}
a:link, a:active, a:visited {
	color: #d1e008;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.ffield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	padding: 5px;
}
/* SUBMENU
--------------------------------------------------------- */

#col-izq ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#col-izq li {
	list-style-type: none; /* Gets rid of the bullet points */
}

#col-izq a {
	color: #1b191a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dashed #CCCCCC;
}
#colizq a:hover {
	color: #00aff2;
}
/* //////////////////////////////////////////////////////////////////////////// */
/* FOOTER */
#footer {
	width: 800px; 
	height: 50px; 
	clear: both;
	margin: 0 auto;			
	background-color: #1f191a;
	padding-top: 15px;
}
#txt {
	text-align: left;
	font-size: 12px;
	color: #abadae;
	float: left;
	margin: 0px 0px 0px 25px;
}
#redes {
	float: right;
	margin: 0px 25px 0px 0px;
}