body {
	background: #000 url(../images/pageBgTop.jpg) top no-repeat;
	padding: 0px;
	margin: 0px;
}
/*body div {
	border: 1px solid #fff;
}*/

#container {
	width: 800px;
	margin: 0px auto;
}

#top {
	height: 140px;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid #fff;*/
}


#middle {
	width: 800px;
	/*border: 1px solid #FF0000;*/
}


#left {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #FFFF00;*/
}


#right {
	padding: 0px;
	margin: 0px 0px 0px 140px;
	/*border: 1px solid #00FF00;*/
}

div#right { 
	min-height: 200px;
	height:expression(this.scrollHeight > 300 ? "auto":"200px"); 
}


#foot {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	/*background: url(../images/footInfo.jpg) no-repeat;
	background-position: 140px 40px;*/
	border-top: 1px dotted #3960a2;
	width: 660px;
	float: right;
}

#footInfo {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #2c559c;
}
#footInfo a {
	color: #2c559c;
	text-decoration: none;
}
#footInfo a:hover {
	color: #fff;
}



p/*, pre*/{
	/*padding: 10px 20px 10px 10px;
	margin:0px;*/
	font: normal 13px/19px Arial, Helvetica, sans-serif;
	color: #676a70;
}
p a {
	color: #2c559c;
	text-decoration: none;
}
p a:hover {
	color: #fff;
}

h1, h2, h3, h4 {
	font: normal 24px/18px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #375ea1;
}


.hoverBtn {
	position: 		relative;
	float:			left;
	/*background:		url(../images/mnInicio.jpg);*/
}
.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			120px;
	line-height: 	30px;
	text-align: 	right;
	font: bold 14px/32px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color:			#2c559c;
	/*border-bottom: 1px dotted #3960a2;*/
	/*background:		transparent none repeat-x 0 0 scroll;*/
}


.homeItem {
	margin-top: 10px;
	padding: 10px 0px;
	border-top: 1px dotted #3960a2;
	display: block;	
	float: left;
}
.homeThum {
	float: left;
	width: 200px;
	height: 100px;
	display: block;	
}
.homeInfo {
	width: 450px;
	float: right;
	padding-left: 10px;
}



#cu3er-container {
	width:660px;
	height:280px;
	outline:0;
}



a.btnEntrar { background: url(../images/btnEntrar.jpg) repeat 0px 0px; width: 100px; height: 20px; display: block; }

a.btnEntrar span { display: none; }

a.btnEntrar:hover { background: url(../images/btnEntrar.jpg) repeat 0px -20px; }





.contLeft {
	float: left;
	width: 470px;
	display: block;
	text-align: justify;
	margin-right: 10px;
}
.contRight {
	width: 180px;
	float: right;
	/*padding-left: 10px;*/
}

.rightItems {
	border-top: 1px dotted #3960a2;
	padding-top: 10px;
	margin-top: 10px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #375ea1;
}


.instPhoto {
	float: left;
	width: 480px;
	height: 200px;
	display: block;
	margin-right: 10px;
}
.instInfo  {
	width: 170px;
	float: right;
	height: 200px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	color: #676a70;
}


.inputText {
	width: 400px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
.inputButton {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	width: 100px;
}


#contact-area {
	width: 460px;
	margin-top: 25px;
	/*border: 1px solid #CCCCCC;*/
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 320px;
	/*font: normal 13px/21px Arial, Helvetica, sans-serif;*/
	margin: 0px 0px 10px 0px;
	border: 2px solid #375ea1;
	background: #cccccc;
	/*color: #333333;*/
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #e79033;
	background: #fff;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	/*margin-right: 20px;*/
}

label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 120px;
	padding-top: 5px;
	font-size: 1.4em;
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#4a6169;
}


