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

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

#maincontainer {
    margin: 0 auto;
	width: 1024px;
	height: 634px;
}
form {
font-family: Arial, Helvetica, sans-serif;
}

/*****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: url(imgs/ciscentre.jpg);
	position:relative;
}

#introNav {
    height: 52px;
	background-image: url(images/intro_navback.jpg);
	padding: 0px 0px 0px 35px;
}
#siteNavs { height:52px; background: url(images/intro_navback.jpg) no-repeat; width:926px; position:relative; padding-left: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;
}

/*new independent content*/

.greenGray {
    background-image:url(images/background_gray.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 903px;
	height: 300px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.greenGray input {
    color: #43482F;
}
.greenGray a{
    text-decoration:none;
	color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-shadow: #333333 1px 1px 2px;
	}

.underDivs {
    position: relative;
	text-align: right;
	}
	
.titlesWhite {
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: #333333 1px 1px 2px;
	font-size: 120%;
	padding: 10px;
	}

.titlesDark {
    color:#282C1D;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	} 
	
.titlesBlack {
    color: #181B14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	} 
	

/*form validation fields*/

#postform {
	margin: auto;
	width: 30em;
	text-align: left;
}
#summary{
	text-align: left;
	margin: auto;
	width: 25em;	
}
#summary h2{
	text-align: left;
	font-size: 105%;
	color: #FFFFFF;
	margin-bottom: 02px;
	}

#summary a{
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}

.required {
	background-color: #996600;
}

.labeling {
    text-align:right;
}

.galLinks {
    position: relative;
	vertical-align: top;
	padding-top:15px;
}

.galLinks a{
    display:inline;
	margin-left: 50px;
	vertical-align:top;
}

.pgContent {
    display: none;
	visibility: hidden;
}

