@charset "utf-8";

/* CSS Document */
page1 {
    background-color: #1b1d1e;
}

body {
    margin: 0;
	padding:0;
	padding-top:15px;
    background-color: #1b1d1e;
    font-family: Arial;
    font-size: 12px;

}
a1{
    margin:0;
    padding:0;


}
/********** HEADER HOME***********/

.bgMenu
{
    background-image: url(../images/navbar_bg.png);

}

/***********************************/

/************ HEADER ************/
div#Header
{
    width:860px;
    background-color: #6F615E;
}
div#secHeader
{
    width:649px;
    float:left;
    height:215px;
}
div#titleHeader
{
    background-color:#6F615E;
    width: 649px;
    height:75px;
    padding-top: 28px;
    clear:both;
    text-align: left;
}
div#secMenu
{
    width: 649px;
    clear:both;

}
div#shadowMenu
{

    float: left;
    width: 68px;
    height:22px;
}
div#logo {
    width: 211px;
    height:215px;
    float: left;
}
.menu {
    background-image: url(../images/navbar_bg.png);
    height:22px;
}
div#imageHeader
{
    clear:both;
    width:649px;
}
a.linkMenu {
    color: #f4a43c;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px; /*font-weight:bold;*/
    cursor: pointer;
    text-decoration: none;
}
a.linkMenu:visited{
    color: #f4a43c;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px; /*font-weight:bold;*/
    cursor: pointer;
    text-decoration: none;
}
span.linkMenuSpan {
    color: #f4a43c;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px; /*font-weight:bold;*/
    text-decoration: none;
}
a.linkMenu:hover {
    color: white;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px; /*font-weight:bold;*/

    cursor: pointer;
    text-decoration: none;
}

a.linkMenuSelected {
    color: #f4a43c;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;

    cursor: pointer;
    text-decoration: none;
}

a.linkMenuSelected:hover {
    color: white;
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

/***************************/
div#content {
    width: 860px; /*position: absolute;
	top: 50%; 
	left: 50%; 
	margin-top: -274px;
	margin-left: -430px;*/
    height: 549px;
}

.whiteBlock {
    background-color: white;
}
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);23
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}

div#contLeft {
    float: left;
    width: 212px;
    border-right: solid 2px #6f615e;
    height: 303px;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    text-indent: 30px;
    font-family: Arial;
    font-size: 12px;
}
div#contLeft table tr td {
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    text-align: justify;
    text-indent: 30px;
    font-family: Arial;
    font-size: 12px;
}

div#contLeft a {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    font-weight: bold;
    text-decoration: none;
}

div#contLeft a:hover {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    color: #F4A44E;
    text-decoration: none;
}

div#contCenter {
    float: left;
    width: 646px;
  height: 303px;
    text-indent: 5px;
}

div#contRight {
    float: left;
    height: 250px;
    text-indent: 5px;
    width: 219px;
}

div#footer {
    color: #49403e;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    background-color: #6f615e;
    width: 830px;
    text-align: right;
    padding-top: 5px;
}

div#contLeftInt {
    float: left;
    width: 212px;
    border-right: solid 2px #6f615e;
    height: 304px;
    text-align: justify;
}

div#contLeftInt a {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

div#contLeftInt a:hover {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #F4A44E;
    text-decoration: none;
}

div#contCenterInt {
    float: left;
    width: 646px;
    height: 304px;
    /*text-indent:5px;*/
}

.txtMenuTitle {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.txtMenu {
    font-family: Arial;
    font-size: 12px;
    color: #6F615E;
    line-height: 15px;
    text-indent: 30px;
}

div#contLeftInt a.linkPerfil {
    font-family: Arial;
    font-size: 12px;
    color: #6F615E;
    line-height: 15px;
    text-indent: 30px;
    font-weight: normal;
}

div#contLeftInt a.linkPerfil:hover {
    font-family: Arial;
    font-size: 12px;
    color: #4b413f;
    line-height: 15px;
    text-indent: 30px;
    font-weight: bold;
}
div#pieMessage a.linkPerfil {
    font-family: Arial;
    font-size: 12px;
    color: #6F615E;
    line-height: 15px;
    text-indent: 30px;
    font-weight: normal;
    text-decoration:none;
}

div#pieMessage a.linkPerfil:hover {
    font-family: Arial;
    font-size: 12px;
    color: #4b413f;
    line-height: 15px;
    text-indent: 30px;
    font-weight: bold;
    text-decoration:none;
}


.txtcontent {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    text-align: justify;
}

.texto {
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}

.textoContent {
    font-family: Arial;
    font-size: 12px;
    color: #6F615E;
    line-height: 14px;
}

.textoClaro {
    font-family: Arial;
    font-size: 12px;
    color: #6F615E;
    text-indent:0;
}
div#error
{

    clear:both;
    font-size:12px;
    padding-top:100px;
    height:224px;
    width:860px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:bold;
}

/************* Gallery**********/
td.gallery {
    cursor: pointer;
}

td.galleryOver {
    cursor: pointer;
    color: #000;
}

.imagesmall {
    float: left;
    width: 76px;
    height: 76px;
    border: solid 0px #CF060C;
    cursor: pointer;
}

.spaceimage {
    float: left;
    width: 25px;
    height: 25px;
}

.divgallery {
    clear: both;
    width:581px;
   
}

.titlegallery {
    padding-top: 10px;
    padding-bottom: 10px;
}

.spaceimagemargin {
    float: left;
    width: 30px;
    height: 30px;
}

div.transbox {
    /*position: absolute;
	width: 400px;
	height: 28px;
	margin: 30px 50px;
	background-color: #5E6D70;
	border: 1px solid black;*/ /* for IE */
    /*filter: alpha(opacity =     60);*/ /* CSS3 standard */
    /*opacity: 0.6;*/
}

input {
    border: solid #6F615E 1px;
}

textarea {
    border: solid #6F615E 1px;
}
.selectInput
{
     background-color:#9D908D;
     color:black;
}
div.list
{
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    z-index: 1;
}
.textLabel
{
    text-align:right;
    color: #6F615E;
    font-family: Arial;
    font-size: 12px;
}
.txtForm
{
    width:100%;
    background-color: #E4DAD1;
     color: #6F615E;
   font-family: Arial;
   font-size: 12px;
}
.ddlForm
{
   background-color: #E4DAD1;
   border: 1px solid #E4DAD1;
   color: #6F615E;
   font-family: Arial;
   font-size: 12px;
   width:100%;
}
a.aButton
{
   color: #6F615E;
   font-family: Arial;
   font-size: 12px;
}
a.aButton:visited
{
   color: #6F615E;
   font-family: Arial;
   font-size: 12px;
}
a.aButton:hover
{
   color: #6F615E;
   font-family: Arial;
   font-size: 12px;
}
.msgError
{
   color:red;
   font-family: Arial;
   font-size: 12px;
}
.msgExito
{
   color: #6F615E;
   font-family: Arial;
   font-size: 12px;
}