@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000 url(../../images_markom/fondo_web.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#intro a {
	color: #FFFFCC;
	font-weight: bold;
}

#intro a:hover {
	color: #FFFFFF;
}

#container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding-bottom: 30px;
}

#header {
	background: #FFFFFF url(../../images_markom/cabecera.jpg) no-repeat left top;
	height: 124px;
}

#header h1 {
	display: none;
}

#mainContent {
	background: #000D1A url(../../images_markom/fondo_welcome.png) no-repeat center top;
	padding: 30px;
	font-size: 14px;
}

#mainContent a {
	color: #99CCFF;
	font-weight: bold;
}

#footer {
	background: url(../../images_markom/pie.png) center top;
	height: 48px;
	margin-top: 10px;
}

#footer p {
	display: none;
}

.clearing {
	clear: both;
	height: 1%;
}

#menu {
	background: url(../../images_markom/barra_menu.png) no-repeat center top;
	height: 44px;
	margin-top: 5px;
	margin-bottom: 4px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 430px;
}

#menu ul li {
	float: left;
	padding: 11px 20px 5px;
	background: url(../../images_markom/sep_menu.gif) no-repeat right top;
}

#menu ul li a {
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #FFFF99;
}

#menu .last {
	background: url(none);
}

#welcome {
	margin: -15px -30px 20px;
	border-top: 1px solid #000000;
}

#welcome p {
	padding: 30px;
	margin: 0px;
	text-align: justify;
}

#welcome img {
	float: left;
	margin-right: 30px;
}

hr {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	border-right-style: none;
	border-left-style: none;
}

#mainContent h2 {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 24px;
	margin: 0px;
	padding: 0px 0px 20px;
}

#mainContent h3 {
	font-weight: normal;
	color: #CCCCCC;
	font-size: 18px;
	margin: 0px;
	padding: 20px 0px 10px;
}

#mainContent strong {
	color: #FFFFCC;
}

#mainContent a img {
	border-style: none;
}
