body {margin:0; padding:0;
font-family:Verdana;
font-size:11px;
color:#5C5741;
background-color: #ffffff;
line-height:13px;
}
table {
border-collapse:collapse;
border:0px;
margin-left: auto;
margin-right: auto;}
td{vertical-align:top;}
img{border:none;}

.conima img{display:block;}

/*****************************************************************/
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.justify{text-align:justify;}

:focus  { outline : 0;}


form {margin:0; padding:0}


.end{ color:#E7E6C5; text-decoration:none; font-size:12px;}
.end a{ color:#FBBE2D; text-decoration:none; font-size:12px;}
.end a:hover{ color:#FBBE2D; text-decoration:underline; font-size:12px;}

.azul1{ color:#007cc2; font-weight:bold;}
.azul2{ color:#016fad; font-weight:bold;}
.azul3{ color:#01669f; font-weight:bold;}
.azul4{ color:#025b8d; font-weight:bold;}
.azul5{ color:#01507c; font-weight:bold;}
.azul6{ color:#024368; font-weight:bold;}




.m1{ background-image:url(images/m1.jpg); background-repeat:no-repeat;}
.m1m{ background-image:url(images/m1m.jpg); background-repeat:no-repeat;}
.m2{ background-image:url(images/m2.jpg); background-repeat:no-repeat;}
.m2m{ background-image:url(images/m2m.jpg); background-repeat:no-repeat;}
.m3{ background-image:url(images/m3.jpg); background-repeat:no-repeat;}
.m3m{ background-image:url(images/m3m.jpg); background-repeat:no-repeat;}
.m4{ background-image:url(images/m4.jpg); background-repeat:no-repeat;}
.m4m{ background-image:url(images/m4m.jpg); background-repeat:no-repeat;}
.m5{ background-image:url(images/m5.jpg); background-repeat:no-repeat;}
.m5m{ background-image:url(images/m5m.jpg); background-repeat:no-repeat;}
.m6{ background-image:url(images/m6.jpg); background-repeat:no-repeat;}
.m6m{ background-image:url(images/m6m.jpg); background-repeat:no-repeat;}
.m7{ background-image:url(images/m7.jpg); background-repeat:no-repeat;}
.m7m{ background-image:url(images/m7m.jpg); background-repeat:no-repeat;}
.m8{ background-image:url(images/m8.jpg); background-repeat:no-repeat;}
.m8m{ background-image:url(images/m8m.jpg); background-repeat:no-repeat;}

a{ color:#434200; text-decoration:underline;}
a:hover{ color:#434200; text-decoration:none;}
strong a{ color:#1D5256; text-decoration:none; font-weight:normal; font-style:italic;}
strong a:hover{ color:#1D5256; text-decoration:underline;  font-weight:normal; font-style:italic;}



.form1 td input{ width:171px; height:19px; border:1px solid; background-color:#504931 #DAD5C2 #DAD5C2 #504931; padding:1px 0 1px 6px; color:#73654B; font-weight:bold; font-family:tahoma}



.r1 ul { margin:0; padding:0; list-style:none;}
.r1 li { background:url(images/ch_1.gif) center left no-repeat; margin:0 0 0 0; padding:1px 0 0 9px;}
.r1 li a {line-height:16px; color:#434200; text-decoration:underline; font-weight:normal; background-position:left center;}
.r1 li a:hover { text-decoration:none; color:#434200}


.r2 ul { margin:0; padding:0; list-style:none;}
.r2 li { background:url(images/ch_2.gif) center left no-repeat; margin:0 0 0 0; padding:1px 0 0 9px;}
.r2 li a {line-height:18px; color:#E7E6C5; text-decoration:underline; font-weight:normal; background-position:left center;}
.r2 li a:hover { text-decoration:none; color:#E7E6C5}


.deep td{ color:#E7E6C5; font-size:12px;}
.deep td strong{ color:#FBBE2D; font-size:12px; font-weight:normal;}
.deep td b a{ color:#FBBE2D; text-decoration:none; font-weight:normal; font-style:italic;}
.deep td b a:hover{ color:#FBBE2D; text-decoration:underline;  font-weight:normal; font-style:italic;}

.form td input{ width:185px; height:19px; border:1px solid; background-color:#504931 #DAD5C2 #DAD5C2 #504931; padding:1px 0 1px 6px; color:#73654B; font-weight:bold; font-family:tahoma; font-size:11px;}
.form td textarea{ width:185px; height:86px; border:1px solid; background-color:#504931 #DAD5C2 #DAD5C2 #504931; padding:1px 0 1px 6px; color:#73654B; font-weight:bold; font-family:tahoma; overflow:auto; font-size:11px;}

.cc strong{ color:#434200; font-weight:normal}

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

.style1 {
	color: #56cd03;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
}
.style2{color:#666666; font-weight:bold}
.style4 {
	color: #0F6F9C;
	font-size: 11px;}
.style4 a:link {color: #0F6F9C; text-decoration: underline;}
 a:visited {text-decoration: underline; color: #0F6F9C;}
a:hover {text-decoration: none; color: #00CC00;}
a:active {text-decoration: underline; color: #0F6F9C;}
ul{margin:0px; padding:0px; list-style:none}
ul li {  color: #006600; background:url(images/bull.gif) no-repeat 0 4px; padding-left:13px; line-height:18px}
.style2 a { font-family:tahoma; font-size:11px; color:#fff; text-decoration:none}



a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:180px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000; /* add a border */
left:94px; /* position:the image */
top:-80px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:100%; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

/**************************************************************/
.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:justify; 
  background:#f1f1f1; 
  border:1px solid #57c0ff; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:16em;} /* change to suit */
h4 {font-weight:bold; color:#000;}


/*************************************************************************/
.imader{float:right; padding-left:10px;}
.imaright{float:right; padding-right:15px;}
.imaizq{float:left; padding-right:10px;}


.photo {
	margin: 5px;
	position: relative;
	width: 97px;
	height: 70px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample14 span {
	width: 110px;
	height: 46px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(images/glossy-gradient.png);
}
.sample14 img {
	width: 85px;
	height: 60px;
	
}

#tempDiv1 {
    float:right;
	position:relative;
}
#tempDiv2 {
    float:right;
	position:relative;
	vertical-align:middle;
	font-weight:800;
}
