@charset "utf-8";
@import url("content.css");
/* CSS Document */

body
{
	width:800px;
	background-image:url("../index/back.png");
	background-repeat:repeat;
	margin:auto;
}
#intro
{
	background-image:url("../index/logo03.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-top:110px;
	padding-left:20px;
	margin-top:10px;
}
.icons
{
	position:absolute;
	display:block;
	margin-top:-95px;
	width:60px;
	margin-left:720px;
}
.icons img
{
	border:0;
}
.languaje
{
	color:#c0c0c0;
	position:absolute;
	display:block;
	margin-top:-15px;
	width:120px;
	margin-left:682px;
	z-index:1000;
	font-family:verdana, arial, sans-serif;
	font-size:9px;
	font-weight:bold;
}
.languaje a
{
	color: #c0c0c0;
	text-decoration: none;
}
.languaje a:hover
{
	color:#ffffff;
}
#menu
{
	width:760px;
	height:41px;
	background-image:url("../index/top.png");
	background-repeat:repeat-x;
	margin-top:5px;
	border-left-color:#000000;
	border-left:solid;
	border-left-width:10px;
	border-right-color:#000000;
	border-right:solid;
	border-right-width:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu ul
{
	float: right;
	display: block;
	margin: 5px 0 0 0px;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
}
#menu li
{
	display: inline;
}
#menu a
{
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	color: #ffffff;
}
#menu a:hover
{
	text-decoration: none;
	color: #222;
	background-color:#e3e3e3;
}
#menu .current_page_item a
{
	text-decoration: none;
	color: #222;
	background-color:#e3e3e3;
}
#menu .current_page_item a .numbertxt
{
	color: #222;
	background:none;
}
#menu .numbertxt
{
	font-size: 28px;
	color: #e3e3e3;
}
#menu a:hover .numbertxt
{
	font-size: 28px;
	color: #222;
}
.architecture
{
	width:760px;
	overflow:hidden;
	background-color:#e3e3e3;
	border-left-color:#000000;
	border-left:solid;
	border-left-width:10px;
	border-right-color:#000000;
	border-right:solid;
	border-right-width:10px;
	border-bottom-color:#000000;
	border-bottom:solid;
	border-bottom-width:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer
{
	position: relative;
	padding-bottom:10px;
	clear: both;
	color: #000;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:4px;
}

#footer a
{
	color: #000;
}
#footer a:hover
{
	text-decoration:none;
}
.left a
{
	color: #222;
}
.left a:hover
{
	color:#333333;
	text-decoration: none;
}