/*=============================
M
K  global styles                  
P
=============================*/
body {
	background: url(../mkDad_Dadicar/images/fondo.png);
	font-size: 10px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin:0px; 
	padding:0px; 
	text-align: center; 
}

/* portal wrapper */
#mkwrapper {
	text-align:left; 	
	margin: 0px auto 0px auto;
}

/* logostrip */
#mklogostrip {
    background: url(../mkDad_Dadicar/images/logo.swf);
	background-color: #120F2E; /*fondo del logo*/
	text-align: left;
}

/* global font formatting */
table,
tr,
td,
.tdglobal {
	font-size: 12px; 
	color: #ffffff;      /*texto centro portal*/  
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

/* main portal table */
.tabmain {
    background: url(../mkDad_Dadicar/images/fondo.png);
	margin:0px;
	padding:0px;	
}

/* image link border */
img {
	border: 0px;
	vertical-align: middle; 
}

/*=============================
M
K  LIGHT BACKGROUND
P
=============================*/
.modulecell,
.urlo2,
.tabnews,
.trattini,
.tabmain,
.tablemenu,
.taburlo {
    background-color: #5a6a84; /*fondo calendario*/
	color: #ffffff;  
}

/*=============================
M
K  MEDIUM BACKGROUND
P
=============================*/
.navigatore,
.tdblock,
.moduleborder {
    background: url(../mkDad_Dadicar/images/cz1.png);/*fondo bloques laterales*/
	background-color:  #31304E; 
	border-left: solid 2px  #31304E; /*izquierda*/
	border-right: solid 2px #31304E;  /*derecha*/
	border-top: solid 1px #31304E;        /*inferior*/          
	border-bottom: solid 1px #31304E; /*superior*/
	color: #ffffff;
}

/*=============================
M
K  DARK BACKGROUND
P
=============================*/
.urlo,
.sottotitolo {
	background-color:transparente;/*Barra ultimos mendajes*/
	color: #ffffff;
}

/*=============================
M
K  border and divider styles
P
=============================*/
.tabmain,
.tablemenu, 
.taburlo,
.urlo2,
.trattini,
.trattini2,
.trattini3 {
    background:  url(../mkDad_Dadicar/images/fondo.png);
	border: 1px solid #637086;  /* Borde Bloques del centro y laterales */
}
	
.trattini {
	border-width: 1px 0 0 0;
	border-top-style: dashed;
}

.trattini3 {
	border-width: 0 0 1px 0;
	border-bottom-style: transparent;
}

/* deprecated - used only in tpl_main.php */
 .vspacer
{
	background-image: url(MKPORTALIMGDIR/punto_vert.gif);
	background-repeat: repeat-y;
	background-color: transparent;	
} 

/*=============================
M
K  hyperlink styles
P
=============================*/
/* global links */
a:link, 
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	/*ultimos mensajes del mensajero*/
	text-decoration: none;	
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;	
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-decoration: none; 	
}

/* bold navbar, block, module links */
a.uno:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; /*testo (chat) barra superior*/
	font-weight: bold;
	text-decoration: none
}

a.uno:visited {	
	font-size: 12px; 
	color: #ffffff;    /*testo menu superior*/ 
	font-weight: bold; 
	text-decoration: none
}


a.uno:hover {
	font-size: 12px;
	color: #FFFFFF;   /*testo recambio menu superior*/

	font-weight: bold;
	text-decoration: underline;
}

/* block text links */
.tablemenu a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;	
	text-decoration: none;	
}

.tablemenu a:hover {
	text-decoration: underline;
	color:#FFFFFF ;  
}

.tablemenu a:active { 
	text-decoration: none; 	
	color:#FF0000; /*Rojo*/
}

/* global contrasting text and hyperlink color */
.mktxtcontr,
a.mktxtcontr:link, 
a.mktxtcontr:visited {
	color:#39474F ; 
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* contrasting text and hyperlink color 2 (admin) */
.mktxtcontr2,
a.mktxtcontr2:link, 
a.mktxtcontr2:visited {
	color: #6600FF;
	font-weight: bold;
	text-decoration: none;
}

a.mktxtcontr2:hover {
	font-weight: bold;
	text-decoration: underline;
}

/*=============================
M
K  form styles
P
=============================*/
/* remove margin after closing "form" tag in MSIE */
form {
    background:  url(../mkDad_Dadicar/images/fondo.png); /*calendario*/
	margin: 0;
	padding: 0
}

input,
textarea,
select,
.bgselect, 
.mkbutton 
{
	background: url(../mkDad_Dadicar/images/fondo1a.png);/*calendario*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	color:#000000 ;   /*COLOR texo noticias rss panel control y cambio del aņo en calendario*/
	vertical-align: middle;
}
	
.blsubmit,
.mkbutton {
	border: 2px #ffffff; 
}

.mkbutton { 
	padding: 3px;
}

.mkbbbutton { 
	margin: 0;
	padding: 0;
}
	
.mkradio {
	background-color: transparent;
	border: 2px;		
}

textarea.mkwrap1 {
	overflow: auto;
	/* width: 230px; */
	width: 100%;
}

/* edit blog textarea */
textarea.mkwrap2 {
	overflow: auto;
	width: 500px ;
}

/* block input */
.mkblkinput {
	background-color:#ffffff; 
 	font-size: 9px;
	border: 1px dashed #6600FF; 
	margin: 2px;
}

/*=============================
M
K  navstrip styles
P
=============================*/
/* top navstrip */
.navigatore {
    background: url(../mkDad_Dadicar/images/cz_cen.png); /*barra superior*/
	vertical-align: bottom;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 9px;
}

/*=============================
M
K  block styles
P
=============================*/
.blocks {
	padding: 0px;
}

/* block header/footer corner images - portal skin only */
.tdmenblock {
	font-size: 0px;	
	padding: 0px;  
	margin: 0px; 
	vertical-align: top;
	background-color:transparent; 
}

/* block td cell */
.tdblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 2px;	
}
.tdblock2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00FF00; 
	margin: 2px;	
}

