﻿*{
margin:0px;
padding:0px;
border:0px;
font-size:12px;
}
* html body{
  overflow:hidden;
  height:100%;
 }
p{text-align:justify;}
img{border-style:none;}
h1 {font-size:1.2em; color:blue; font-weight:bold; text-decoration:underline;
text-align:center;}
h2 {font.size:1.1em; color:blue; font-weight:bold; text-decoration:none;
text-align:center;}

body{
	background-repeat:no-repeat;
    margin:0px;
    padding:0px;
font-family:”Lucida Grande”, “Lucida Sans Unicode”, Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	color:#4d4d4d;
	text-align:justify;
	}

#global{
	margin:0px auto;
	max-width:810px;
	background-color:#F9F9F9;
  height:100%;
}
#global li{list-style-type:decimal; 
margin:4px 8px 4px 30px;}
#global li li{list-style-type:lower-alpha; 
margin:4px 8px 4px 15px;}

#Inicio{
	margin-top:40px;
/*	float:left;
	background-color:orange;
	border:black 1px solid;*/
}

#Publidicad{
	margin:0px;
	margin-top:40px;
	float:left;
	width:470px;
/*	height:20px;*/
}

#Publidicad2{
	margin:0px auto;
	width:470px;
	height:500px;
/*	background-color:#bd9200;
	border:black 1px solid;*/
}


#Login{
	margin-top:150px;
	float:right;
	width:320px;
	height:200px;
}
#Login p{
	text-align:left;
	margin-bottom:10px;
}
#Login input{
	font-size:14px;
	border:#bd9200 1px solid;
	height:30px;
}

#input{
	font-size:14px;
	border:#bd9200 1px solid;
	height:20px;
}


footer{
	border-top:solid 1px #f1f1f1;
	position:fixed;
	bottom:0px;
	width:100%;
	line-height: 70px;
	font-size:12px;
	text-align:center;
	color:blue;
	background: #055a8f; /* Old browsers */
/*	background: -moz-linear-gradient(top,  #F8F8F8 0%, #FFF 0%, #055a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DADADA), color-stop(0%,#FFF), color-stop(100%,#055a8f)); 
	background: linear-gradient(#DADADA, #055a8f); /* Standard syntax */
}
footer a:hover{color:black; text-decoration:underline;background-color:yellow}


/* aqui termina los estilos base de la pagina */
img{max-width:100%;height: auto;}
#logo{
	width:190px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#logo a{}
#logo a:link{}
#logo a:visited{}
#logo a:hover{}
#logo a:active{}

#logoLogin{
	width:190px;
	margin-top:10px;
	margin-left:10px;
}

#header_derecho {
	position: relative;
	width:500px;
	height: 100px;
	float:right;
}

#publicidad {
	font-family:Arial;
	font-size:20px;
	font-weight: bold;
	position: relative;
	line-height: 80px;
	margin-top:0px;
	margin-right:20px;
	text-align:right;
}

#contenedorlogin{
	margin-top:40px;
	margin-bottom:40px;
}

article, aside, figure, footer, header, hgroup, nav, section {display:block;}
#menuLat{
	width:150px;
	float:left;
	text-align:left;
	margin:3px 10px 3px 3px;
	background-image: url(../image/menu-parte-inferior.gif );
	background-position:bottom;
	padding-bottom:5px ;
	
}

#pieuno{
	background-color:brown;
	float:left;
	width:150px;
	height:100%;
}
#piedos{
	background-color:green;
	float:left;
	width:498px;
}
#pietres{
	background-color:red;
	float:left;
	width:150px;
}

#contenido_scroll {
     width: 300px;
     height: 200px;
     overflow: scroll; 
	 overflow-x: hidden;
}


