/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
html {
  height: 100%;
  min-height:100%;
}
img{
	border: none;
}
hr{
	height:1px;
	width:100%;
	border: 0;
	border-bottom: 1px solid #cc9933;
	outline:none;
	margin:10px 0px 10px 0px;
}
h1{
	color: #4A86C2;
	font-size:160%;
	border-bottom: 1px solid #cc9933;
	margin:5px 0px 15px 0px;
	float:left;
	width:98%;
}
ul, li{
	list-style: none;
}
a{
	outline:none;
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
#container-content{
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height: 100%;
	padding-left:0px;
}
#container-content-int, #container-page{
	width:100%;
	height: 100%;
}
#container-foot {
	display:none;
}
#fondo_home{
	display:none;
}
#head{
	display:none;
}
#columna{
	display:none;
}
#menu_superior{
	display:none;
}
#nav{
	display:none;
}