/*el reset.css anula las propiedades que traen los tags por deault*/
@import"reset.css";

html{
	width:auto;
	height:100%;
	background:url("../../../estilos_css/imagenes/fondo_html_copia3.jpg");
	margin:auto;

}

body {
	width:750px;
	height:700px;
	background-color:#F7931E;
	margin:auto;

	
}

#encabezado {
	position:absolute;
	width:750px;
	height:140px;
	background:url("../../../estilos_css/imagenes/encabezado_con_coop.gif");
	margin:auto;
	
	
}

#encabezado h2{
	padding-top:20px;
}
	
#encabezado h4 , h3, h2{
	padding-left:165px;	
	color:#ffffff;
	text-align:center;
	font-family:Trebuchet MS; 
	font-weight: bold;	
}

#encabezado h2 {
 
	font-size:22px;
}

#encabezado h3 {
   padding-bottom:10px;
	font-size:20px;
}

#encabezado h4{
	
	font-size:14px;
}

#botonera{
	position:absolute;
	width:730px;
	height:103px;
	margin-top:140px;
	display:block;
	float:left;
	z-index:5;
	margin-left:10px;
}

#botonera li {
	height:70px;
	display:block;
	float:left;
	font-size:14px;
	color:#ffffff;
	font-family:Trebuchet MS; 
	font-weight:bold;
	
}

#btn_home {
	background:url("../../../estilos_css/imagenes/btn_chico.gif") no-repeat;
	padding-top:23px;
	padding-left:15px;
	margin-left:5px;
	margin-top:10px;
	width:60px;
}
#btn_institucional {
	background:url("../../../estilos_css/imagenes/btn_grande.gif") no-repeat;
	padding-top:33px;
	padding-left:4px;
	margin-left:5px;
	width:100px;
}

#btn_jardin{
	background:url("../../../estilos_css/imagenes/btn_chico.gif") no-repeat;
	padding-top:22px;
	padding-left:15px;
	margin-top:10px;
	width:70px;
}

#btn_primaria{
	background:url("../../../estilos_css/imagenes/btn_mediano.gif") no-repeat;
	padding-top:27px;
	padding-left:11px;
	margin-left:0px;
	margin-top:5px;
	width:70px;
}

 #btn_talleres{
	background:url("../../../estilos_css/imagenes/btn_mediano.gif") no-repeat;
	padding-top:28px;
	padding-left:12px;
	margin-top:5px;
	margin-left:10px; 	
	width:70px;
}
#btn_galeria{
	background:url("../../../estilos_css/imagenes/btn_chico.gif") no-repeat;
	padding-top:22px;
	padding-left:11px;
	margin-top:10px;
	margin-left:10px; 	
	width:60px;
}

#btn_contacto{
	background:url("../../../estilos_css/imagenes/btn_mediano.gif") no-repeat;
	padding-top:28px;
	padding-left:12px;
	margin-top:5px;
	margin-left:8px; 	
	width:70px;
}

#btn_actividades{
	background:url("../../../estilos_css/imagenes/btn_grande.gif") no-repeat;
	padding-top:34px;
	padding-left:8px;
	margin-left:12px;
	width:80px;
}

#botonera li a:link{
	color:#ffffff;
	text-decoration:none;
}

#botonera li a:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:15px;
}

#botonera li a:visited{
	color:#ffffff;
	text-decoration:none;
}

#todalatabla{
	position:absolute;
	margin-top:250px;
	margin-left:75px;
}

table.index_table
{
  border-collapse: collapse;
}

td.index_table_cell
{
  width: 20%;
  padding: 5px;
  border: solid 1px #FFFFFF;
}

td.index_subcat_table_cell
{
  padding: 5px;
  border: solid 1px #FFFFFF;
}

.gallerytitle {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #F7931E;
  text-decoration: none;
}

.thumbnailtabletitle {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #F7931E;
  text-decoration: none;
}

.thumbnailtitle {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #F7931E;
  text-decoration: none;
}

.thumbnail {
  text-align: center;
}

.thumbnail_title {

  text-align: center;
}

.navigationtext {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #F7931E;
  text-decoration: none;
}

.navigationdisabledtext {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #CCCCCC;
  background-color: #F7931E;
  text-decoration: none;
}

.indexquicklist {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #F7931E;
  text-decoration: none;
}

#volver{
	position:absolute;
	margin-top:615px;
	margin-left:585px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#volver a:link{
	color:#ffffff;
	text-decoration:none;

}

#volver a:hover{
	color:#ffffff;
	text-decoration:none;
	font-size:15px;

}

#volver a:visited{
	color:#ffffff;
	text-decoration:none;
	  
}

#pie {
	position:absolute;
	width:750px;
	height:20px;
	margin-top:690px;
	background:url("../../../estilos_css/imagenes/pie.gif");
}

#pie h6 {
	text-align:center;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	font-family:Trebuchet MS; 
}
