/*CONTENTORES*/

#container {
	width:600px;
	margin:0 auto;
	padding:20px 0px;
}
#topo {
	height:50px;
/*	background-image:url(../imgs/titulo02.png);*/
	background-repeat:no-repeat;
	margin:0 auto;
	padding: 0px 0px 15px 0px;
}
#simplegallery1 {
//CSS for sample Gallery  position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 1px solid #FFFFFF;
	background-color:#000000;
	width:600px;
	
	
}
#navbar {
	width:auto;
	display:block;
	height:24px;
}
#principal {
	width:600px;
	display:block;/*border: 5px solid #FFFFFF;*/
}
#about, #contacto {
	width:600px;
	padding:0 0px;
	float:left;
	padding-top:20px;
}
#lingua{
	width:600px;
	padding:0 0px;
	float:right;
	text-align:right;
}
div.spacer {
	clear:both;
	height:10px;
	display:block;
}
#footer {
	width:600px;
	display:block;
	text-align:right;
	color:#666666;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	color:#FFFFFF;
}
/*
div.spacer, solve an issue with #container height
in css 2 column layout.
*/

.titulo_about {
/*	background-image:url(../imgs/about02.png);*/
	background-repeat:no-repeat;
	height:30px;
	padding-top:0px;
	width:auto;
	border-bottom:1px #333333 solid;
}
.titulo_contact {
/*	background-image:url(../imgs/contact02.png);*/
	background-repeat:no-repeat;
	height:30px;
	padding-top:0px;
	width:auto;
	border-bottom:1px #333333 solid;
}

.txt {
/*border-top:1px #333333 solid;*/
}

.creditos{
font-size:10px;
}

body {
	background-color:#0d0d0d;
	background-image:url(../imgs/fundo_pattern.png);
	background-repeat:repeat-x;
	color:#CCCCCC;
}
img {
	border: 0px;
}
p, a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
}
a:link, a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
