﻿/* DIV PARA EJEMPLO DEL TAB*/
#liga_videos{
	margin:auto;
	width:329px;
	height:335px;
	margin-top:3px;
}

/* TAB CONTENEDOR GENERAL */
#TABcontenedor {
	height:325px;
	left:0px;
	position:absolute;
	top:0px;
	width:350px;
	z-index:1;
}
/* TAB CONTENEDOR GENERAL */


/*  FORMATO DEL TAB ENCABEZADOS */
#tab_encabezado {
	position:relative;
	
}
.cssELTABopc {
	background-repeat:no-repeat;
	float:left;
	margin-right:2px;
	width: 111px;
}
/* FIN FORMATO DEL TAB ENCABEZADOS*/



/* FORMATO DE LOS CONTENEDORES DE HTML */
.tab_supercontenedor {
	clear:both;
	width:350px;
	height:354px;
	background:#FFFFFF url(Images/eltab/round_tab_bottom.gif) left bottom no-repeat;
/*	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:6px;	
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;*/
	
}
.tab_contenedor{
	clear:both;
	width:340px;
	height:345px;
	position:relative;
	left:5px;
	top:5px;
	overflow:auto;
	font-family:  "Lucida Grande", Lucida, Arial, sans-serif;
}

/*  FIN FORMATO DE LOS CONTENEDORES HTML*/
.titulo_contenedor{
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial,  sans-serif;
	color: #5a4840;
	padding: 5px 0 7px 3px;
	letter-spacing: -1px;
	font-weight:bold;
}

/* VIDEO */
#video{
	margin: 0 0 0 8px;
	padding: 0px;
	width: 321px;
	height:212px;
	background:#CCCCCC;

}
#info_video{
	padding: 0px;
	margin: 0px;
}
#info_video h5{ 
	color:#5a4840; 
	font-family: arial; 
	font-size:12px; 
	font-weight: bold; 
	padding: 9px 0 4px 8px;
	margin: 0px;
}
#info_video p{ 
	margin: 0px;
	color:#4a5f67; 
	font-family: arial; 
	font-size:11px; 
	padding: 0px 7px 5px 8px;
}

.boton_video a{
	margin: 10px 7px 0 0;
	float: right;
	display:block;
	width: 88px;
	height:21px;
	background: transparent url(Images/eltab/tab_btn_off.png) top left no-repeat;
}
.boton_video a:hover{
	background: transparent url(Images/eltab/tab_btn_on.png) top left no-repeat;
}

/* SABIAS QUE */
#sabiasq{
	padding: 0px;
	margin: 5px 10px 10px 10px ;
}
.lista_sabiasq {  
	 font: 12px   "Lucida Grande", Lucida, Arial, sans-serif;
	color: #4c483d;
	margin: 0px;
	padding: 0px;
}

.lista_sabiasq  ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.lista_sabiasq  li
{
	list-style: none;
	display:block; 
	background:url(Images/eltab/bullet_azul.gif) 0px 4px no-repeat;  
	padding:5px 10px; 
	margin: 3px;
	border-bottom: 1px solid #ddecf4;
}
/* SITIOS */
div#sitios {
	margin:  0 10px;
	font-size: 11px;
}
ul.listasitio {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul.listasitio li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background: none;
}

ul.listasitio li a {
	display: block;
	padding: 7px 0;
	text-decoration: none;
	font-weight: normal;
	color: #4a5f67;
	border-bottom: 1px solid #ddecf4;
}

ul.listasitio li a:hover {
	color: #303e51;
}

/************Inicio estilo pizarrones******************/
.InteriorRecuadro1 {
 
 background-image:url(/PublishingImages/board_body.png);
  background-repeat:repeat-y; 
  padding:10px 25px 10px 22px;
  font-family: "Comic Sans MS", squeaky chalk sound; 
  color:#ffffff; 
  line-height:23px;
  vertical-align:top;
  font-size:medium;
  color:yellow;
}

.InteriorRecuadro2 {
				background-image: url('/PublishingImages/board_bodyB.png');
				background-repeat: repeat-y;
				padding: 10px 25px 10px 22px;
				font-family: "Monotype Corsiva";
				color: #ffffff;
				line-height: 52px;
				vertical-align: top;
				font-size: 50px;
}
/* CSS Document */
#board{
	height: 345px;
	width:320px;
	background: transparent url('/PublishingImages/bg_blackboard.png') 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}
#board_green{
	height: 345px;
	width:320px;
	background: transparent url('/PublishingImages/bg_greenboard.png') 0 0 no-repeat;
	margin: 0;
	padding: 0;
	
	}
#board_content{
	font-family: 'QikkiRegRegular', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	width: 305px;
	height: 310px;
	overflow: auto;
	padding: 10px 0 0 15px;
	font-family:"Tempus Sans ITC" !important;
	
	}
	#board_content_green{
	font-family: 'QikkiRegRegular', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	width: 305px;
	height: 310px;
	overflow: auto;
	padding: 10px 0 0 15px;
	font-family:"Lucida Calligraphy" !important;
	
	
	}

ul.flecha {
	list-style-position: outside;
	list-style-image: url('/PublishingImages/ico_board_arrow.png');
	padding: 6px;
	margin: 14px;
	
}

ul.flecha li{
	line-height: 18px;
	margin-bottom: 5px;
}
/***********Fin estilos pizarrones**************/
