/*

CSS developed just for fun.
Author: ZenemiG
URL: http://chilombia.com
Version: 1.0

*/

/*----Reset----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----Structure----*/

body {
	font-family: bitstream vera sans, helvetica, sans serif;
	background: #fff url(img/rings.png) repeat;
	color: #c4c4c4;
	font-size: 16px;
	text-align: center;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	background: #333;
	color: #ccc;
}

#wrapper {
	margin: 0 auto;
	padding: 60px 30px 50px 30px;
	width: 960px;
	background: #ccc;
}

#content {
	clear: both;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px;
	background: #333;
	color: #ccc;
}

/*----Header----*/

.titulo {
	float: left;
	margin: 5px 10px 0 10px;
}

.chilombia {
	float: right;
	margin: 5px 10px 0 10px;
}

#header h1 {
	font-family: bitstream vera sans, helvetica, sans serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

#header a:link, #header a:active, #header a:visited {
	color: #ffaa00;
}

#header a:hover {
	color: #ff5555;
}

/*----Content----*/

.cajita_pattern {
	position: relative;
	float: left;
	margin: 5px;
	width: 220px;
	height: 220px;
	background: #333;
}

.cajita_pattern_texto {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #666;
	font-size: 18px;
	text-align: left;
	line-height: 30px;
}

.cajita_pattern_texto p {
	margin: 0 10px 0 10px;
	font-weight: bold;
}

.tribal {
	background: url(img/tribal.png) repeat;
}

.crystals {
	background: url(img/crystals.png) repeat;
}

.rings {
	background: url(img/rings.png) repeat;
}

/*----Footer----*/

.copyright {
	float: left;
	margin: 18px 10px 0 10px;
	font-size: 12px;
}

.iconitos {
	float: right;
	margin: 5px 10px 0 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ffaa00;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #ff5555;
}

/*----Miscelanious----*/

.clear {
	clear: both;
}
