/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 11px;
 font-weight:bold;
 color:#1F5DE2;
 background-image:url(../images/bg_h1.gif);
 background-repeat:no-repeat;
 background-position:left bottom;
 height:30px;
 vertical-align:top;
}

h2{
 font-size: 17px;
 color: #FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-image:url(../images/bg_title_content.gif);
 background-repeat:no-repeat;
 width:515px;
 height:22px;
 font-weight:bold;
 text-indent:5px;
 margin-bottom:10px;
 margin-top:5px;
}

h3{
font-family: Arial,sans-serif;
 font-size: 11px;
 font-weight:bold;
 color:#1F5DE2;
 margin-bottom:0px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type:disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap{
	width:766px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	border:none;
	margin-top:0px;
	margin-bottom:0px;

	}
	
#wrap_content{
	width:766px;
	padding:0px;
	background-color:#FFFFFF;
	border:none;
	margin:0px;
	border:none;
	}

#masthead{
	margin: 0;
	padding: 0px 0px;
	border:none;
	width: 100%;
}

#navBar{
	margin: 0 0 0 15px;
	padding: 0px;
	width:200px;

}

#content_home{
	width: 525px;
	margin: 0 0px 0 15px;
	padding: 0 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
}

#content{
	width: 515px;
	margin: 0 0px 0 15px;
	padding: 0 10 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
}

#content a:link, a:visited{color: #006699;
	text-decoration: none;}
	
#content a:hover{text-decoration: underline;}

#content img{
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	
	
	}

#menu{
	width:766px;
	height:42px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}
#breadCrumb a:link, a:visited{
	color:#185FFF;
	text-decoration:none;
}
#breadCrumb a:hover{
	color:#cccccc;
	text-decoration:none;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: none;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding:90px 0px 0px 17px;
	border:none;
	background-image:url(../images/bg_search.jpg);
	background-repeat:no-repeat;
	height:77px;
	margin-bottom:15px;
}

#search form{
 margin: 0px;
 padding:0px;
 padding-right:3px;
 background-image:url(../images/bg_form.jpg);
 background-repeat:no-repeat;
 height:39px;
 width:266px;
 vertical-align:middle;
 text-align:right;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/*#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/********** #border_top **********/

#border_top{
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
height:17px;
}


/********** .interes **********/

.interes{
	padding-left:25px;
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(../images/bullet_interes.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
	padding-right:10px;
}

.interes a:link, .interes a:visited{
text-decoration:none;
color:#000000;
}
.interes a:hover{
text-decoration:none;
color:#0000FF;
}

.form{
	vertical-align:middle;
	padding-top:0px;
}

.search_field{
	height:15px;
	vertical-align:middle;
	float:right;
	}
	
.banner{
	text-align:center;
	padding-top:10px;
	}


/***** #box y flash del home ******/

#box_border_blue{
	margin-top:15px;
	width:228px;
	height:213px;
	background-image:url(../images/box_border_blue.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:left;
	float:left;
}



#box_border_blue img{
	margin-top:10px;
	display:block;
	margin-bottom:5px;
	}

#box_border_orange{
	margin-top:15px;
	width:190px;
	height:118px;
	background-image:url(../images/box_border_orange.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-align:justify;
	float:left;
}

#box_border_orange img{
	margin-top:10px;
	display:block;
	margin-bottom:5px;
	}
	

#flash_cepillos{
width:265px;
height:213px;
margin-left:10px;
float:right;
margin-top:15px;
}

#flash_diviertete{
width:185px;
height:115px;
margin-right:10px;
margin-left:10px;
float:right;
margin-top:15px;
}


#facebook{
width:144px;
height:50px;
margin-right:10px;
margin-left:10px;
float:right;
margin-top:15px;
}


#niņos{
background-image:url(../images/zona_de_ninos.jpg);
background-repeat:no-repeat;
height:183px;
font-size:12px;
color:#FFFFFF;
padding-top:80px;
padding-right:5px;
margin-top:10px;
}

#niņos ul{color:#FFFFFF;
text-decoration:none;}

#niņos ul li{color:#FFFFFF;
text-decoration:none;}

#niņos ul li a:link{
color:#FFFFFF;
text-decoration:none;}

#niņos ul li a:visited{
color:#FFFFFF;
text-decoration:none;}

#niņos ul li a:hover{
color:#FFFFFF;
text-decoration:underline;}

#bebes{
background-image:url(../images/zona_de_bebes.jpg);
background-repeat:no-repeat;
height:143px;
font-size:12px;
color:#FFFFFF;
padding-top:80px;
padding-right:5px;

margin-bottom:10px;
}

#bebes ul{color:#FFFFFF;
text-decoration:none;}

#bebes ul li{color:#FFFFFF;
text-decoration:none;}

#bebes ul li a:link{
color:#FFFFFF;
text-decoration:none;}

#bebes ul li a:visited{color:#FFFFFF;
text-decoration:none;}


#bebes ul li a:hover{
color:#FFFFFF;
text-decoration:underline;}

#juegos{
background-image:url(../images/bg_juegos.jpg);
background-repeat:no-repeat;
width:505px;
height:270px;
padding-top:120px;
padding-left:10px;
}

.juegos{
background-image:url(../images/bg_juegos_int.jpg);
background-repeat:no-repeat;
width:500px;
height:344px;
padding-top:50px;
padding-left:15px;
}

.juegos_table_sopa{
 height:290px; 
 width:487px;
 background-image:url(../images/bg_juegos_content.gif);
 background-repeat:no-repeat;
}

.juegos_table_puntos{
 height:290px; 
 width:487px;
 background-image:url(../images/bg_juegos_puntos.gif);
 background-repeat:no-repeat;
}



.td_juegos{
	padding-left:10px;
	padding-top:25px;
	padding-right:10px;
	color:#000000;
}