/* block title bar */
.sottotitolo {
	vertical-align: middle;	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	color: #ffffff;                   /*testo imagen*/
	background-color:transparent; 
}

/* horizontal spacer between blocks */
.tdspacer {
	line-height: 0px;
}

/*=============================
M
K  module global styles
P
=============================*/
/* module table headings */
.modulex {	
	background-color:#4A576C; /*fondo panel control*/
	height: 10px;          
	border: 3px solid#000000 ;/*puntos de seleccionar panel control*/
}

th.modulex {	
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffffff !important;              /*dias de las semana*/
	background-image:url(../mkDad_Dadicar/images/cz1.png) !important;    /* fondo dias de las semana*/
	height: 25px;
	/* font-weight: normal;*/
	white-space: nowrap;
}

/* Reviews description text */
.modulelite {
	font-size: 8pt;
	color:#39474F; 
}

/* center block padding (news, admin) */
.contents {
	padding: 10px;
}

/* module pagination links */
.mkpagelink {
	background-color:#33CC00; 
	border: 1px solid #000000; 
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight: normal;
}

.mkpagelinklast {
	background-color: #dfe6ef;
	border: 1px solid #072a66;
	padding:1px 3px 1px 3px;
	color: #000;
	font-weight:normal;
}

.mkpagecurrent {
	background-color: #ffc9a5;
	border: 1px solid #000000;
	padding:1px 3px 1px 3px;
	color: #A50323;
	font-weight:normal;
}

/* admin cp titles with top border - used in frontend and backend */
.titadmin {
	margin: 0px;
	font-weight: bold;
	font-size: 11px; 
	color: #496c9f;
	border-top: 1px dashed #5c88c8;
}
/*=============================
M
K  shoutbox module styles
P
=============================*/
/* module table with border (shoutbox, news) */
div.taburlo {	
	width: 100%; /* center in IE */	
}

td.taburlo{
	margin:0px;
	background: url(../mkDad_Dadicar/images/granito.png); /*marco portal*/
	padding:10px;
	border: 0;
}

td.taburlo{
	margin:0px;
	padding:5px;
	border: 0;
}
	
/* shouter and date cell */
.urlo {
	line-height: 18px;
	vertical-align: bottom;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	/* color: #666666; */
	padding: 4px;		 
}

/* shout cell */
.urlo2 {
	padding: 4px;	
	/* border-bottom: 1px solid #5c88c8; */
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: left;
	color: #dfdfdf;
	font-size: 11px;
	font-weight: bold;
}

/* white shouter text */
.urlocontrast {	
	color:#ffffff;  /*textomensajero*/
}

/*=============================
M
K  news module styles
P
=============================*/
/* news table with border */
.tabnews {
      background: url(../mkDad_Dadicar/images/fondo_cen.png);
	margin:0px; 
	padding:0px;
	font-size: 10px;
	color: #171717;	

}

/*=============================
M
K  font styles
P
=============================*/
/* red error page text */
.mkerror {	
	font-size: 12pt;
	color: #ff0000;
	font-weight:bold;
}

/* MKPQuote quotation text */
.mkquote { 		
	color: #0000ff;	
}

.ecardtitle,
.offlinetxt {
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
}

/*=============================
M
K  BBcode quote styles
P
=============================*/
.mkquoteball {
	font-size: 9px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #1F2A11;	
	padding: 0;	
}

.mkquotetext {
	font-size: 10px; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}
table .mkquotetable{				
	width: auto; 
	text-align: left;
}
.bghighlight1 {
	background-color:#32314F ; 
}
.bghighlight2 {
	background-color: #EFCBCB;
}
.mkcopyright {
	font-size: 10px;
}
.mkcopyright a {
	text-decoration: none;
}
#mkcaltoday {
	border:2px;
	border-style:outset;
	background-color: #ffffff; 
}

#siteNavDiv {
	width:900px;
	height:30px;
}
#siteNav, #siteNav ul {
	float:inherit;
	list-style:none;
	padding:0 0 0 4px;
	margin:0;
	color:#6600CC;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}

#siteNav li .link1:hover{
}

#siteNav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:7px 0 5px;
}

#siteNav li {
	float:left;
	height:27px;
	padding:0 0px;
}

#siteNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	font-size:1em;
	font-weight: normal;
	margin:0 0 0 -10px;
	background:#630101;
	z-index:99;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}

#siteNav li li {
	height: 25px;
	border:none;
	clear:both;
}
#siteNav li ul a {
	white-space:nowrap;
	color:#ffffff;
}
#siteNav li:hover ul ul, #siteNav li:hover ul ul ul, #siteNav li.sfhover ul ul, #siteNav li.sfhover ul ul ul {
	left: -999em;
}
#siteNav li:hover ul, #siteNav li li:hover ul, #siteNav li li li:hover ul, #siteNav li.sfhover ul, #siteNav li li.sfhover ul, #siteNav li li li.sfhover ul {
	left: auto;
}
html>body #siteNav li:hover ul, html>body #siteNav li.sfhover ul { width:165px; }


#siteNav li ul a:hover, #siteNav li ul a.sfhover {
	color:red;
}

#siteNav li.home { width:80px; padding-left:6px; }
* html #siteNav li.home { width:83px; }

#siteNav li.link { width:80px; }
* html #siteNav li.link { width:100px; }
/* end global site navigation */