/* TAGS comunes */

body{
	margin: 0;
	padding: 0; 
	background-color: #C1D5EA;
	font: 76%/1em  Verdana, 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-align: center;
}

td, li, p {
	font-size: 92%;
	line-height: 1.51em;
	}
	
img{
	border:0;
}


/* CONTENEDOR */

#contenedorSitio{
	background-color: #FBFBFB;
	position: relative;
	text-align: left;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	width: 760px; /* ie5win hack start */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px;
	} html>body #contenedorSitio {
	width: 760px; /* ie5win hack end */
}
		
/* LOGOS CABECERA */

#logosInst{
	width: 760px;
	height: 69px;
	background-image: url(../img/template/header_fondo.jpg);
	background-repeat: no-repeat;
}

#logosInst img{
	display: inline;
	float: left;
	padding: 8px 0 0 22px;
}

#logoMin{
	padding-left: 570px;
}


/*************************************************
			Botonera Horizontal
**************************************************/

.menu ul, .menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


div.menu {
	position: absolute;
	top: 24px;
	left: 329px;
}

div.menuTit {
	position: absolute;
	top: 16px;
	left: 160px;
	
}

div.menu a{
	text-decoration: none;
}

li.menu1{
	width: 400px;
	height: 21px;
}

li.menu1 a{
	background-image: url(http://coleccion.educ.ar/coleccion/img/template/menu_tit.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #A60520;
	height: 21px;
	padding: 0 75px 6px 75px;
	font-family: "Trebuchet MS", Arial, Verdana, Georgia;
}

li.menu2 a, li.menu3 a, li.menu4 a{
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 0;
	padding-left: 7px;
	color:#000;
	background-image: url(http://coleccion.educ.ar/coleccion/img/template/menu_med.gif);
	background-repeat: no-repeat;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	font-family: "Trebuchet MS", Arial, Verdana, Georgia;
	vertical-align: top;
	height: 18px;
}

li.menu2 a{
	background-image: url(http://coleccion.educ.ar/coleccion/img/template/menu_top.gif);
	height: 19px;
	background-position: 0 3px;
	padding-top: 5px;
	margin-top: 0;
}

li.menu3 a{
	font-size: 106%;
	margin-top: 0;
}

li.menu4 a{
	background-image: url(http://coleccion.educ.ar/coleccion/img/template/menu_bot.gif);
	height: 19px;
	margin-top: 0;
}

#smenu1{
  	display: none;
	float: left;
	width: 230px;
	text-align: left;
	vertical-align: middle;
	color: #000;
}

#smenu1 a{
	font-weight: normal;
	border: 0 none;
	/*height: 16px;*/
	color: #000;
	font-size: 106%;
}

#smenu1 a:hover{
	text-decoration: none;
	color: #A60520;
}


/* TITULO CD CABECERA */

#barraTituloCD{
	width: 760px;
	height: 41px;
	background-image: url(../img/template/back_titulera.gif);
	background-repeat: no-repeat;
}

#tituloCD{
	display: inline;
	float: left;
	padding: 6px 0 0 227px;
}

#tituloCD2{
	display: inline;
	float: left;
	padding: 6px 0 0 227px;
}

#tituloCD3{
	display: inline;
	float: left;
	padding: 6px 0 0 227px;
}

#numeroCD{
	display: inline;
	float: left;
	padding: 0;
	padding: 2px 0 0 102px;
}

/* CUERPO DEL SITIO */

#cuerpoFondo{
	width: 760px;
	display: inline;
	float: left;
	background-image: url(../img/template/back_cuerpo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#cuerpoSitio{
	width: 760px;
	background-image: url(../img/template/back_cuerpo.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
#cuerpoDeg{
	display: inline;
	float: left;
	width: 760px;
	background-image: url(../img/template/back_deg.jpg);
	background-repeat: no-repeat;
	background-position: 12px 0;
	}
	
/* BOTONERA INFERIOR */

#botoneraSitio{
	width: 760px;
	height: 64px;
	background-image: url(../img/template/back_piso.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}


.break {
	display: block;
	page-break-before: always;
	visibility: hidden;
}

