/* created by almostDesign */
/* http://www.almostdesign.com */

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(../media/html/bg.gif);
	color: #333;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

h1 {
	display: none;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 30px 0 16px 0;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	background-color: #e6e461;
}

ul {
	margin: 10px 0 15px 0;
}

li {
	list-style-type: disc;
	text-shadow: #000000 0 0 0px;
	margin-left: 24px;
	margin-bottom: 3px;
}

li li {
	list-style-type: circle;
}

.desc {
	margin: 10px 0;
	color: #000;
}

#flashcontent {
	height: 100%;
}

#alternate {
	width: 600px;
	margin: 0 auto;
}

#alert {
	color: #000;
	background-color: #fbf799;
	border: 1px solid #000;
	margin: 10px 0 30px 0;
	padding: 5px;
}

#proyectos a {
	font-size: 10px;
	text-transform: none;
}

#footer {
	font-size: 10px;
	margin: 40px 0 10px 0;
	text-align: center;
	border-top: 1px solid #000;
}

#footer a{
	text-decoration: none;
}

#footer #langActive {
	font-weight: bold;
	background-color: #e6e461;
}

#headerLinkLg {
	margin: 30px 0 0 50px;
}

#headerLinkLg a:hover{
	background-color: transparent;
}

#headerLinkLg a img {
	margin-right: 40px;
}

#headerLinkMn {
	position: absolute;
	top: 0px;
	right: 20px;
}

#headerLinkMn li {
	list-style-type: none;
}

#headerLinkMn li a{
	text-decoration: none;
}

#headerLinkSh {
	position: absolute;
	height: 103px;
	width: 733px;
	bottom: 0;
	left: 50px;
	background: url(../media/html/sh.png) no-repeat;
	z-index: -1;
}

#headerLinkSw {
	position: absolute;
	height: 7px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: url(../media/html/sw.png) repeat-x bottom left;
}