html, body, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	background-color: #f7f7f7;
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;	
/*	margin-bottom:30px; */
	line-height:20px;

}

h1 { font-size:1.3em; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }

#contenedor {
	width: 766px;
	text-align: justify;
	margin: auto;
	color: #000000;
	background-color: #FFFFFF;
	border:1px solid #cccccc;
	border-top:none;	
}

#cabecera {
	height: 220px;
}



#lateral_izquierda {
	width: 220px;
	float:left;
	background-image: url(/ciudadalta/images/fondo_izq.gif);
	background-repeat: repeat-y;
}

#contenido {
	width: 530px;
	float:right;
	padding-right:4px;
	margin-bottom:20px;
}

#home_der {
	float:right;
}

#home_banners {
	float:left;
	width:370px;
}

#home_izq {
	float:left;
	width:205px;
}


#home {
	height:355px;
}

#lpg_menulateral {
	width: 220px;
	height:218px;
	float:left;
	background-image: url(../images/fondolpg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:20px;
	margin-top:5px;
}

a {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dashed;
}

img a,a img {
	border:none;
}

b,h1,h2,h3,h2,h5,h6 {
	color:#0054a3;
}

.cabeceranaranja {
	color:#f48000;
}

a.negro:link,a.negro:visited,a.negro:active {
	color: #000000;
	border-bottom: 1px dashed;
	text-decoration:none;	
}

a.negro:hover {
	color: #000000;
	border-bottom:none;	
	text-decoration: none;
	font-weight:normal;
}

a.azul {
	color: #0054a3;
	text-decoration:none;
	border-bottom:none;
}

a.azul:hover {
	color: #0054a3;
	text-decoration: underline;
	border-bottom:none;	
}


input,textarea,select {
	background-color: #F2F2F2;
	border: 1px solid #0054a3;
	width:200px;
}

.formulario_nombre {
	background-image: url(/ciudadalta/images/person.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}

.formulario_empresa {
	background-image: url(/ciudadalta/images/empresa.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}

.formulario_telefono {
	background-image: url(/ciudadalta/images/telefono.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}

.formulario_mail {
	background-image: url(/ciudadalta/images/minimail.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}


ul.lista_menu_lpg {
	padding:0;
	margin:0;
	width: 200px;
	color:#f48000;
	list-style-type: none;
}

ul.lista_menu_lpg li {
	padding-left:30px;
	letter-spacing: 1px;
}

ul.lista_menu_lpg li a {
	color:#f48000;
	text-decoration: none;
	list-style-type: none;
	border-bottom:none;		
}

ul.lista_menu_lpg li a:hover {
	color: #FF9900;
	border-bottom:none;	
	text-decoration: none;
	list-style-type: none;
	font-weight:bold;
}

ul.lista_menu_lpg .activado_lateral {
	color: #FF9900;
	border-bottom:none;	
	text-decoration: none;
	list-style-type: none;
	font-weight:bold;
}

.direccionPie { font-size: 9px; }
