/* CSS GATEÑO•BECKHAR - ©2009. */

body {
	margin: 0;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*background-image: url(../images/bg.png);
	background-repeat: no-repeat;*/
	background-image: url(../images/bg-plano.jpg);
	background-position: bottom center;
	background-color: #fff;
	font-size: 14px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.Seleccionado {
	color: #000;
	font-weight: bold;
}

#LogoMenuBottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#LogoMenuBottom span {
	display: block;
	padding: 10px 0;
	margin: 10px 0 0 0;
	border-top: dotted 1px #fff;
}

#Contenedor {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

#Logo {
	width: 900px;
	height: 97px;
	float: left;
}

#Menu {
	width: 286px;
	height: 251px;
	float: left;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	padding: 65px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#Menu2 {
	width: 286px;
	float: left;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	padding: 65px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#FotoTop {
	width: 614px;
	height: 251px;
	float: left;
	padding: 65px 0 0 0;
}

#FotoTopProyectos {
	width: 614px;
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
}

#FotoTopProyectos img {
	border: double #FFFFFF;
}

#ContenidoCentral {
	width: 900px;
	min-height: 270px;
	float: left;
	text-align: justify;
	margin: 20px 0 0 0;
}

#ContenidoCentralCorto {
	width: 900px;
	min-height: 200px;
	float: left;
	text-align: justify;
	margin: 20px 0 0 0;
}

#Footer {
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 0 0;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
}

#FooterSolo {
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 0 0;
}

#FooterSolo span {
	display: block;
	padding: 10px 0;
	margin: 10px 0 0 0;
	border-top: dotted 1px #fff;
}

img.TablaProyectos {
	border: double #FFFFFF;
}

img.Thumbs {
	border: solid 1px #000;
}

/* TAB STYLE */

#tablist{
padding: 3px 0;
margin-left: 10;
margin-bottom: 0;
margin-top: 0.1em;
font-weight: bold;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
border-bottom: none;
background: #000;
}

#tablist li a:link, #tablist li a:visited{
color: #999;
}

#tablist li a:hover {
color: red;
}

#tablist li a.current{
background: #fff;
}

#tabcontentcontainer{
width: 815px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 15px;
border: 1px solid #000;
margin: 0 auto;
}

.tabcontent{
display:none;
color: #000;
}

#Links li a{
color: #000;
}

#Links li a:hover {
text-decoration: underline;
}

.TituloGrande {
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
}

.TituloMedio {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b40001;
}

.TituloNormal {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}