/*DEFAULT*/
body ,input, textarea, select, p, a, h1, h2, h3, h4, h5, h6, td, label, ul, li, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}

input, select, textarea
{
	background-color: #E6EAFB;
	border: thin solid #1E72B7;
	color:#1E72B7;
}

input{
	font-size:14px;
	font-weight:bold;	
	text-align:left;
	padding:0px;
	margin-bottom:5px;
	margin-top:5px
}

input[type=button], input[type=submit]  
{
	cursor:pointer;
	border-bottom-width:2px;
	border-right-width:2px
}

select {
	font-weight:bold;
	margin:3px;
	padding:0px
}


a:hover
{ 	
	background-color:#3399CC;
	text-decoration:underline
}
a:visited{ 
	color:#666666;
	text-decoration:none
}
a:link{ 
	color:#333333;
	text-decoration:none
}

h1, h2, h3, h4, h5{
	clear:both;
	color:#4386BC;
	margin-left:0px;
}

h1 {
	font-size:36px;
	margin-bottom:15px;
	margin-top:60px;
}

h2 {
	font-size:24px;
	margin-bottom:12px;
	margin-top:48px;
}

h3 {
	font-size:18px;
	margin-bottom:9px;
	margin-top:36px;
}

h4 {
	font-size:16px;
	margin-bottom:6px;
	margin-top:24px;
}


h5 {
	font-size:14px;
	margin-bottom:3px;
	margin-top:6px;	
}


h6 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:2px;	
}

img
{
	border:none
}

/*PERSONALIZADOS*/
#hmenuButton{
	clear:both;
	float: right;
	width:100px;
	border: solid 1px white;
	margin:5px;
	top:0px
}

#hmenuButton ul {
	background-color:#FE6602;
	text-align: center;
	margin: 0;
	padding: 0;
}

#hmenuButton li {
	margin: 0px;
	padding: 2px 2px 2px 2px;
	list-style-type: none;
	border-top: 1px solid white;
	width: 100%;
	display: block;
	font-size:10px
}
#hmenuButton li a
{ 	
	font-size:10px
}
#hmenuButton li a:hover
{ 
	background-color:#FFCC00;
	text-decoration:underline
}
#hmenuButton li a:visited{ 
	color:#FFFFFF;
	text-decoration:none
}
#hmenuButton li a:link{ 
	color:#FEFDE9;
	text-decoration:none
}

#hmenu{
	margin-left:0px;
	padding-left:0px;
	margin-bottom:5px;
	float: left
}

#hmenu ul {
	background-color:#4386BC;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	padding-bottom:3px;
	padding-top:2px
}

#hmenu li {
	list-style-type: none;
	padding: 10px;
	border-left: 1px solid white;
	display: inline;
	font-size:10px
}

#hmenu li:first-child 
{
	border: none;
}

#hmenu li a
{ 	
	font-size:10px
}
#hmenu li a:hover
{ 
	background-color:#333333;
	text-decoration:underline
}
#hmenu li a:visited{ 
	color:#FFFFFF;
	text-decoration:none
}
#hmenu li a:link{ 
	color:#EFEFEF;
	text-decoration:none
}


#discretMenu{
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow:hidden;	
}

#discretMenu ul {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom:3px;
}

#discretMenu li {
	list-style-type: none;
	padding:3px;
	margin:0px;
	border-left: 1px solid #CCCCCC;
	display: inline
}

#discretMenu li:first-child 
{
	border: none;
}

#discretMenu li a
{ 	
	font-size:10px;
}
#discretMenu li a:hover
{ 
	background-color:#3399CC;
	text-decoration:underline;
}
#discretMenu li a:visited{ 
	color:#666666;
	text-decoration:none;
}
#discretMenu li a:link{ 
	color:#999999;
	text-decoration:none;
}
#discretMenu strong{ 
	color:#999999;
	text-decoration:none;
}

#flagMenu{
	float: right;
	margin-right: 0;
	padding-right: 0;
	position:absolute;
	top:0px;
	right:0px
}

#flagMenu ul {
	text-align: center;
}

#flagMenu li {
	list-style-type: none;
	display: inline;
	border: none;
}

#body
{
	clear: both;
	margin-left:0px;
	padding-left:0px;
	height:95%
}

#body div.foot
{
	clear: both;
	font-size:8px;
	text-align:center;
	padding-top:15px;
	font-size:10px;
	position:relative;
	border-top-style:dashed;
	border-top-color:#3399CC;
	border-top-width:1;
	height:20%;
	width:95%;
	color:#000000
}

