@charset "utf-8";
/* CSS Document */

body {
    background-color: #2C3032;
	margin: 0px 0px 0px 0px;
}

#maincontainer {
    margin: 0 auto;
	width: 1024px;
	height: 634px;
}

/*****marco de la pagina******/
#topshadow {
    position: absolute;
    height: 49px;
	width: 1024px;
	background-image: url(images/top.jpg);
}

#bottomshadow {
    position: absolute;
	top: 599px;
	width: 1024px;
    height: 35px;
	background-image: url(images/bottom.jpg);
}

.lastDiv {
    height: 5px;
	background-color: #999999;
}

.leftCorner {
    position: absolute;
	left: 0px;
}

.rightCorner {
    position: absolute;
	right: 0px;
}

.botsideCorner {
    position: absolute;
	bottom: 0px;
}

/******sets del cuerpo central******/

#leftSide {
    float: left;
    height: 550px;
	width: 49px;
	background-image: url(images/left.jpg);
}

#rightSide {
    float: right;
    height: 550px;
	width: 49px;
	background-image: url(images/right.jpg);
}

#middleBand {
    position: absolute;
	top: 49px;
	height:550px;
	width:1024px;
}

#contentBody {
    position: relative;
    width: 926px;
	margin-left: 49px;
	color: #FFFFFF;
}


#logoRow {
    height:114px;
}

#contentCentral {
    height: 384px;
	background-image: url(images/cissus_backbody.jpg);
}

#navegationBar {
    height: 52px;
	background-image: url(images/cissus_menuback.jpg);
	padding: 0px 0px 0px 35px;
}

/*****intro sets *******/

#introCentral {
    height: 384px;
	background-image: url(images/intro_centre.jpg);
}

#introNav {
    height: 52px;
	background-image: url(images/intro_navback.jpg);
	padding: 0px 0px 0px 35px;
}

/****** extras ********/

#creditos {
    position: absolute;
	right: 52px;
	width: 350px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.clearfloat {
    float: none;
}

.languageLink {
    z-index: 101;
    position: absolute;
	right: 5px;
	bottom: 5px;
}

.tempIntro {
    height: 384px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


.tempIntrolink a{
    color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.introBottom {
    height: 52px;
}

