/* Documento CSS para debamatika */
html{ width: 100%; height: 100%;}

body {
	width: 100%; height: 100%;
	text-align: center;
	background: url(Imagenes/fondo.jpg);
	font-size: 12px;
	font-family: Arial;
	
}
#cuerpo{
margin-bottom: 20px;
}
#contenedor{
	text-align: left;
	width: 800px;
	margin: auto;
	border-bottom: solid #666666 2px;
	border-left:solid #666666 2px;
	border-right:solid #666666 2px;
	background-color: #FFFFFF;
}
#cabecera{
	color: #FFFFFF;
	font-weight: bold;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(Imagenes/cabecera.jpg);
}
#cabecera h1,h2{
	display: none;
}
#cabecera_int{
	width: 600px;
	text-align:right;
	float: right;
	margin: 170 0 0 0;
}


#lateral{
	width: 250px;
	float:right;
	margin-top: 10px;
}
#principal a:link{ color: #CCCCCC; font-size:12px; font-weight:bold; text-decoration:none;}
#principal a:visited{ color: #cccccc; font-size:12px; font-weight:bold; text-decoration:none;}
#principal a:hover{ color:#FFFFFF; font-size:12px; font-weight:bold; text-decoration:none;}
#principal a:active{ color:#CCCCCC; font-size:12px; font-weight:bold; text-decoration:none;}

.menu a:link{ color:#FFFFFF;text-decoration: none;}
.menu a#tipo:hover { font-size:12px; font-weight:bold; color: #FFFFFF;	text-decoration: none;}
.menu a:visited {color:#FFFFFF; text-decoration: none;}
.menu a:active {text-decoration: none;}
.menu a {
  font-size: 12px;
  font-family:"Arial";  
  display:block;
  text-align:center;
  float:left;
  border:1px solid #F3F8FB;
  background-position:left top;
  background-repeat:no-repeat;
  width:110px;
  height:25px;
  padding:2 0 0 0;
  margin-left:7px;
}

.menu a:hover { background-position: 0 -46px; text-decoration: none; }
.menu .alt {	
	display: inherit;
}
.menu a#tipo {background-image: url(Imagenes/botones.jpg);}

#principal{
	width: 542px;
	margin-top: 10px;
}
#informacion{
	margin: 0 0 3 3;
}
#informacion_d{
	margin: 0 3 3 3;
}
#informacion_tit{
	background-color: e5e5e5;
	padding-left: 7px;
	font-weight: bold;
}
#informacion_cont_d{
	padding: 10 10 10 15;
	background-color: f5f5f5;
	border: 1px solid #e5e5e5;
}
#informacion_cont_d ul{
margin: 7px;
list-style:none;
margin-left: 0px;
}
#informacion_cont{
	padding: 10 10 10 15;
	text-align: justify;
}

#pie{ 
	background: url(Imagenes/pie.jpg) bottom no-repeat;  
	padding-bottom:5px;
	
	border-top: 2px #e5e5e5 dashed;
	text-align: center;
	width:796px;
	margin: auto;
	
	background-color: #fdfdfd;
}