#body div.content
{
	float:left;
	width:55%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-right-style:dashed;
	border-right-color:#3399CC;
	border-right-width:1;
	margin-bottom:10px;
}
#body div.extra
{
	float:right;
	width:19%;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
	border-right-style:dashed;
	border-right-color:#3399CC;
	border-right-width:1;
	margin:0px;
}

#body div.ads
{
	float:right;
	width:19%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-size:14px;
}

#body div.ads div.adsR
{
	text-align:center;
	margin-top:5px;
	padding-bottom:5px;
	font-size:10px;
}

#body div.ads div.adsR img
{
	border-style:none;
}

#body div.adsR p
{
	padding-top:15px;
	margin:0px
}

#msgBox
{
	visibility:hidden;
	font-size:14px;
	color:#5346EE;
	background-color:#E6EAFB;
	float:left;
	z-index:1000;
	position:fixed;
	padding:10px;
	border-color:#5346EE;
	border-width:thick;
	border-style:double;
	max-width:250px;
}

#msgBox input {
	float:right;
	font-weight:bold;
	background-color: #E6EAFB;
	border: thin solid #5346EE;
	color:#5346EE;
	text-align:center
}

#message
{
	color:#FF0000;
}

#pathMenu
{
	clear: left;
	margin-left:0px;
	padding-left:0px;
	top:0px;
	color:#4386BC;
	margin-bottom:5px;
}


#action{
	font-style:italic;
	color:#FE6602;
	cursor:pointer
}


#result{
	border-bottom-color:#FE6602;
	border-bottom-width:medium;
	border-bottom-style:dotted;
	padding-top:10px;
	font-size:9px
}
#result:last-child 
{
	border: none
}

#search
{
	clear:both;
}

#license
{
	background-color:#D8FADA;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px
}
#license img
{
	margin-bottom:10px;
}
 
#list
{
	color:#000000
}


#list em
{
	font-size:10px
}

 

#miniadd p
{
	line-height:0px;
}

#extraAds
{
	width:100%;
	padding:10px;
}

#extraClientAds
{
	width:80%;
	padding:10px;
	margin:10px;
	background-color:#D8FADA;
}

#search
{
	clear:both;
	margin-top:0px;
	padding-top:0px
}

#chat{
	margin-top:10px; 
	overflow:auto;
	height:75%;
	width:100%;
}

#chat p{
	margin:2px; 
	padding:2px;
	font-size:11px;
}
 
#divMessage
{
	color:#FF0000
}

 
#tipCommandHidden a:hover
{ 	
	background-color:#FE6602;
	text-decoration:underline
}
#tipCommandHidden a:visited{ 
	color:#FFCC00;
	text-decoration:none
}
#tipCommandHidden a:link{ 
	color:#FF9900;
	text-decoration:none
}
#field
{
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;
	font-size:11px
}
 

#index
{
	margin-right:30%;
	margin-bottom:50px;
}

#index ul li, #listcool
{
	list-style-image:url(../imgs/dicd16x16.png);
	list-style-position:inside;
	margin-bottom:5px
}
#index ul li a
{
	vertical-align:top
}

#options img
{	
	height:75px;
	width:75px;
}
 
#imgChatLink
{
	background:#999999;
	width:110px;
	height:110px;
}

#imgChatLink img
{
	background:#999999;
	width:100px;
	height:100px;
	border-style:double;
	border-color:#FFCC00;
	border-width:thin
}

#divMessage
{
	background:#FF0000;
	color:#FFFFFF;
	position:absolute;
	top:30px;
	right:0px
}


#logs{
	margin-top:10px; 
	overflow:auto;
	height:20%;
	width:100%;
}

#logs p{
	margin:2px; 
	padding:2px;
	font-size:11px;
}

/*UTILITARIOS*/

.inlinebr
{
}

.inlinebr p{
	clear:both;
	margin:0px;
	padding:0px;
}
.inlinebr
{
}

.inlinebr p{
	clear:both;
	margin:0px;
	padding:0px;
}

.hidden
{
	visibility:hidden;
}

.leftup
{
	position:absolute;
	top:0px;
	left:0px
}
.par
{
	background:#FFF3E8
}
.impar
{
	background:#FFFFCE
}
.imgLink
{
	cursor:pointer;
	background:#FFFFFF
}

.contour
{
	padding:15px;
	border:dotted thin #FFCC00;
	background:#FFECD9
}

.button
{
	text-align:center;
}

.centerAlign
{
	text-align:center
}

.thinMargin
{
	margin:10px;
} 
 